Bootstrap Responsive charts and Graphs

google-visualization, twitter-bootstrap

Solution

Options which I tried:

- jqPlot they are clickable, but probaly you will need to apply custom CSS (example here)

- Highcharts produces pie charts and line charts without using Flash. but you cannot "click" them on mobile device

Problem

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?

Original source

Related problems