--- In [email protected], "afuji1024" <abab867@...> wrote: > > I'd like to create SVG charts from a database app. However, I know nothing > about creating SVG, so I'd like to start with an editor, if I can find one. > This should ideally let me - > > 1 - place a zoom control in the image > 2 - place a pan control in the image > 3 - do various things on mouseovers - pop up a data box, highlight chart > points > 4 - create scatter and time-line charts from my own dataset, with legends, > axes, and so on. > > The idea is that, once I get a basic template from the editor, I can write C > code to directly generate the SVG. > > I've spent hours looking, and I can't find any commercial or free apps that > can do anything like this. Have I missed something? It seems that SVG editor > development stopped several years ago, and various editors have been > discontinued. I can't even find example SVG code that does anything similar > to this. > > In fact, the more I read the more it seems that I need to do this in > JavaScript, rather than directly creating images. Any thoughts? > > Thanks - > > Al
Yes, you could use JavaScript. But it's nice to have a file you can save to hard disk and look at later and be assured the data is the same. (Or not, if you're trying to obfuscate your data.) > ------------------------------------ ----- To unsubscribe send a message to: [email protected] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ----Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/svg-developers/join (Yahoo! ID required) <*> To change settings via email: [email protected] [email protected] <*> To unsubscribe from this group, send an email to: [email protected] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

