d3.min.js is missing (Local library)

Created on 26 June 2024, 5 months ago

Problem/Motivation

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.

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

🐛 Bug report
Status

Needs review

Version

5.0

Component

C3.js integration

Created by

🇯🇴Jordan Odai Atieh Amman

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024