Search found 7 matches

by efratb
Wed Mar 28, 2007 1:15 pm
Forum: JFreeChart
Topic: Dynamic bar chart
Replies: 0
Views: 1761

Dynamic bar chart

Hi,

I would like to use a dynamic bar chart in a jsf page.
The chart should present the CPU loads of the system, and update every second. (I would like it to be similar to the CPU usage chart in the windows task manager).
What is the best way to implement it?

Thanks a lot,
Efrat
by efratb
Mon Sep 25, 2006 9:56 am
Forum: JFreeChart
Topic: Setting the legend colors in pie chart
Replies: 0
Views: 1640

Setting the legend colors in pie chart

Hi,

How can I set the colors (and the order of appearance) in the legend of a pie chart?

Thanks,
Efrat
by efratb
Mon Sep 25, 2006 9:49 am
Forum: JFreeChart
Topic: Pie chart - How to disable tooltips?
Replies: 0
Views: 2547

Pie chart - How to disable tooltips?

Hi, I have a pie chart, and the tooltips are generated automatically. I tried to remove then in many ways, but none of them works: When create the chart: JFreeChart chart = ChartFactory.createPieChart("", dataset, true, false, false); Setting the plot's tootip generator: plot = (PiePlot) chart.getPl...
by efratb
Tue Jul 18, 2006 8:35 am
Forum: JFreeChart
Topic: Long time to load pie chart on Linux
Replies: 3
Views: 5062

What do you mean headless?..
by efratb
Mon Jul 17, 2006 1:32 pm
Forum: JFreeChart
Topic: Long time to load pie chart on Linux
Replies: 3
Views: 5062

Long time to load pie chart on Linux

Hi, I am using JFreeChart to create a pie chart panel (as shown in the examples). On windows everything is loaded OK, but on Linux it takes a long time (about 10 seconds) to load the chart. When I use SwingUtilities.invokeLater to invoke the chart creation, it improves the performance, but still tak...
by efratb
Thu Mar 23, 2006 10:01 am
Forum: JFreeChart
Topic: How do I limit the number of items in TimeTableXYDataset?
Replies: 0
Views: 1760

How do I limit the number of items in TimeTableXYDataset?

Hi,

How can I limit the number of items when using TimeTableXYDataset?

I'm looking for something like setMaximumItemCount() in TimeSeries.
Or even a way to set an item's age...

Please help....
Thanks,
Efrat
by efratb
Wed Mar 22, 2006 7:15 pm
Forum: JFreeChart
Topic: How to create stacked area chart with time based data?
Replies: 0
Views: 1860

How to create stacked area chart with time based data?

Hi,

I'm trying to create a stacked area chart with time based data.
For regular line charts I used TimeSeriesCollection as my dataset, but now I need to use TableXYDataset.
I guess that I should use TimeTableXYDataset, but I don't really know how...
Can anyone help??

Thanks a lot,
Efrat