• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

pie chart Deadline in 3 working days! pls help...

 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi folks,I have already posted a message before and have been receiving a few replies(thanx)...But still can't solve my question. So here I am, posting it again and urge for more helps....Thanx alot..
I'm having problems with a current project which requires drawing up a pie chart with XSL and XML, the result will be in SVG.
There will be a few sectors in this chart and the angle of each sector is determined by its sales value in the XML file. However, the number of sectors and angle will change if new values are added to the XML file. For eg, presently the chart may consists of only 5 sectors, however when 2 new values are added in, the number of sectors will be 7.
As I am totally new to SVG, I have no idea on what's going on.
Any help/examples is greatly, enormously appreciated. Thanx alot..

------------------
0=),
Crystal
 
Ranch Hand
Posts: 254
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
here a tutorial from IBM developerworks for converting XML into SVG
http://www-106.ibm.com/developerworks/education/transforming-xml/xmltosvg/
 
Ranch Hand
Posts: 395
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Crystal,
Just few days back i have started to work on SVg. I think I can help you.
Could you please explain in detail about your problem.
Like
problem in understand SVG.
Developing SVG dynamically.
Technical requirements for SVG.
What exactly.
you can mail me and let me know.
Hope I can help you.
Thanks.

------------------
L Goundalkar
lggoundalkar@hotmail.com
Sun Certified Programmer for Java 2 Platform
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic