Gauge

A gauge chart displays a value between 0 and 1 as a percentage.

tickValue can be used to display a point of interest. showTick must be set to true in order for the tick to be visible.

titleDescription, valueDescription and tickValueDescription can be used to specify hover text that displays while the cursor hovers the title, value or tick respectively.

Custom colors can be specified using two properties. colorRange expects an array of valid css color style strings. colorDomain expects an array of threshold values from 0 to 1. For the best results these two arrays should have the same number of elements.

When the values change, the gauge animates to display the new values.

API

Published Properties