Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Bootstrap Responsive charts and Graphs [closed]

I am using Twitter's bootstrap for one of my application and want to show graphs and charts. I tried using Google charts and I have placed in the div container. However these charts aren't responsive. I want to know is there any other frameworks for displaying charts which are responsive and works with bootstrap.

Even is it possible to display responsive charts as of now?

like image 629
astra03 Avatar asked Apr 10 '13 18:04

astra03


1 Answers

Options which I tried:

  1. jqPlot they are clickable, but probaly you will need to apply custom CSS (example here)
  2. Highcharts produces pie charts and line charts without using Flash. but you cannot "click" them on mobile device
like image 149
Piotr Stapp Avatar answered Oct 20 '22 02:10

Piotr Stapp