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

CommentFileSizeAuthor
#2 3457231-2.patch1.06 KBodai atieh

Comments

Odai Atieh created an issue. See original summary.

odai atieh’s picture

Status: Active » Needs review
StatusFileSize
new1.06 KB
nikathone’s picture

Status: Needs review » Reviewed & tested by the community

  • andileco committed 3e1b3566 on 5.1.x
    Issue #3457231 by odai atieh: d3.min.js is missing (Local library)
    

  • andileco committed f6cc27f1 on 5.0.x
    Issue #3457231 by odai atieh: d3.min.js is missing (Local library)
    
andileco’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.