bar chart in php,jquery
i want to make bar开发者_StackOverflow社区 chart,but i want to write dynamic text on bar itself.
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/
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
jQchart
tufteGraph
drillDown
google Charts
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).
精彩评论