Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Building a Pie Chart

Status
Not open for further replies.

arlequin

Programmer
Sep 21, 1999
232
UY
HI EVERYONE!<br>
<br>
I've to generate a pie chart in my page. I've painted horizontal bar charts using HTML tables but my boss insists in using pie charts!! :(<br>
<br>
I was wondering if one of you can help me with this ot tell me about an applet that could make things easier for me.<br>
<br>
THANX!!<br>
<br>
Arlequin
 
If this is an intranet project where you can specify IE 4 or 5 as a browser, there are built-in behaviors for pie charts, that you can access with Javascript and DHTML. Check out the MSDN info on IE, or get a good book, such as Professional IE Programming: <A HREF=" TARGET="_new"><br>
If you need to support netscape also, I would suggest searching for a java applet. I'm sure there are a few that produce pie charts dynamically. Try the Java forum here.<br>
<br>
Otherwise, you might try something server-side, with ASP, Cold Fusion or PHP, but there will be a big learning curve.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top