Search found 6 matches

by evebill
Wed Jun 30, 2004 7:45 pm
Forum: JFreeChart
Topic: copyright notice
Replies: 0
Views: 1574

copyright notice

I know the JfreeChart depends on the JCommon. When I includes JFreeChart into my product, do I need to display JCommon copyright notice as well?
by evebill
Thu Jun 10, 2004 8:34 am
Forum: JFreeChart
Topic: Stacked Bar Chart with TimeSeries
Replies: 1
Views: 2905

Stacked Bar Chart with TimeSeries

Is there a way to chreat a Stacked Bar chart with TimeSerie Domain aixs?
by evebill
Mon Jun 07, 2004 9:30 pm
Forum: JFreeChart
Topic: Win32GraphicsEnvironment.displayChanged() throws Exception
Replies: 0
Views: 1978

Win32GraphicsEnvironment.displayChanged() throws Exception

Why would I get this exception in the page I embedded the jJreeChart's charts? My UI did not crash though. java.lang.NullPointerException at sun.awt.Win32GraphicsEnvironment.displayChanged(Win32GraphicsEnvironm ent.java:90) at sun.awt.windows.WToolkit$4.run(WToolkit.java:734) at java.awt.event.Invoc...
by evebill
Fri Jun 04, 2004 7:25 am
Forum: JFreeChart
Topic: Do I need jcommon and log4j to run JFreeChart?
Replies: 2
Views: 3567

Do I need jcommon and log4j to run JFreeChart?

Hi folks,

Would anybody please tell me if I can run JFreChart without jcommon.jar and log4j.jart, thanks!

Billy Ng
by evebill
Fri Jun 04, 2004 6:43 am
Forum: JFreeChart
Topic: Cannot display japanese in the chart
Replies: 1
Views: 3103

It is working after I installed Arial Unicode MS.
by evebill
Fri Jun 04, 2004 12:20 am
Forum: JFreeChart
Topic: Cannot display japanese in the chart
Replies: 1
Views: 3103

Cannot display japanese in the chart

Hi folks, I have the following code to generate the chart jpg file. The chart looks great but it can't display the japanese at all. Why? DefaultPieDataset dataset = new DefaultPieDataset(); dataset.setValue("\u7537\u6027", 20); dataset.setValue("\u30A2\u30FC", 50); dataset.setValue("\u30C6\u30A3", 3...