Search the Community

Showing results for tags 'linear colour'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Company Forums
    • Company News
  • Product Forums
    • FusionCharts XT
    • FusionWidgets XT
    • PowerCharts XT
    • FusionMaps XT
    • Collabion Charts for SharePoint
    • jQuery Plugin for FusionCharts
    • AngularJS plugin
    • ReactJS plugin
  • General Forums
    • FusionCharts Jobs and Consultation
    • FusionLounge

Found 1 result

  1. 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