Dynamci data with StackedBarChart3D

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Ranjith
Posts: 8
Joined: Thu Oct 13, 2005 7:34 am

Dynamci data with StackedBarChart3D

Post by Ranjith » Mon Oct 17, 2005 3:12 pm

Hi,

I need to pass some dynamic data to the chart(StackedBarChart3D) like this:


Total Month Assigned Unassigned
------- ------- ----------- -------------
11051 September 10000 1051
7653 October 7000 2000
456 November 6000 500

x-axis data: Sep Oct Nov etc... (All months)
y-axis data: Numbers starting from zero to a range(as shown above-TOTAL).

I want to show the status using stakced bars with different colors for assigned and unassigned.

I have to create the chart Using JFreeChart and display will be thru Cewolf. My Problem is where to pass the data?

Do anyone have the code snippets for this?
Also, i have seen the sample chart i have created does not reflect according to the data changes. I have to stop and start the server for the changes to display? Any clue on this?

Sorry, if the question is too long :P :lol: , but do help me. Thanks in advance :)
Cheers,
Ranjith

Locked