Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

looking for a responsive javascript charting library [closed]

There are a couple of good charting libs out there, but most of them are not responsive.

I have tried morris.js but this isn't responsive.

So I am looking for one who is responsive and free and looks good like morris.js(no highcharts, flot, google)

Anybody?

like image 340
user759235 Avatar asked May 04 '13 21:05

user759235


2 Answers

Try amCharts:

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

They respond to container changes dynamically so would be perfect for adaptive layouts.

like image 196
martynasma Avatar answered Sep 23 '22 19:09

martynasma


you can use chartjs

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

and my extended solution to make it responsive

https://github.com/arifLogic/respChartJS


EDIT :

now we can use responsive chart like Chartist js. Yet, there is many more js library out there. https://gionkunz.github.io/chartist-js/

like image 24
Arif Setyawan Avatar answered Sep 21 '22 19:09

Arif Setyawan