AldoMX / d3fc

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

Home Page:https://d3fc.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

D3FC Logo

Build status npm version

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

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:

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

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

https://d3fc.io/

License:MIT License


Languages

Language:HTML 72.7%Language:CSS 15.4%Language:JavaScript 9.2%Language:Shell 2.7%