Manjunath Report post Posted February 13, 2014 Hi Is it possible to display different text over dial label instead of Angular Gauge chart dial value? Please Check the attached screen shot. Share this post Link to post Share on other sites
Haritha Report post Posted February 14, 2014 Hi, If you want to show a label near the dial instead of the dial value, then you may not show the dial value by setting "showValue" attribute to 0 and then use "text" type of Annotations. Ref. <dials> <dial value="100" rearExtension="10" showValue='0'/> </dials> <annotations> <annotationGroup id='Grp1' > <annotation type='text' x='300' y='370' label='Text' fontcolor='000000' /> </annotationGroup> </annotations> Please find an attached screenshot of the chart obtained. For more information on Annotations, refer : http://docs.fusioncharts.com/widgets/Contents/Annotations/Text.html Hope this helps. Share this post Link to post Share on other sites