jiezawsze / flot

Automatically exported from code.google.com/p/flot
MIT License
0 stars 0 forks source link

Labels on x-axis do not linebreak when zoomed in (with current library version) #564

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I have noticed, after some messing around, that there are differences between 
two jquery.flot.js libraries out there. They both pose to be version 0.7.

The first one is the one linked from google: 
https://raw.github.com/flot/flot/master/jquery.flot.js

The second library is the one I found on the examples page: 
http://people.iola.dk/olau/flot/jquery.flot.js

I'll attach images that describe the problem. The only thing changed between 
the examples is the path to jquery.flot.js.

* The labels are meshed together in the current github.com version of the file.
* The file at iola.dk is breaking the line and labels can be read properly.

I thought it might be worth an headsup. 

Original issue reported on code.google.com by mattisla...@gmail.com on 28 Jun 2011 at 10:58

Attachments:

GoogleCodeExporter commented 8 years ago
You're looking at the latest github dev version. The reason for this difference 
is that the github version is using canvas text as explained in the NEWS.txt.

I think it's likely the canvas text is going to move to a plugin, however. 
There are more downsides to the canvas text than I first thought. Thanks for 
the report.

Original comment by olau%iol...@gtempaccount.com on 29 Jun 2011 at 10:36

GoogleCodeExporter commented 8 years ago
Ok! Thanks for your reply and possibly the best plugin I've ever used.

Original comment by mattisla...@gmail.com on 29 Jun 2011 at 12:07

GoogleCodeExporter commented 8 years ago

Original comment by dnsch...@gmail.com on 4 Jun 2012 at 8:30