react-d3-core
Advanced tools
Comparing version 1.0.8 to 1.0.9
{ | ||
"name": "react-d3-core", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "react-d3 chart core component", | ||
@@ -19,3 +19,3 @@ "main": "./lib/index.js", | ||
"dsv-loader": "^1.0.0", | ||
"jest-cli": "^0.5.8", | ||
"jest-cli": "^0.8.0", | ||
"json-loader": "^0.5.3", | ||
@@ -22,0 +22,0 @@ "jsx-loader": "^0.13.2", |
@@ -7,2 +7,18 @@ # react-d3-core | ||
`react-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 react-d3-core | ||
``` | ||
## LIVE DEMO | ||
http://reactd3.org/docs/core | ||
## Quick example | ||
@@ -14,3 +30,3 @@ | ||
```html | ||
```js | ||
"use strict"; | ||
@@ -99,20 +115,2 @@ | ||
## Install | ||
``` | ||
npm install react-d3-core | ||
``` | ||
## Introduction | ||
`react-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. | ||
## LIVE DEMO | ||
http://reactd3.org/docs/core | ||
## Supported Components | ||
@@ -119,0 +117,0 @@ |
4125867
154