Please help me,
I am trying to draw a graph using plotkit. My problem is my labels on
the y axis is little long so a part of my label is covered by the
graph itself so My y axis labels are not fully visible. I was
wondering how to change the label size along the axis. Please help. I
looked up the web and found this site
http://media.liquidx.net/js/plotkit-doc/PlotKit.Renderer.html
I there I was able to find an option named "axisLabelWidth" But I am
not sure how to use it.
I gave it a try this way
var ly = new Layout("line",{"xAxis":[xm,xM],"yAxis":
[ym,yM],"xTicks":xt,"yTicks":yLabels,"axisLabelWidth":10});
But nothing changes . Kindly help me in this.
Thanks
Ashwin