gorteganesh / achartengine

Automatically exported from code.google.com/p/achartengine
0 stars 0 forks source link

zoom not allowed when using own zoom buttons #86

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Fixed in SVN rev. r227.

Original comment by dandrome...@gmail.com on 30 Jun 2011 at 4:15