What steps will reproduce the problem?
1. integrate library into own activity with own zoom buttons
2. apply on zoom buttons graphicalView.zoomOut(); and graphicalView.zoomIn();
functions
3. buttons do nothing
What is the expected output? What do you see instead?
expected is working zooming on chart
Please provide a source code snippet that we can use to replicate the issue.
What version of the product binary library are you using?
Please provide any additional information below.
problem is that in GraphicalView on line 100 is
if (mRenderer.isZoomEnabled() && mRenderer.isZoomButtonsVisible()) {
...
which require to be visible original zoom buttons
Original issue reported on code.google.com by menion.asamm on 23 Jun 2011 at 9:14
Original issue reported on code.google.com by
menion.asamm
on 23 Jun 2011 at 9:14