I want to plot a graph using Sqlite database data, and put this graph in a Html page, with different editing options (selection, Zooming. and navigation)
views:
86answers:
2Graphing in a browser is likely to involve plenty of Javascript and jQuery; this looks like a likely helper library.
My colleague Donal of course tells the truth when he writes above, "... likely to involve plenty of Javascript ..."
There are other possibilities, though. I wonder what "a graph" means to CP_IS, particularly in light of the requirement for "... navigation." In any case, on the low end, there are such light-weight solutions as "Simple bar chart" in http://www.ibm.com/developerworks/library/l-sc4/.
If CP_IS is willing to consider HTML5 (and http://www.itworld.com/development/103308/html5-tipping-point-developers-not-browsers makes the case that he should), canvas and SVG are available to him, and they certainly open up superb opportunities for fast graphing, zooming, and so on.
Finally, while CP_IS's tagging of this question as related to Tcl (am I reading that correctly?) puzzles me, if he's already working with Tcl, I suspect Æjaks http://wiki.tcl.tk/17422 will interest him.