Search the Community
Showing results for tags 'hlineargauge'.
Found 2 results
-
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: ''}, {minValue: '90', maxValue: '100', code: '# e44a00', label: ''}] and I need only the following TicksMarks and TicksValue to appear: 0, 75, 90 and 100 It can? Thanksss
-
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. pointerOnTop: 0) - but facing downwards; the idea being that it's pointing down at the line, rather than up at the value above it. However, I can't find a way to do this. Rotating the pointer would one idea (180deg) - or even replacing the drawn pointer entirely with an image would be fine - but I can't seem to find a mention of either of those options. Does anyone have any suggestion as to how this could be achieved? Many thanks, Neil