@npmdanej/react-charts

React/Highcharts wrapper

Usage no npm install needed!

<script type="module">
  import npmdanejReactCharts from 'https://cdn.skypack.dev/@npmdanej/react-charts';
</script>

README

react-charts

React/Highcharts wrapper

NPM JavaScript Style Guide

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