Looking for a flexible javascript graphics library

There are a couple of good graphics libraries, but most of them are not responsive.

I tried morris.js but it does not respond.

So, I'm looking for someone who is responsive and free, and looks good like morris.js ( without high maps, fleet, google )

Is anyone

+8
javascript jquery charts
source share
3 answers

Try amCharts:

http://www.amcharts.com/javascript-charts/

They respond dynamically to container changes, making them ideal for responsive layouts.

+9
source share

you can use chartjs

https://github.com/nnnick/Chart.js

and my advanced solution to make it responsive

https://github.com/arifLogic/respChartJS


EDIT:

now we can use a flexible chart like Chartist js. However, there are many more js libraries. https://gionkunz.imtqy.com/chartist-js/

+5
source share

You can use JS diagrams, this is all client side and reacts
http://www.jscharts.com

+1
source share

All Articles