Hi all,
I have a problem with plotting any graph using JFreechart.
I have declared two 2 dimensional arrays with values. I Plot two bar graphs . I give first 2darray1 for the first graph and 2darray2 for the second graph. However when the titles of two graphs are different i get both the graphs correctly. However if i set the titles for both the graphs as similar. Both the graphs are plotted with the same values.
Wht should i do so that i can keep the titles for both the graph same..however i need the graph to be plotted correctly with its appropriate values.
I also tried to give different ID's but it is not giving me the proper results.