@npmdanej/react-charts
TypeScript icon, indicating that this package has built-in type declarations

1.0.12 • Public • Published

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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.120latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.120
1.0.110
1.0.102
1.0.90
1.0.80
1.0.70
1.0.60
1.0.41
1.0.30
1.0.20
1.0.10

Package Sidebar

Install

npm i @npmdanej/react-charts

Weekly Downloads

3

Version

1.0.12

License

MIT

Unpacked Size

403 kB

Total Files

24

Last publish

Collaborators

  • npmdanej