-
30 May 2012 6:45 AM #1
Faulty assert in BarSeries.java disalows the inclusion of negative values on chart
Faulty assert in BarSeries.java disalows the inclusion of negative values on chart
First image: tooltip works for positive values.
PositiveValueToolTipWorks.jpg
Second image: tooltip does not work. Value represented by bar is hard to visualize due to the fact that the numeric axis does not show negative values.
NegativeValueNoToolTip.jpg
Third image: assert statement eliminates the ability to shift the minY value of the numeric axis to include negative values
FaultyCode.jpg
Edit: pardon the misspelling of "disallows" in the title.
-
5 Jun 2012 1:42 PM #2
The assert was added because mixing of positive and negative values in bar series are not supported as of the 3.0 release. However, this is a planned feature in a future release.
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote