PDA

View Full Version : dynamic graph?


whackaxe
08-08-2002, 09:16 PM
what is your advice obn the best solution to make a dynamic line graph (like the stock exchange for example) im open to all suggestions (apart from abbandonning) cheers!

Roy Sinclair
08-08-2002, 09:45 PM
I came across this code once:

jkd
08-08-2002, 11:19 PM
Use SVG and a <polyline> element. :)