views:

32

answers:

2

Hi All,

How to dynamically plot different graphs using javascript in html pages. At runtime the value will be got from some function.

Also comparison of different parameters to be done.

Please help me out.

A: 

You must see the Bluff.

Sarfraz
+1  A: 

Flot is a pure Javascript plotting library for jQuery you should check out.

See some AJAX examples

Galwegian