0.0.3 • Published 9 years ago

hicharts v0.0.3

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
9 years ago

hicharts

Use highcharts to create charts in React.

Usage

Install dependencies and save in package.json.

npm install hicharts react react-dom highcharts --save

Use like this:

import React from 'react';
import ReactDOM from 'react-dom';
import Hicharts from 'hicharts';

const options = {
  // highcharts options
};

ReactDOM.render(
  <Hicharts options={options}/>,
  document.getElementById('chart')
);
0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago