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.
Search found 13 matches
- Mon Jan 19, 2009 3:39 am
- Forum: JFreeChart
- Topic: issue with big value
- Replies: 1
- Views: 2216
- Mon Jan 12, 2009 3:08 am
- Forum: JFreeChart
- Topic: StackedArea Bug in 1.0.11
- Replies: 3
- Views: 4216
- 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....
- 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.....
3.67 cat2 series2
Gilbert...please check the stacked area ...its not proper.....
- 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]
3.67 cat2 series2
the resulting stacked area is not proper......
any suggestions????
[/img]
- 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
- 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...
- 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...
- 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...
- Fri Dec 19, 2008 3:59 am
- Forum: JFreeChart
- Topic: Handling Legend
- Replies: 8
- Views: 10935
- 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.....
- 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
- 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...