Hi,
How to change the axes line colors ??
Along with that, also I would like to know how to change Major and Minor line colors for axes.
It seems like its possible through CSS, but i believe there should be some property for this.
Any help would be appreciated.
axis line color = stroke
major line color = majorStroke
minor line color = minorStroke
you can also set
strokeThickness, majorStrokeThickness, minorStrokeThickness.
These are all options on the axis you are trying to configure.
Hope this helps!
-Graham