- Issue created by @Odai Atieh
- Status changed to Needs review
5 months ago 9:34am 26 June 2024
After enabling the C3.js Charts module, I wanted to install C3 & D3 libraries locally, but I noticed that the file was missing from the d3 library. Although I installed the library using Composer, the file was not exist.
I discovered that the d3.min.js file does not exist in the library source recommended in the documentation. To resolve this, we can update the d3 package URL to obtain the full version of d3.
"url": "https://github.com/d3/d3/archive/v4.9.1.zip" => "url": "https://github.com/d3/d3/releases/download/v4.9.1/d3.zip"
Needs review
5.0
C3.js integration