Community
Participate
Working Groups
Build Identifier: v20110607-1526 and earlier versions It only happens on Linux OS. At first the problem occurs on Windows OS too. But it could be fixed with a fix minimum value for y-Axis: yAxis.getScale().setMin(NumberDataElementImpl.create(0)); On linux platform there is no effect on first chart page. The second page is ok again. The attached code works as followed: Each chart object contains 10 x-values. If dataset > 10 then the next chart object will opened. All chart objects will attached to a report design as svg object so each chart object is independent. Reproducible: Always Steps to Reproduce: 1. run code on linux platform 2. all chart objects must have the same max Y-value 3.
Created attachment 199636 [details] sample pdf output
Created attachment 199637 [details] Chart java code
Created attachment 199638 [details] sample pdf output windows