Search found 3 matches
- Fri May 04, 2018 8:39 am
- Forum: JFreeChart
- Topic: Issues with jfreechart version 1.0.13 and Java 8
- Replies: 0
- Views: 4876
Issues with jfreechart version 1.0.13 and Java 8
Hi All, After we upgrade the java version from 1.7 to 1.8 we started facing interment issues in graphs. We are using JFree chart version 1.0.13 The issues are 1. Number of x-axis and y-axis ticks are increased because of this ticks are overlapped in the graphs 2. Sometimes bar graphs becomes too cra...
- Thu Aug 11, 2016 11:50 am
- Forum: JFreeChart
- Topic: Number format override is not working in JDK 1.8
- Replies: 4
- Views: 6140
Re: Number format override is not working in JDK 1.8
Hi, Thanks for your response, nothing else is changed in our code. While debugging from the NumberAxix.estimateMaximumTickLabelWidth method, our overrided method was executed in the Java 7, but in Java 8 our method was not called/executed. Not sure why. The same code is working fine with Java 1.7. T...
- Wed Aug 10, 2016 12:46 pm
- Forum: JFreeChart
- Topic: Number format override is not working in JDK 1.8
- Replies: 4
- Views: 6140
Number format override is not working in JDK 1.8
Hi, I am using jfreechart 1.0.13, for my chart I need to have a custom number formater. The custom formater was working fine in Java version 1.7, we are in the process to upgrade Java to 1.8. While generating the chart the in Java 1.8 our number formatting is not applied in the chart. Upon debugging...