Reputation: 3942
I am fairly new to HTML5, CSS3 and jQuery and was wondering how to create goo.gl statistics like dynamic graph and pie chart using them.
Any help from you guys will be really appreciated.
Thanks, EG
Upvotes: 3
Views: 7900
Reputation: 1034
I would also suggest looking at Bonsai.js It's a API for rendering SVG (perhaps SVG's may work better for your client).
And a demo relating to your question:
http://demos.bonsaijs.org/demos/pie/index.html
Upvotes: 3
Reputation: 7361
Google has free chart tools that you can use and of course their documentation is excellent. There is also the RGraph library that you can download and use.
Upvotes: 3