Search found 13 matches

by agscontact
Mon Jan 19, 2009 3:39 am
Forum: JFreeChart
Topic: issue with big value
Replies: 1
Views: 2216

issue with big value

dataset.addValue(280230678127188512.0, "1", "1");

i have created a bar chart using the above big value
why i am not able to find the y axis label for 280230678127188512.0

y axis labels are missing.
by agscontact
Mon Jan 12, 2009 3:08 am
Forum: JFreeChart
Topic: StackedArea Bug in 1.0.11
Replies: 3
Views: 4216

hi gilbert ...thanks for your reply...we cant have data based on chart...data can be anything say i have only 2 rows like this...you can check the generated chart.its wrong
by agscontact
Sat Dec 27, 2008 6:41 am
Forum: JFreeChart
Topic: pl help...version 11 is taking too much time
Replies: 2
Views: 3451

pl help...version 11 is taking too much time

I generated a bar chart using jfreechart-1.0.11...its taking too much time.....any suggestion...setNotify(false is also not helping me....
by agscontact
Fri Dec 26, 2008 9:53 am
Forum: JFreeChart
Topic: Stacked Area Charts with negative & postive values
Replies: 6
Views: 9141

to gilbert

146.06 cat1 series1

3.67 cat2 series2


Gilbert...please check the stacked area ...its not proper.....
by agscontact
Fri Dec 26, 2008 9:50 am
Forum: JFreeChart
Topic: StackedArea Bug in 1.0.11
Replies: 3
Views: 4216

StackedArea Bug in 1.0.11

146.06 cat1 series1

3.67 cat2 series2


the resulting stacked area is not proper......

any suggestions????


[/img]
by agscontact
Thu Dec 25, 2008 6:21 am
Forum: JFreeChart
Topic: ToolTip Bug in new version
Replies: 0
Views: 2193

ToolTip Bug in new version

for stacked area chart...tooltip is coming for some points within the area...its not coming in everywhere within the area.its coming for some points.....is it a bug????i tested in new version 1.0.11
by agscontact
Mon Dec 22, 2008 1:44 pm
Forum: JFreeChart
Topic: renderer method call taking time in version 11
Replies: 0
Views: 2167

renderer method call taking time in version 11

why setSeriesItemLabelsVisible(int,boolean),setSeriesItemLabelPaint(int,Color),..... methods are taking more time in version 11 than version 9???each method call for renderer(i checked for bar chart) is taking more than 1.6 ms ...before when i was using version 9 ..it was 0.0 ms...now if the no of s...
by agscontact
Mon Dec 22, 2008 1:40 pm
Forum: JFreeChart
Topic: JFreeChart 1.0.11
Replies: 17
Views: 40223

renderer method call taking time

why setSeriesItemLabelsVisible(int,boolean),setSeriesItemLabelPaint(int,Color) methods are taking more time than release 9???each method call for renderer is taking more than 1.6 ms ...before when i was using version 9 ..it was 0.0 ms...
by agscontact
Sat Dec 20, 2008 7:48 am
Forum: JFreeChart
Topic: JFreeChart 1.0.11
Replies: 17
Views: 40223

Hey Gilbert...what version you released man...its damn slow....i have a table with 833 record...i generated one bar chart using records from this table the same chart takes very less time to get painted in 9 version.....I tried the same in 11...its taking 11 times more time than version 9.....its to...
by agscontact
Fri Dec 19, 2008 3:59 am
Forum: JFreeChart
Topic: Handling Legend
Replies: 8
Views: 10935

I have seen many queries on fixing the width of legend in forum.....We can have %width for legend ....legend.setWidthFactor(30)...it will keep 30% width of the chart reserved for legend.....i hope gilbert can suggest some approach...
by agscontact
Fri Dec 19, 2008 2:59 am
Forum: JFreeChart
Topic: Handling Legend
Replies: 8
Views: 10935

give some hint

good that you realize it...Can you help those people who are already using jfreechart in products installed in customer location....giving some hint for the approach how to proceed to make the legend of fixed size.......c'mmon gilbert you are the project lead...u should be able to ressolve it.....
by agscontact
Thu Dec 18, 2008 9:42 am
Forum: JFreeChart
Topic: Handling Legend
Replies: 8
Views: 10935

any solutions

I dont know why jfreechart ppl are avoiding this......and why they release this bulshit half implemented release...i am getting unimplemented exception from most of the arrangement for legend...i am not able to put fix size for legend
by agscontact
Mon Dec 01, 2008 5:12 am
Forum: JFreeChart
Topic: Convert CatagoryDataSet to XYDataset
Replies: 0
Views: 2149

Convert CatagoryDataSet to XYDataset

XY Data set has feature to autopaint the X values if the size is getting reduced.If no of x values are more then XY chart doesnt show all x values in case of Catagory chart if no of catagories are more then also we are showing all the catagories.So catagorie label cant be seen properly. I am plannin...