|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
Making a pie chart
It's fairly simple to make a histogram using XSLT (and an image for the "bar"). How can I make a pie chart?
__________________
Hello, old friend... |
|
#2
|
||||
|
||||
|
I am assuming that you want this displayed in a browser. I couldn't find any free JavaScript pie chart scripts that the XSL could initialize with data in the HTML.
Depending on what will be doing the transforming and where ... you may have the XML or the data in the XML also available to some server side technology. For example, you could have a Java Servlet linked to an img tag and have the Servlet write data out through the HttpResponse. Here is my recomendation: http://www.jfree.org/jfreechart/index.html The only downside is that you have to pay for the documentation. Should not be too hard to use without. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > XML Programming > Making a pie chart |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|