Search found 6 matches

by spennec
Tue Apr 20, 2010 7:18 am
Forum: JFreeChart
Topic: TimeSeries chart axis items are displayed multiple times
Replies: 2
Views: 3135

Re: TimeSeries chart axis items are displayed multiple times

Thanks a lot paradoxoff!

That is right what I needed.
by spennec
Mon Apr 19, 2010 1:31 pm
Forum: JFreeChart
Topic: TimeSeries chart axis items are displayed multiple times
Replies: 2
Views: 3135

TimeSeries chart axis items are displayed multiple times

Hello, I am creating a TimeSeries chart, based on a collection of dates and values. Then I print this chart to a PDF file. For this, I am using JFreeChart version 1.0.13. The axis labels, on the date axis, are configured with the following pattern: "dd MMM", which prints dates like "14 Apr". When I ...
by spennec
Thu Feb 25, 2010 8:42 am
Forum: JFreeChart
Topic: Pie chart: how to specify the radius of the pie?
Replies: 2
Views: 3043

Re: Pie chart: how to specify the radius of the pie?

Hello barefoot,

Thanks for your reply! Actually, I haven't found any resolution for this problem, so your suggestion might help me :)

I totally agree with you on the fact that it is odd that one cannot force the radius... I'm going to add a feature request about it, and we'll see what happens...
by spennec
Tue Jan 26, 2010 12:00 pm
Forum: JFreeChart
Topic: Pie chart Linking lines: straight instead of rounded
Replies: 3
Views: 4652

Re: Pie chart Linking lines: straight instead of rounded

This is exactly what I was looking for, although the Standard type of linking lines can be a bit messy when one of the values takes a big part of the pie... Maybe the Quad Curve style will better fit my needs.

Anyway, thanks for the hint! :D
by spennec
Thu Jan 14, 2010 8:47 am
Forum: JFreeChart
Topic: Pie chart: how to specify the radius of the pie?
Replies: 2
Views: 3043

Pie chart: how to specify the radius of the pie?

Hello (again), I'm drawing two pie charts, and insert them into the same PDF page. The exported charts have the same sizes. On both charts, the legend is included, and added on the right of the chart. In fact, these are two instances of the same class but with different values. The problem is that t...
by spennec
Thu Jan 14, 2010 8:24 am
Forum: JFreeChart
Topic: Pie chart Linking lines: straight instead of rounded
Replies: 3
Views: 4652

Pie chart Linking lines: straight instead of rounded

Hello, I've created a PieChart, with labels. Those labels are linked to the corresponding sections with linking lines. Those lines are configured with the default values: I've not overriden or set anything to modify their look, so as you might expect they have "rounded elbows" between the label and ...