Thanks for this solution, it was close of what my customer wants.
Close, because he wants to have interactivity ; zooming and modifying
data on the fly, making the graph immediatly appears modified, are
essential functionnalities... it does not help me ;-)
With such needs, I think that I have to develop want he wants in an
applet, or something like that : I didn't see anything which offers
interactivity on the plots of the graph
So I should look for an open source solution to start from.. but which
one ? I did not practice any one. :(
shakah a écrit :
> > Hello,
> >
[quoted text clipped - 24 lines]
> licensing structure, looking at the site now they seem a bit more
> complicated.
shakah - 20 Jun 2005 21:49 GMT
> Thanks for this solution, it was close of what my customer wants.
>
[quoted text clipped - 8 lines]
> So I should look for an open source solution to start from.. but which
> one ? I did not practice any one. :(
You'd probably never get a server-side solution to be as smooth as a
client-side one, but KavaChart does allow you to associate labels &
URLs with data points (via the HTML image MAP) which, with a bit of
thought, can be used to provide rudimentary interactivity. For example,
you could associate a Javascript method with each point that popped up
a "context menu" which let the user to delete or modify the value --
depending on your graph regeneration time you might find it an
acceptable alternative to an applet (though a bit clunky).