Skip to content

Gauge and Polar charts

Will Hawker edited this page Oct 28, 2018 · 1 revision

Gauge and polar charts require a bit of upfront configuration

Gauge and Solid Gauge charts

Pass the gauge prop to HighchartsChart component

<HighchartsChart gauge>
  // Components here
</HighchartsChart>

Example here

Polar charts

Pass the polar prop to HighchartsChart component

<HighchartsChart polar>
  // Components here
</HighchartsChart>

Example here