Closed GoogleCodeExporter closed 9 years ago
You can fix this in two ways:
1. Don't call setChartSettings because that calls setXAxisMin and setXAxisMax
for the first scale only.
or
2. Call setXAxisMin(minValue, 1) and setXAxisMax(maxValue, 1) with min and max
values being the same as in setChartSettings.
Original comment by dandrome...@gmail.com
on 10 Jan 2013 at 6:39
Workaround #1 worked for me. But it still seems like a bug that the x axis
values are only correct for one of the curves! As the user of the graph, I
assume the x axis values apply to both.
It seems like the rendering algorithm should that there is only one x-axis,
since only one is displayed.
Original comment by john.c.m...@gmail.com
on 10 Jan 2013 at 6:45
Original issue reported on code.google.com by
john.c.m...@gmail.com
on 10 Jan 2013 at 3:36Attachments: