I have installed thermometer gauge, The default fill colour is blue #008ee4.
is it possible that this colour can change as the thermometer fills up, for example from #008ee4 to #ff6600 to #ff0000 at different levels?
here is the code I have in, (have tried different code to get the colour to change but to no avail.
FusionCharts.ready(function () {
var chart = new FusionCharts({
type: 'thermometer',
renderAt: 'chart-container2',
id: 'temp-monitor',
width: '100',
height: '220',
dataFormat: 'json',
manageResize: '1',
dataSource: {
"chart": {
"caption": "Staff",
"subcaption": "",
"subcaptionFontBold": "0",
"lowerLimit": "1",
"upperLimit": "40",
"numberSuffix": " S",
"bgColor": "#ffffff",
"showBorder": "0",
"thmFillColor": "#008ee4",
"showhovereffect": "1",
},
"value": "0"
I am using V3.7.0