Are there any API in twitter Bootstrap for developing bar charts

javascript, twitter-bootstrap

Solution

Twitter Bootstrap doesn't offer charting capabilities but there are many other charting libraries that you can use.

Firstly, I would recommend using Highcharts - it's very flexible, offers a variety of chart types and its very well maintained / supported (if you need it).

Other charting libraries available:

- jqplot

- EXTJS

- Google Charts

Problem

I've searched several websites, but have not been able to find any API samples showing how to create charts using the Twitter Bootstrap framework. Can anyone suggest the correct API to use in Twitter Bootstrap to develop bar charts?

Original source