Hi,
Is there a way to customize a LineChart?
I would like to mask the horizontal and vertical labels and to reduce the thickness of the line
Thanks
Printable View
Hi,
Is there a way to customize a LineChart?
I would like to mask the horizontal and vertical labels and to reduce the thickness of the line
Thanks
I found how to mask the X labels : xa.getLabels().setVisible(false);
but not for the Y labels
The charts are based on OFC. You should take a look at the OFC documentation if that is possible.
I found how to mask the y labels but how can I use it with GXT?
http://teethgrinder.co.uk/open-flash...y-y-axis-3.php