-
Notifications
You must be signed in to change notification settings - Fork 91
Gauge and Polar charts
Will Hawker edited this page Oct 28, 2018
·
1 revision
Gauge and polar charts require a bit of upfront configuration
Pass the gauge prop to HighchartsChart component
<HighchartsChart gauge>
// Components here
</HighchartsChart>Pass the polar prop to HighchartsChart component
<HighchartsChart polar>
// Components here
</HighchartsChart>Examples - NPM links: react-jsx-highcharts | react-jsx-highstock | react-jsx-highmaps