Gauges > JavaScript API |
||||||||||||||||||||||||||||||||||||||||||||||||
The LED/Cylinder/Thermometer/Bulb gauge exposes the following JavaScript APIs: |
||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||
Additionally, you can control the annotations using JavaScript API, which has been discussed in the annotations sections. |
||||||||||||||||||||||||||||||||||||||||||||||||
Using these methods | ||||||||||||||||||||||||||||||||||||||||||||||||
To use any of the methods above, you'll first need to register the chart with JavaScript by setting registerWithJS flag to 1, as under. (Note the last parameter set as 1) |
||||||||||||||||||||||||||||||||||||||||||||||||
var chart1 = new FusionCharts("HLED.swf", "ChId1", "350", "100", "0", "1"); | ||||||||||||||||||||||||||||||||||||||||||||||||
Thereafter, you can refer to the chart using its DOM Id and call any of these methods as shown below: | ||||||||||||||||||||||||||||||||||||||||||||||||
<HTML> |
||||||||||||||||||||||||||||||||||||||||||||||||
Troubleshooting | ||||||||||||||||||||||||||||||||||||||||||||||||
While accessing any of the JavaScripts methods listed above, if you get an error like "... is not a function of ...", make sure of the following points:
|