wangyao5 / achartengine

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

GraphView draws on top of sibling views #137

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add an View over top of the GraphView

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

The View should display completely.  In this case, the ImageView on the graph 
is being drawn over by the graph.

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:58

Attachments:

GoogleCodeExporter commented 9 years ago
Try to do: renderer.setInScroll(true); and let me know if it fixes this issue.

Original comment by dandrome...@gmail.com on 5 Jan 2012 at 4:01

GoogleCodeExporter commented 9 years ago
Yes, this works fine -- sorry for the unnecessary bug report.

Original comment by matth...@gmail.com on 5 Jan 2012 at 4:11

GoogleCodeExporter commented 9 years ago

Original comment by dandrome...@gmail.com on 5 Jan 2012 at 5:00

GoogleCodeExporter commented 9 years ago
Confirmed fixed for me as well. Thanks for the information. 

Original comment by dfra...@gmail.com on 13 Jan 2012 at 5:45