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


