Search found 20 matches

by dpop
Tue Nov 30, 2004 1:51 pm
Forum: JFreeChart
Topic: upgrading 9.20 to 9.21 exception
Replies: 2
Views: 2433

oops

i don't think i did... :oops: i'll try that,
thx
by dpop
Tue Nov 30, 2004 1:26 pm
Forum: JFreeChart
Topic: upgrading 9.20 to 9.21 exception
Replies: 2
Views: 2433

upgrading 9.20 to 9.21 exception

hi I just upgraded the jfreechart library from .20 to 21. the package naming changes were not a problem, but when I try to see one of my charts i get this exception: java.lang.NoSuchMethodError: org.jfree.text.TextUtilities.drawAlignedString(Ljava/lang/String;Ljava/awt/Graphics2D;FFLorg/jfree/ui/Tex...
by dpop
Thu Nov 25, 2004 12:19 pm
Forum: JFreeChart
Topic: label positioning
Replies: 3
Views: 4660

does anybody know?

anybody, any suggestions, please?
by dpop
Wed Nov 24, 2004 11:01 am
Forum: JFreeChart
Topic: label positioning
Replies: 3
Views: 4660

... but it still shows weird results

First of all thank you for the reply. Now I have experimented with the application you suggested, and found the combination to produce the desired result: a vertical label positioning ItemLabelPosition lp = new ItemLabelPosition(ItemLabelAnchor.OUTSIDE12, TextAnchor.TOP_LEFT, TextAnchor.CENTER_LEFT,...
by dpop
Thu Nov 11, 2004 2:45 pm
Forum: JFreeChart
Topic: label positioning
Replies: 3
Views: 4660

label positioning

I think I'm not the only one having trouble with the way labels display (at least in the so trivial bar chart) . Sometimes they are truncated (at chart edges), other times overlapping (large numbers with thin bars) and it is really hard to get them positioned where you want them. I have managed to d...
by dpop
Wed Sep 15, 2004 4:00 pm
Forum: JFreeChart
Topic: unnecessary space in bar chart
Replies: 2
Views: 2645

it worked

it worked, thanks
by dpop
Wed Sep 15, 2004 2:49 pm
Forum: JFreeChart
Topic: unnecessary space in bar chart
Replies: 2
Views: 2645

unnecessary space in bar chart

hi i have a bar chart that displays say 100 elements(bars). the problem is that on the right and left of the chart i have some un-necessary/unoccupied space that i don't want to display. seems that for a smaller number of bars the extra-space is smaller. here is a pic that better shows what i mean s...
by dpop
Fri Jul 16, 2004 1:47 pm
Forum: JFreeChart
Topic: stacked bar chart "total" label
Replies: 0
Views: 1526

stacked bar chart "total" label

Hi, I have a chart that displays stacked bars. I want to display the value label for each bar and the total sum, but I do not know how to display a total. so if i have two stacked bars each having value 10, on top of them i want to show 20, and inside each bar i want to display 10. thx PS. and david...
by dpop
Mon Jun 21, 2004 8:24 am
Forum: JFreeChart
Topic: Chart Y-axis with out nagative values how?
Replies: 2
Views: 2023

Have you tried setLowerBound(0.0f); (v.9.20) or setMinimumAxisValue (older versions) for the plot's RangeAxis?
by dpop
Mon Jun 21, 2004 8:17 am
Forum: JFreeChart
Topic: How to show the value on the top of the bar
Replies: 10
Views: 12908

sorry, don't know what could possibly be wrong. here's a complete copy of my code that works: BarRenderer barRenderer = new BarRenderer(); barRenderer.setLabelGenerator(new StandardCategoryLabelGenerator(StandardCategoryLabelGenerator.DEFAULT_LABEL_FORMAT_STRING, amountFormat)); barRenderer.setItemL...
by dpop
Fri Jun 18, 2004 7:17 am
Forum: JFreeChart
Topic: How to show the value on the top of the bar
Replies: 10
Views: 12908

this works for me:

well... there's no documentation on what the OUTSIDE1 - 12, INSIDE 1-12, CENTER mean... (or no free documentation)... i have tried dozens of combinations of which about half worked, the rest just don't display anything. anyway, this works for me: barRenderer.setSeriesPositiveItemLabelPosition(0,new ...
by dpop
Thu Jun 17, 2004 5:31 pm
Forum: JFreeChart
Topic: ON HOLIDAY : 22 June to 5 July
Replies: 2
Views: 2427

have a great time

Well then...

Wish you a fabulous holiday. Best of luck if you hit some casinos :wink:
by dpop
Thu Jun 17, 2004 3:44 pm
Forum: JFreeChart
Topic: ExtendedStackBarRenderer
Replies: 0
Views: 2189

ExtendedStackBarRenderer

How about adding to the StackedBarRenderer the total-displaying feature like in

org.jfree.chart.demo.ExtendedStackBarRenderer

I think it's important to have the possibility to display a totals label to a stacked bar chart, as well as each stack's label.
by dpop
Wed Jun 16, 2004 6:28 pm
Forum: JFreeChart
Topic: textTitle exception
Replies: 1
Views: 1921

textTitle exception

I have just updated from 0.9.10 to 0.9.20. after hours of trying to get the old code compile, trying to present charts give me this: :shock: Exception thrown from action: java.lang.NoSuchMethodError: org.jfree.util.Log.createContext(Ljava/lang/Class;)Lorg/jfree/util/LogContext; at org.jfree.chart.ti...
by dpop
Wed Jun 16, 2004 3:49 pm
Forum: JFreeChart
Topic: double-stack-bar (img attached) how to do it?
Replies: 2
Views: 2483

thanks, i was using the 0.9.10 version, no demo4 available.
i updated to 9.20, but i get like 300 errors in the code now, gotta modify a whole lotta things. i hope you have good documentation for changes :)