RE: [svg-developers] Drawing a pie chart with only a list of coordinates

2011-02-05 Thread Pranav Lal
Hi Jake and all, Are there any .net libraries similar to JFreeChart that generate SVG? Pranav - To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com -or- visit http://groups.yahoo.com/group/svg-developers and click edit my

RE: [svg-developers] Drawing a pie chart with only a list of coordinates

2011-01-04 Thread Pranav Lal
Hi Jacob, snip http://www.jfree.org/jfreechart/ Looks promising. My data is retrieved from Excel. How could I link it to Java? I remember there used to be a way to do it. Do we still use corba? Do you know of similar libraries that are written with a COM interface or perhaps in .net? I am

Re: [svg-developers] Drawing a pie chart with only a list of coordinates

2011-01-04 Thread Jacob Beard
Hi Pranav, Unfortunately, I don't have any special expertise in Excel or other Microsoft technologies. However, a quick google search turns up the following resource, which may be useful to your project: http://jexcelapi.sourceforge.net/ Good luck, Jake On 11-01-04 06:01 AM, Pranav Lal

RE: [svg-developers] Drawing a pie chart with only a list of coordinates

2011-01-04 Thread Pranav Lal
Thanks Jacob. I will do some more digging. http://jexcelapi.sourceforge.net/ only works until Excel 2003. Excel 2007 and above follow the open XML file format which is xml so I may have a lot of options. Pranav - To unsubscribe send a message to:

[svg-developers] Drawing a pie chart with only a list of coordinates

2011-01-03 Thread Pranav Lal
Hi all, Is it possible to draw a pie chart if I have a list of XY coordinates? I searched for some samples but most of them involved using the ellipse element. All I have are the coordinates I need to plot. The chart will be generated dynamically. I was thinking about using the path element. I

Re: [svg-developers] Drawing a pie chart with only a list of coordinates

2011-01-03 Thread Jacob Beard
Hi Pranav, If the chart will be dynamically generated, why not use an existing charting library that targets SVG. Here are some browser-based ones: http://docs.dojocampus.org/dojox/charting http://g.raphaeljs.com/ Here is a java-based library that supports export to SVG: