ibrahimsaputra / achartengine

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

Swipe animations don't draw correctly #135

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Animate the graph left or right

What is the expected output? What do you see instead?

I would expect to see the graph slide to the left or to the right.  Instead, 
the whole graph seems to "scrunch" to the side.  The labels on the outside do 
not move at all.

Please provide a source code snippet that we can use to replicate the issue.

What version of the product binary library are you using?

0.70

Please provide any additional information below.

Original issue reported on code.google.com by matth...@gmail.com on 21 Sep 2011 at 10:36

Attachments:

GoogleCodeExporter commented 9 years ago
Note sure I understood your question right but I think this might help you: 
http://stackoverflow.com/questions/7491215/android-achartengine-xy-chart/7661390
#7661390

Original comment by mister...@gmail.com on 5 Oct 2011 at 12:39

GoogleCodeExporter commented 9 years ago
Just call renderer.setInScroll(true);

Original comment by dandrome...@gmail.com on 26 Oct 2011 at 5:34