alik

Members
  • Content count

    2
  • Joined

  • Last visited

Everything posted by alik

  1. Try to generate Column2D chart on the following data: <chart decimals="0" /> <set label='A' value='1' /> <set label='B' value='1' /> <set label='C' value='1' /> </chart> you will get the following result: Note, that Y axis' labels go as 0, 0, 1, 1, 1... P.S. The software that runs the forum doesn't let me to post xml, even within |code| |/code| tags. I had to use a screen shot instead.
  2. Fails to arrange Y axis ticks

    Unfortunately, in my application I can't tell upfront what Y min, Y max and number of division lines should be. The only thing I know is that ALL my numbers will be integers. Is there a way to tell FusionCharts to place the divLines only at integer positions and let the chart to figure the number of divLines? Thank you!