Ian Vink
Ian Vink

Reputation: 68750

JavaScript charts and graphs

I am tasked with building an HTML/JavaScript application which is not networked (it runs on a PC as part of a Windows application).

Is there a library which will create simple graphs and charts in 100% HTML and JavaScript as a client application?

Upvotes: 2

Views: 584

Answers (2)

eddiewould
eddiewould

Reputation: 1633

Have a look into flot (a plugin for the jQuery library): http://code.google.com/p/flot

Upvotes: 2

Related Questions