react16-d3-core
v1.7.0
Published
react-d3 chart core component
Readme
react16-d3-core
react d3 core components for reusability.
react16-d3-core is includes the core components of the react-d3 projects. The reason we extract the main component here, is because of reusability. For instance, we use grid, axes over and over again in line chart, area chart, bar chart ... etc. If we move these system a little bit forward to a react component we can declare it more easily in the future.
Such as we need xaxis, yaxis, grid in a new chart. We can install react-d3-core and import them.
Install
npm install react16-d3-coreLicense
Apache 2.0
