HumbleSoftware / Flotr2

Graphs and Charts for Canvas in JavaScript.
http://www.humblesoftware.com/flotr2/
MIT License
2.44k stars 526 forks source link

How to Fix the lable width to a certain value? #168

Open pravallika69 opened 12 years ago

pravallika69 commented 12 years ago

I have x-axis labels as Tue, 10/30/2012. Right now the width of label is calculated based on canvas width. If the width is high then the width of label is sufficient, if the canvas width is less then label width is not sufficient. How can I fix this issue?