Hi i am using the following example to construct the angular gauge fusion widget, but i am not finding a option to decrease the height and width of the widget.Can i know is their any option to resize the angular widget.
Hi i am using the following example to construct the angular gauge fusion widget,
Share
The gauge is built using various elements which are placed using pixel values based on the width of 300 and height of 300. You can make these elements scale automatically using the Auto Scale feature of the gauge.
Please use
origW='300' origH='300' autoScale='1'in<chart>and<annotations>element before you try to decrease the width and height of the gauge.NOTE: You should always increase or decrease the size of the gauge using the original ratio of width and height (which is 300:300 i.e., 1:1 in this case)
So, using the auto scale you can safely use 200x200px or 400x400px.
For more information on Auto Scale please read : http://www.fusioncharts.com/widgets/docs/Contents/Ang_Origins.html