vote up 2 vote down star
7

I'm searching for a Javascript library to create line charts like the ones of Google Analytics. When the mouse is over a point, a box shows you the data.

An example is at http://wikirank.com/en

No Flash or Air, only JS and client-side Canvas...

Better if Free...

flag

67% accept rate

5 Answers

vote up 1 vote down check

Edit: If you want a free library, try Flot.

Emprise Charts is a commercial library that I've seen featured on news sites.

link|flag
It's not free... – Robert Apr 8 at 13:15
vote up 1 vote down

There's JS-Charts which looks pretty awesome.

Or, if you fancy rolling your own you can create your own charting component using this library...

link|flag
vote up 1 vote down

Another option is to use Google's visualization APIs.It's pretty easy to use, and they have a several options for displaying data. One thing to keep in mind is some of the visualizations require you to send your data to their server, though none of the canvas/svg ones have this requirement.

link|flag
vote up 0 vote down

As an alternative to Flot, if you are using Prototype.js as JS framework, you can use Flotr.

link|flag
vote up 0 vote down

Dojo also has something similar, though the example shown doesn't have similar functionalities but can be implemented to behave like the one you want,

http://dojocampus.org/explorer/#Dojox_Charting_2D_Lines,%20Markers,%20No%20Axes,%20Purple%20Theme,%20Custom%20Min%20Max

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.