A collection of components that make it easy to build interactive charts with D3.
For details of installation and general usage, visit the d3fc project webpage.
This project is a mono-repo that uses Lerna to manage dependencies between packages. To get started, run:
npm install
npm test
When making changes to a package, you can execute the following either from within the package folder to build just that package or from the project root to build all packages.
npm run bundle
To open a development sandbox which is automatically updated when you save changes to source files, navigate to the project root and run
npm start
Releases are managed via CI and semantic release.
These components are licensed under the MIT License.
Project supported by Scott Logic.