1.0.12 • Published 7 months ago

@npmdanej/react-charts v1.0.12

Weekly downloads
20
License
MIT
Repository
github
Last release
7 months ago

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

  1. Update version in package.json
  2. Publish to NPM
$ npm publish

Usage

import React from 'react';
import { LineChart } from '@npmdanej/react-charts';

const MyChart = () => (
  <LineChart options={{ ... }} />
);

License

MIT © danejorgensen

1.0.12

7 months ago

1.0.11

1 year ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

4 years ago