Wrong documentation for Gauge.initialize(...)

Posted by: developer on 12 September 2018, 7:14 pm EST

  • Posted 12 September 2018, 7:14 pm EST

    https://demos.wijmo.com/5/Angular/WijmoHelp/WijmoHelp/topic/wijmo.gauge.Gauge.Class.html#initialize sample code to demonstrate the use case refer to “grid.initialize(…)”, not Gauge.initialize(…)

  • Posted 12 September 2018, 8:06 pm EST

    Hi,

    Thanks for reporting the issue, it has been forwarded to the concerned team.

    For the gauge, you may initialize it by passing an object that defines values for gauge’s properties.

    Please refer to the following code snippet:

    linearGauge.initialize({
    	min: 0,
    	max: 100,
    	value: 75,
    	step: 10
    });
    

    Thanks

    Sharad

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels