@ausbom/charts
v0.1.11
Published
> Examples on how Highcharts can be used to display consistent and engaging charts.
Downloads
7
Keywords
Readme
@ausbom/charts
Examples on how Highcharts can be used to display consistent and engaging charts.
Installation
npm install @ausbom/charts
Usage
import { highchartsTheme } from '@ausbom/charts'
import HighCharts from 'highcharts'
// Tell highcharts about the theme
HighCharts.setOptions(highchartsTheme)
Highcharts.chart("#my-chart", {
// your chart config, this config will overide the bom theme
chart: {
type: 'column',
},
...
})