sun 1.4.? i tested 1.4.2
ibm 1.3.? i don't know which one exactly i tested
it does not work with
sun 1.3.1_7 and 1.3.1_9 (the most actual release)
- frank
hi,
since 0.9.14 i have a problem with the manipulation of the category labels.
the good image:
[image removed]
the bad image:
[image removed]
with 0.9.10 i turned the category labels with setVerticalCategoryLabels(true)
since 0.9.14 i got a result as u can see in the bad image.
because this method is deprecated in 0.9.14 i tried the CategoryLabelPosition-Trick but got the same result.
the funny thing is: my system Tomcat and websphere on jdk 1.4.? shows the good image and tomcat & websphere with jdk 1.3.1 (the production systems show the bad results.Code: Select all
CategoryAxis axis = (CategoryAxis)chart.getCategoryPlot().getDomainAxis(); // axis.setVerticalCategoryLabels(true); axis.setBottomCategoryLabelPosition(getVerticalDomainCLP());
do i have to tell my customer to grade up his jdk versions ?
tia frank