[Solved] Graphical bar presentation using jquery [closed]


I’m not sure if this is what you mean, but have you had a look at D3?

https://github.com/mbostock/d3/wiki/Gallery

It is a great library for graphical representations (in svg or on canvas) and it is easy to make it respond to data updates and plays well with jquery.

solved Graphical bar presentation using jquery [closed]