you cannot do a pie chart in html. That being said you can do several in javascript.
check out JFreeChart. ITs a java based charting utility for use on the web. Also google "java + display graphs". That will come up with a few open source / free things you can try out.
hth, mcm
snair
8:22 pm on Jun 20, 2006 (gmt 0)
I take it the reason you want it to be in HTML is because you it to be accessible right? (i.e. not a single image)
Well there are ways to create an accessible bar chart with images.
Search for "accessible bar chart" and there are tons of examples.