Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any API in twitter Bootstrap for developing bar charts [closed]

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?

like image 380
Anvesh Vejandla Avatar asked Nov 26 '12 21:11

Anvesh Vejandla


1 Answers

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
like image 131
ajtrichards Avatar answered Nov 13 '22 01:11

ajtrichards