FusionCharts Forum: YAxis Stepping Problem - FusionCharts Forum

Jump to content

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

YAxis Stepping Problem How do you set the stepping values for the yaxis?

#1 User is offline   Adam 

  • Forum Newbie
  • Group: Members
  • Posts: 1
  • Joined: 18-December 06

Posted 18 December 2006 - 10:29 PM

Hi,

Basically we want the yaxis values to be from 0.00 through to 3.00 with a horizontal line and yaxis marker at every .5. So at 0.00, 0.5, 1.0, 1.5, 2.0, 2.5, 3.0 . However the system wacks its own in at 0.0,.6,1.2,1.8,2.4,3.0

How do i get it to do what we want if it can be done?

Cheers
Adam

0

Other Replies To This Topic

#2 User is offline   Pallav 

  • FusionCharts Team
  • Group: Administrators
  • Posts: 2386
  • Joined: 08-December 06

Posted 18 December 2006 - 11:22 PM

If you know that min value and max value cannot be less than 0 and greater than 3 respectively, you can manually set yAxisMinValue to 0 and yAxisMaxValue to 3 and then set numDivLines to 5.

Example:

<chart yAxisMinValue='0' yAxisMaxValue='3' numDivLines='5' decimals='2' yAxisValuesDecimals='2' ..>

Thanks,
Pallav Nadhani
Co-founder & CEO, FusionCharts Team
0

Other Replies To This Topic

#3 User is offline   Loko 

  • Junior Member
  • PipPip
  • Group: Members
  • Posts: 12
  • Joined: 07-May 09

Posted 17 June 2009 - 08:57 AM

Hi



I face the same problem. I think it is very useful for every FusionCharts users to have precise yaxis values, I want to have 0,10,20,30 etc.. and instead I get 0,16,32,64 then my users don"t understand why "I" chose thoses values.



That's right the developper can set up the yAxisMinValue, yAxisMaxValue and numDivLines but it supposes more time spent on developpement and runtime to retrieve the min and max values and then deduce the according numdivlines.



It would be great to have a new parameter in a further version that would just let us specify the step between yaxis values (10 for me, 0.5 for Adam).



Regards
0

Other Replies To This Topic

#4 User is offline   saptarshi 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 357
  • Joined: 21-May 09

Posted 17 June 2009 - 09:32 AM

Hello,



Your suggestion is really reasonable. We hope to implement it in the next version of FusionCharts.



Thank you so much! :)
Regards,

Saptarshi Chakraborty



Follow us on Twitter!:w00t:
0

Other Replies To This Topic

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