A JavaScript chart library with multiple X and Y axes and negative axis values.

I played with Google Charts and several other java script graphics packages and I was not able to achieve the desired results. I am wondering if anyone can point me to a JavaScript build package, open or commercial, which they know is capable of creating the following types of diagrams, which we are now creating with the .Net diagram control.

Pay attention to the negative axes ... XY Scatter Plot connected with lines .Net Chart Control

enter image description here

Here we have several axes X, Y.

enter image description here

Here we have time axes that would be nice to increase ...

We are looking for a JavaScript chart library that can handle diagrams of this complexity, but are still somewhat easy to set up and use ... Any ideas? Thanks!

+6
source share
1 answer

I used http://www.highcharts.com/ - this is a great library with a very easy way to quickly make something nice. But there are other good options for your needs:

Btw, this is a simpler solution, but works fine with jQuery: http://www.filamentgroup.com/lab/update_to_jquery_visualize_accessible_charts_with_html5_from_designing_with

+3
source

Source: https://habr.com/ru/post/911005/


All Articles