anjali
anjali

Reputation: 11

bar chart in php,jquery

i want to make bar chart,but i want to write dynamic text on bar itself.

Upvotes: 1

Views: 1643

Answers (4)

Abhay Anand
Abhay Anand

Reputation: 602

Google Provides Awesome Bar Chart Library. We followed Bar Chart tutorial in this tutorial we can get dynamic data from mysql and Plot dynamic Bar chart

Upvotes: 1

Eran Galperin
Eran Galperin

Reputation: 86805

I recently developed a small graphing library for fetching database data, process it with PHP and create Google Analytics style interactive graphs from it (uses flot to render the graphs on the client side).

It's basically a complete server/client solution to turning your database tables into graphs, and should be easy to integrate with Kohana (I've used it a lot with the Zend Framework).

Upvotes: 0

jwal
jwal

Reputation: 8290

This isn't specifically jQuery, but I found this graphics toolkit rather simple to use, as you can learn by example, and they have many examples to peruse.

I recommend Protovis for creating charts with JavaScript. See their home page at: http://vis.stanford.edu/protovis/

Upvotes: 2

Related Questions