Search found 9 matches
- Wed Dec 10, 2008 6:14 am
- Forum: JFreeChart
- Topic: jfreechart is not displaying in my production server
- Replies: 6
- Views: 22635
JFreeChart chart = ChartFactory.createPieChart3D("", pieDataset, true, true, false);%> <%="chart ="+chart%> <% // Write the chart image to the temporary directory ChartRenderingInfo info = new ChartRenderingInfo(new StandardEntityCollection()); String imageMap = ChartUtilities.getImageMap("map", inf...
- Sat Dec 06, 2008 3:15 pm
- Forum: JFreeChart
- Topic: jfreechart is not displaying in my production server
- Replies: 6
- Views: 22635
Hi, thanks for your suggestion. that helped me think about my problem in different way. but the problem is java is platform independent right? the article guided me to use headless Awt toolkit. In my application the production server is Linux and my work machine is windows. i still didn't get an exa...
- Sat Dec 06, 2008 12:16 pm
- Forum: JFreeChart
- Topic: jfreechart is not displaying in my production server
- Replies: 6
- Views: 22635
jfreechart is not displaying in my production server
Hi Friends, I am using JFreeChart in my web application. I managed to display the charts in my local host server and was very happy to see its working until i upload it in to my production server. Charts are not displaying in my production server which is having tomcat 5.0.27.Does this version has a...
- Fri Nov 14, 2008 2:03 pm
- Forum: JFreeChart
- Topic: tool tip is not displaying in piechart
- Replies: 9
- Views: 10707
- Fri Nov 14, 2008 1:42 pm
- Forum: JFreeChart
- Topic: tool tip is not displaying in piechart
- Replies: 9
- Views: 10707
- Fri Nov 14, 2008 12:48 pm
- Forum: JFreeChart
- Topic: tool tip is not displaying in piechart
- Replies: 9
- Views: 10707
- Fri Nov 14, 2008 4:27 am
- Forum: JFreeChart
- Topic: tool tip is not displaying in piechart
- Replies: 9
- Views: 10707
- Thu Nov 13, 2008 12:28 pm
- Forum: JFreeChart
- Topic: tool tip is not displaying in piechart
- Replies: 9
- Views: 10707
here is the code
<%String filename = StockChart.createPieChart(session,new PrintWriter(out));%>
<%String graphURL ="DisplayChart?filename=" +filename; %>
<img src="<%=graphURL %>" border=0 usemap="#<%= filename %>" style="margin-left: 50px">
this is the code i m using to display the image in my jsp. Am i doing right?
<%String graphURL ="DisplayChart?filename=" +filename; %>
<img src="<%=graphURL %>" border=0 usemap="#<%= filename %>" style="margin-left: 50px">
this is the code i m using to display the image in my jsp. Am i doing right?
- Thu Nov 13, 2008 11:43 am
- Forum: JFreeChart
- Topic: tool tip is not displaying in piechart
- Replies: 9
- Views: 10707
tool tip is not displaying in piechart
Hello friends, I am creating a pie chart in jsp page. pie chart is displaying correctly except the tool tip. The tool tip is getting generated when i view the pie chart in a separate frame. but it is not working in jsp page and when i keep the mouse over the chart the status bar of the browser shows...