Odometer charts

Note: Using tickmarks can have a significant detrimental impact on the Grow animation frame rate. You can turn tickmarks off by using the setting: myObj.Set('chart.tickmarks', false); Instead you may want to use the highlight setting: myOodo.Set('chart.tickmarks.highlighted', true);

Odometer charts can be used to provide an indication of a particular value. For example you could easily use them to represent values for a control panel that shows information about a server. Odometer charts indicating how much disk space is used for example, would be more visual than a simple number.

The green, yellow and red areas are configurable, allowing you to add some level of urgency into your figures (as are the colors). The figures are also configurable, so it can go from 0-10, or from 0-100.

[No canvas support]