Flot has become one of my favorite charting tools because of its simplicity, and the fact that it works! I have tried several charting tools, and they don't always work as expected. For example, this tool was the first that worked for me without having to worry about even-ing out my x-axis across all series!
It is a forward looking tool, as it uses the HTML5 canvas. For the time being, you have to use an extra js file to make it work with IE.
It also has great support for time series data plotting, which is often a pain for most people
I used it successfully with a Rails application, and got my chart working in about a week or less. Adding Javascript interaction to turn series on and off was also trivial.
Here is roughly how it looked for me
I will post an example when I get a chance, but in the meantime, here is the project page
http://code.google.com/p/flot/
Enjoy Flot!
It is a forward looking tool, as it uses the HTML5 canvas. For the time being, you have to use an extra js file to make it work with IE.
It also has great support for time series data plotting, which is often a pain for most people
I used it successfully with a Rails application, and got my chart working in about a week or less. Adding Javascript interaction to turn series on and off was also trivial.
Here is roughly how it looked for me
I will post an example when I get a chance, but in the meantime, here is the project page
http://code.google.com/p/flot/
Enjoy Flot!
Comments
Post a Comment