mj1984jp / afreechart

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

Chart not showing up in ScrollView #16

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create a a chart view which extends the DemoView given in the examples
2. add the chart view to a linear layout which is the only view in a Scroll view
3.

What is the expected output? What do you see instead?
If the chart is added to a linear layout only (no scroll view), the chart shows 
up exactly as expected. If the linear layout is the only view in a scroll view, 
and the chart view is added to the linear layout, the chart does not show up at 
all.

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by gmlaud...@gmail.com on 1 Sep 2012 at 8:58