0.1.11 • Published 2 months ago

@ausbom/charts v0.1.11

Weekly downloads
52
License
MIT
Repository
github
Last release
2 months ago

@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',
  },
  ...
})
0.1.11

2 months ago

0.1.10

4 months ago

0.1.9

4 months ago

0.1.8

8 months ago

0.1.7

1 year ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

4 years ago

0.1.0

4 years ago