- Issue created by @superfedya
- πΊπΈUnited States bluegeek9
Hi superfedya,
Is there an error in the browser's console?
The path location, /libraries/d3/d3.min.js, is the same as in charts_c3.libraries.yml
- Issue was unassigned.
- First commit to issue fork.
-
andileco β
committed 65791b09 on 5.1.x
Issue #3504180 by andileco, bluegeek9, superfedya, ivan zugec: D3...
-
andileco β
committed 65791b09 on 5.1.x
- πΊπΈUnited States andileco
This is fixed thanks to @ivan zugec, who shared the solution in a streamed tutorial about the Charts module: https://www.youtube.com/live/ANzw3y8maFk?si=-CTj0j3T9Zvaa4dV&t=1827
- πΊπΈUnited States andileco
Whoops, I did this for Billboard.js (a fork of C3.js). Need to replicate the solution for C3.js, which uses an older version of D3.
-
andileco β
committed ff1b1f7c on 5.1.x
Issue #3504180 by andileco, superfedya, bluegeek9, ivan zugec: D3...
-
andileco β
committed ff1b1f7c on 5.1.x
- πΊπΈUnited States andileco
OK, now C3.js is addressed too. @superfedya, please copy the D3 repository in the updated README file and then overwrite it in your composer.json. Run composer require --prefer-dist c3js/c3:0.7.20 d3/d3:4.9.1 and your d3 library should now contain d3.min.js.