Search found 11 matches

by subhani
Wed May 05, 2004 1:23 pm
Forum: JFreeChart
Topic: Half pie chart
Replies: 1
Views: 1996

Half pie chart

Hi,
Can anybody knows how to draw half pie chart using JFreeChart..
Please tell me if anyone knows about it..

Thank you & regards
Subhani
by subhani
Mon Apr 12, 2004 10:42 am
Forum: JFreeChart
Topic: JFreeChart on Linux (Pie3DPlot.PERCENT_LABELS)
Replies: 11
Views: 11122

Hi
I am using 0.9.16 only..
Please tell me solution for above query..

Regards,
Subhani
by subhani
Fri Apr 09, 2004 5:15 am
Forum: JFreeChart
Topic: JFreeChart on Linux (Pie3DPlot.PERCENT_LABELS)
Replies: 11
Views: 11122

Its giving following error: Generated servlet error: [javac] Compiling 1 source file [javac] /home/jboss-3.2.3/server/default/work/MainEngine/localhost/JFreeChartNew/mypie_chart_jsp.java:113: cannot resolve symbol [javac] symbol : variable PERCENT_LABELS [javac] location: class org.jfree.chart.plot....
by subhani
Thu Apr 08, 2004 6:04 am
Forum: JFreeChart
Topic: JFreeChart on Linux (Pie3DPlot.PERCENT_LABELS)
Replies: 11
Views: 11122

JFreeChart on Linux

Hi Dave Gilbert, I' ve installed linux version of JFreeChart - 0.9.16 on Linux and windows version of JFreeChart - 0.9.16 on windows. And also we purchased developer's guide from you. In developer's guide I found the syntax for labling : plot.setSectionLabelType(Pie3DPlot.PERCENT_LABELS); I think Li...
by subhani
Thu Apr 08, 2004 5:32 am
Forum: JFreeChart
Topic: JFreeChart on Linux (Pie3DPlot.PERCENT_LABELS)
Replies: 11
Views: 11122

JFreeChart on Linux

Yes , Same versions of JFreeChart - 0.9.16 is running on both platforms.
But I am not getting it on Linux.
by subhani
Wed Apr 07, 2004 8:40 am
Forum: JFreeChart
Topic: JFreeChart on Linux (Pie3DPlot.PERCENT_LABELS)
Replies: 11
Views: 11122

JFreeChart on Linux (Pie3DPlot.PERCENT_LABELS)

Hi,

plot.setSectionLabelType(Pie3DPlot.PERCENT_LABELS); is working on windows os, same thing is not working on Linux....
Can anybody tell me whe it's not working on Linux..

Thanx
Subhani
by subhani
Tue Apr 06, 2004 7:37 am
Forum: JFreeChart
Topic: JFreeChart on Linux
Replies: 1
Views: 2437

JFreeChart on Linux

When I am trying to run demo application given by JFreeChart, Its giving following exception:


Exception in thread "main" java.lang.InternalError: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable.
by subhani
Tue Apr 06, 2004 6:48 am
Forum: JFreeChart
Topic: JFreeChart is not working in Linux operating system
Replies: 1
Views: 2443

JFreeChart is not working in Linux operating system

Hi,
Can anybody tell me why JFreeChart is not working in Linux operating system...
I' ve deployed jfreechart on jboss, And I' ve tested it in windows os..but when I am trying to deploy on linux- jboss..its not working...

Regards
Subhani
by subhani
Fri Mar 26, 2004 2:03 pm
Forum: JFreeChart
Topic: Can we implement jfreechart in jsps?
Replies: 1
Views: 2036

Can we implement jfreechart in jsps?

Can any body tell me how to implement jfreecharts in jsps if it is possible...

Thank u
Subhani
by subhani
Fri Mar 26, 2004 12:50 pm
Forum: JFreeChart
Topic: How do I change the colors of pie graph
Replies: 1
Views: 2061

How do I change the colors of pie graph

Can u please any one tell me how to change the color of pie graph in jfree charts.
by subhani
Fri Mar 26, 2004 12:25 pm
Forum: JFreeChart
Topic: JFreeChart is not working with Jboss-3.2.3
Replies: 2
Views: 3142

JFreeChart is not working with Jboss-3.2.3

I am able to get pie chart though jsp in Tomcat 4.1, where as same thing is not working in Jboss-3.2.3. Can u please any tell me whats the problem... ************************************************************* Source code of my jsp is: <%@ page import = "org.jfree.chart.demo.servlet.WebHitDataSet"...