Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Speed comparison of JavaScript charting libraries [closed]

I am working on a dynamic report where charts need to be recreated on demand, because of data changes or analysis needs.

I'd be interested in a speed comparison of JavaScript charting tools currently available on the market.

I am working with a few thousand data points that I need to slice and dice across dimensions (date, market, type, customer).

like image 406
Christophe Avatar asked Nov 04 '22 08:11

Christophe


1 Answers

You might want to have a look at these:

http://jsperf.com/search?q=chart

The only one I can see there that would be any use for you is flot vs. raphael, though. Of course you can always try to build on top of that and write your own tests for other libs you're interested in.

like image 171
Daniel Bang Avatar answered Nov 09 '22 17:11

Daniel Bang