What steps will reproduce the problem?
1. Add only one single point in a line chart
2. setDisplayChartValue(true);
What is the expected output? What do you see instead?
chart value should be display on the point, but actually nothing showed.
Please provide a source code snippet that we can use to replicate the issue.
use AverageTemperatureChart.java
What version of the product binary library are you using?
1.0.0
Please provide any additional information below.
XYChart.java line 531:
if (points.length > 1) { // there are more than one point
should it be points.length > 2 instead? I'm not sure if it should be or not,
but at least it works on my side.
Original issue reported on code.google.com by weiso...@gmail.com on 29 Sep 2012 at 3:11
Original issue reported on code.google.com by
weiso...@gmail.com
on 29 Sep 2012 at 3:11