Hi, I have a program that needs to draw a Pie chart based on the selection made for diferrent Check boxes. The slices depict the values of the selections in the Check Box. Any idea how this can be done...in JAVA...... Thanks in advance... Rajeev
How do you conver this applet so that it retrieves sales data as parameters and display the data on a pie chart. The format of the parameters is the following: <param name=categories value="cat1..... catn "> <param name=cat1 value="amount1 "> <param name=catn value="amountn "> The amount for each category is represented as an integer. For example, the following are sample sales data for a software superstore. <param name=categories value="education utility entertainment reference" <param name=education value=10000> <param name=utility value=12000> <param name=entertainment value=30000> <param name=reference value=9000> I should add methods to my pie chart applet so that it meets the Canonical Form of Public Classes.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.