f_ione Report post Posted October 10, 2014 Is it a way to have the dial value displayed somewhere else than under the dial ? Share this post Link to post Share on other sites
Nabajeet Report post Posted October 13, 2014 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
f_ione Report post Posted October 13, 2014 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
Nabajeet Report post Posted October 15, 2014 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