aa8y
aa8y

Reputation: 3942

Creating a dynamic graph and pie chart like goo.gl statistics

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.

enter image description here Any help from you guys will be really appreciated.

Thanks, EG

Upvotes: 3

Views: 7900

Answers (2)

Connor
Connor

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).

http://bonsaijs.org/

And a demo relating to your question:

http://demos.bonsaijs.org/demos/pie/index.html

Upvotes: 3

Pastor Bones
Pastor Bones

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

Related Questions