Good morning to all.
In a graph of type HLinearGauge I have the following color Range:
colorRange: {
color: [{minValue: '0', maxValue: '75', code: '# 6baa01', label: ''},
{minValue: '75', maxValue: '90', code: '# f8bd19', label: ''},
{minValu...
Hi all,
I'm implementing a Linear Gauge chart through JS, and I'm trying to customise the look and feel; I'm taking a look at http://www.fusioncharts.com/dev/gauge-and-widgets-guide/linear-gauge/configuring-gauge-cosmetics.html
What we'd like is to have the pointer at the bottom (i.e. pointe...