Hi all,
First congratulations for the awesome library.
I need to control the x-axis ticks for line charts and it seems that
they just don't want to be there :-)
Ticks always appear on the y-axis next to the labels and on the x-axis
labels for bar charts scatter plots (and maybe others) but not for
line charts.
Am I missing something?
Ideally the ticks should be controlled independently (for example
excel has major/minor grid line drawn as grid or just a tick
independently of labels).
As for me, I am trying to create charts similar to those in alexa
( e.g.
http://traffic.alexa.com/graph?c=1&f=555555&u=google.com&r=3m&y=r&z=3&h=300&w=610
)
so I am using the labels/grid lines for the months and I need the
minor ticks for the weeks. (I am using the gchartrb ruby wrapper)
My best guess to achieve that is to use a white-colored horizontal
data line a few pixels above the x-axis with points for each week and
put V markers along all its points to draw the ticks
The disadvantage of this approach is that it draws the marker above
the axis instead of below plus changing the size of the chart affects
the placement of the line - so I need to take that into account and
that makes things uglier etc etc
Any suggestions would be greatly appreciated
diomedes