@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

Readme

Keywords

none

Package Sidebar

Install

npm i @npmdanej/react-charts

Weekly Downloads

0

Version

1.0.12

License

MIT

Unpacked Size

403 kB

Total Files

24

Last publish

Collaborators

  • npmdanej