f_ione

Value under the dial with Gauge

Recommended Posts

Hi,
 
Welcome to FusionCharts Forum.
 
If you want to show the dial value below the pivot, you can set:
<chart ... valueBelowPivot='1' ...>

Also, you can configure the x and y position as under:

<dials>
  <dial value="92" ... showValue="1" valueX="150" valueY="120"/>
  <dial value="79" ... showValue="1" valueX="210" valueY="120"/>
</dials>

Share this post


Link to post
Share on other sites

Hello,

I cannot put the dial value below the pivot as I already have a label there.

I cannot use valueX/valueY as I don't know where my dial will be.

Any solution ?

Share this post


Link to post
Share on other sites
Hi,

 

We suggest  you to figure out x and y coordinates of the position of the chart where you want to display the dial value, it should work for you because the X and Y coordinate will be relative only to the chart concerned and if you have more than one charts it shall not effect the others or any other elements of the web page.

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