Sign in to follow this  
Manjunath

Angular Gauge Dial Value

Recommended Posts

Hi

 

 

                     Is it possible to display different text over dial label instead of Angular Gauge chart dial value?

 

 

Please Check the attached screen shot.

 

post-57194-0-47101500-1392276579_thumb.png

Share this post


Link to post
Share on other sites

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.

post-37797-0-06752300-1392354308_thumb.png

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this