Search found 10 matches

by techlead_arun
Fri Mar 18, 2005 10:21 am
Forum: JFreeChart
Topic: Creating ToolTips / Barvalues for Bar Graph png's if Bars=30
Replies: 0
Views: 1528

Creating ToolTips / Barvalues for Bar Graph png's if Bars=30

Hi all, An important update may be. Can some one tell me about creating image maps for bar graphs. Actually my problem is this : I write the entire chart as a png image to the outputstream. Now if my chart area is say 300 and 400 in height and width. And say i plot around 21 bar values on the graph,...
by techlead_arun
Fri Mar 18, 2005 10:19 am
Forum: JFreeChart
Topic: problem with ToolTip when usingChartUtility.writeChartAsPNG
Replies: 4
Views: 3981

Are you sure about what you are saying ? Understanding HTML aint that difficult i guess ? Do you mean to say "There is no solution to this problem, for generating mouseover tooltips for bars with tooltip values = barvalues" in jfreecharts. Y cant it be an update to the next version. good number of b...
by techlead_arun
Thu Mar 17, 2005 9:29 am
Forum: JFreeChart
Topic: how can i connect to X server
Replies: 2
Views: 2438

refer to these links.

http://www.jfree.org/phpBB2/viewtopic.php?t=1012

http://java.sun.com/products/java-media ... .html#xvfb

Also refer to the FAQ on top of this forum list. One of FAQ gives detailed direction to this.
by techlead_arun
Thu Mar 17, 2005 9:22 am
Forum: JFreeChart
Topic: problem with ToolTip when usingChartUtility.writeChartAsPNG
Replies: 4
Views: 3981

problem with ToolTip when usingChartUtility.writeChartAsPNG

Thanks for the reply. Would be greatful if you could direct me to some examples of creating image maps. When my chart width is less and if the number of bars i show in the graph are more, then neither i get the values on the bars nor i get tooltips generated. Would be great if you could point me to ...
by techlead_arun
Thu Mar 17, 2005 7:48 am
Forum: JFreeChart
Topic: problem with ToolTip when usingChartUtility.writeChartAsPNG
Replies: 4
Views: 3981

problem with ToolTip when usingChartUtility.writeChartAsPNG

Hi all, I have a problem here. When I am using the following code I am getting output generated as an image for my png, but I cannot see ToolTips (onmouseover), Can some one help me. Very urgent. response.setContentType("image/png"); OutputStream out = response.getOutputStream(); ChartRenderingInfo ...
by techlead_arun
Sat Feb 26, 2005 12:45 pm
Forum: JFreeChart
Topic: how to add item label with value of bar chart
Replies: 1
Views: 1902

chart = ChartFactory.createBarChart(chartName,categoryAxis.getLabel(),valueAxis.getLabel(),dataset,PlotOrientation.HORIZONTAL,true, true, false); CategoryPlot catPlot = chart.getCategoryPlot(); CategoryItemRenderer CatItemRenderer = catPlot.getRenderer(); CategoryLabelGenerator generator = new Stand...
by techlead_arun
Sat Feb 26, 2005 12:37 pm
Forum: JFreeChart
Topic: Problem in generating bar chart
Replies: 1
Views: 2004

should be the problem with xServer

You need to enable xServer for java2d to be running. try the same piece of application on Tomcat. If u get DISPLAY 0.0 bla bla error then it must be something wrong with the java2d. Carefully read the FAQ's and in that there is one question which talks about when the same webapplication is shifted f...
by techlead_arun
Sat Feb 26, 2005 12:29 pm
Forum: JFreeChart
Topic: Unable to complie- help Please
Replies: 2
Views: 2383

RE: Unable to complie- help Please

you must be getting this error for all the classes (ex: categoryDataSet, pieDataSet etc) in the package. Use this. C:\Tomcat 4.1\webapps\faults\WEB-INF\classes javac -classpath "C:\Tomcat 4.1\webapps\faults\WEB-INF\lib\jcommon-0.9.6.jar;C:\Tomcat 4.1\webapps\faults\WEB-INF\lib\jfreechart-0.9.21.jar;...
by techlead_arun
Sat Feb 26, 2005 12:19 pm
Forum: JFreeChart
Topic: a request
Replies: 1
Views: 2713

We can expect it

We can expect in further versions of jfreecharts for chartRenderingInfo to be continued. Even if they decided to modify it still the functionality would be provided in else other way but there should not be a cut down in functionality just because of the upgrade in version. As long as we use the jar...
by techlead_arun
Sat Feb 26, 2005 12:16 pm
Forum: JFreeChart
Topic: Is JFreeCharts Operating system dependent?
Replies: 1
Views: 2047

Not operating system dependent.

Its nicely explained in the FAQ's. It only requires u to enable the xServer for graphics java2d to be running. solutions for this problem are already provided. :lol: