Problem/Motivation
After enabling the C3.js Charts module, I wanted to install C3 & D3 libraries locally, but I noticed that the d3.min.js file was missing from the d3 library. Although I installed the library using Composer, the file was not exist.
Steps to reproduce
Proposed resolution
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"
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3457231-2.patch | 1.06 KB | odai atieh |
Comments
Comment #2
odai atiehComment #3
nikathoneComment #6
andileco commented