1.0.12 • Published 2 years ago
@npmdanej/react-charts v1.0.12
react-charts
React/Highcharts wrapper
Install
$ npm install --save @npmdanej/react-chartsView in browser
$ cd example
$ npm startTest
$ npm run testDeploy to NPM
- Update version in package.json
- Publish to NPM
$ npm publishUsage
import React from 'react';
import { LineChart } from '@npmdanej/react-charts';
const MyChart = () => (
<LineChart options={{ ... }} />
);License
MIT © danejorgensen