Skip to content
forked from d3fc/d3fc

A collection of components that make it easy to build interactive charts with D3

License

redbearsam/d3fc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

d3fc Build Status Semver npm version

A collection of components that make it easy to build interactive charts with D3.

Migration to D3 version 5

This project has recently upgraded to D3 version 5 to take advantage of the new promise-based API, and stays compatible with D3 version 4 for all other functionality. For more details, see the release notes for D3 version 5.0 and d3fc v14.0.0.

Installation and Documentation

For details of installation and general usage, visit the d3fc project webpage.

Developing

This project is a mono-repo that uses Lerna to manage dependencies between packages. To get started, run the following:

npm install
npm test

This install dependencies, and runs lerna bootstrap in order to manage the cross-dependencies between the various projects. The test script bundles all of the packages and runs the tests.

When making changes to a package, you can either execute npm run bundle within the package folder to build just that package, or you can run the following from the project root:

npx lerna run bundle --since --concurrency 1

This uses lerna run to execute the bundle run script for all packages that have been modified (or have modified dependencies).

Releases are managed via CI and semantic release.

License

These components are licensed under the MIT License.

Sponsors

Project supported by Scott Logic.

About

A collection of components that make it easy to build interactive charts with D3

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 79.2%
  • CSS 17.0%
  • Shell 3.0%
  • JavaScript 0.8%