Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JavaScript Chart Library with Multiple X and Y Axes, and Negative Axis Values [closed]

I've played with Google Charts, and a few other java script charting packages, and I have not been able to achieve the desired results. I'm wondering if anyone would be able to point me toward a JavaScript plotting package, open source or commercial, that they know is capable of creating the following type of charts that we are currently creating with the .Net chart control.

Notice the negative axes... XY Scatter Plot connected with lines .Net Chart Control

enter image description here

Here we have multiple X, Y axes.

enter image description here

Here we have time axes that it'd be nice to zoom on...

We are looking for a JavaScript charting library that can handle charts of this complexity, while still being somewhat simple to configure and use... Any ideas? Thanks!

like image 565
GetFuzzy Avatar asked Mar 17 '12 19:03

GetFuzzy


1 Answers

I've used http://www.highcharts.com/ - it's a great lib with very easy way to quickly draw something nice. But there are other good options for your needs:

  • http://dygraphs.com/
  • http://code.google.com/p/flot/

Btw, this is a more 'simple' solution but works great with jQuery: http://www.filamentgroup.com/lab/update_to_jquery_visualize_accessible_charts_with_html5_from_designing_with

like image 142
Ido Green Avatar answered Sep 19 '22 16:09

Ido Green