@npmdanej/react-charts
v1.0.12
Published
React/Highcharts wrapper
Downloads
11
Readme
react-charts
React/Highcharts wrapper
Install
$ npm install --save @npmdanej/react-charts
View in browser
$ cd example
$ npm start
Test
$ npm run test
Deploy to NPM
- Update version in package.json
- Publish to NPM
$ npm publish
Usage
import React from 'react';
import { LineChart } from '@npmdanej/react-charts';
const MyChart = () => (
<LineChart options={{ ... }} />
);
License
MIT © danejorgensen