FusionCharts Forum: Y axis on Chart is not fixed - FusionCharts Forum

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Y axis on Chart is not fixed

#1 User is offline   rvchetan 

  • Forum Newbie
  • Group: Members
  • Posts: 1
  • Joined: 14-December 09

Posted 14 December 2009 - 02:45 PM

<chart palette="1" caption="" xAxisName="" baseFontSize="13" yAxisName="" baseFontColor="646464" baseFont="Arial" yAxisMinValue="0" yAxisMaxValue="100" bgColor="FFFFFF" showValues="0" numDivLines="4" adjustDiv="0" decimals="0" formatNumberScale="0" >

<set id="1" label="Gross Risk" value="" color="FFA000" />

<set id="2" label="Mitigating Risk" value="" color="0091FA" />

<set id="3" label="Residual Risk" value="" color="992899" />

</chart>

 

I want my Y axis to display 0 20 40 60 80... -20,-40, -60 so on ... but instead i see 0 7 33 56 !! how do i fix this issue...


0

Other Replies To This Topic

#2 User is offline   Rajroop 

  • FusionCharts Team
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1803
  • Joined: 19-May 09

Posted 14 December 2009 - 11:58 PM

Hi there,



Welcome! :)



Could you please try using the Div lines to achieve this effect? You can specify the number of Divisional lines on the chart using the numDivLines attribute.



Also, please add showDivLineValues='1' to showcase these value on the Y-axis. Please not that the showYAxisValues attribute is the single new attribute in v3 which over-rides this value. You could get the limits of the chart and then set the number of Divisional lines to such that your Y-axis values are displayed in your desired format.



For more on this, could you please refer to the following link?

Ref.-

http://www.fusioncha...c/DivLines.html

http://www.fusioncha...2D.html#Anchor1



I hope this helps. Please revert to us with your feedback on this.
Regards,

Rajroop Bhaduri

FusionCharts Team

Help us improve our documentation with your precious feedback at:
http://documentation...sioncharts.com/

Follow us @Twitter
0

Other Replies To This Topic

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic