On 7/6/07, Sharon Phillips <> wrote:
> Currently all I've seen of web graphs are generated on the server and
> sent out as images. I'd like the ability to make them interactive
> down the track, if possible.
It is possible to do real time graphs on the web using JavaScript.
www.okcupid.com has JS-generated graphs that seems to work everywhere;
they're fairly slow, though.
A quick search found this open source library for generating graphs,
not sure if it is fully portable or not:
http://www.liquidx.net/plotkit/
There's a commercial component in Bindows; I've not tried them, and
can't say if they're good or not.
http://www.ejschart.com/ is a
commercial component that specialize in this.
I'm fairly sure I've seen other ones, too, I just don't have links handy.
Eivind.