gorteganesh / achartengine

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

Chart (Pie-Chart for example) to small on Wildfire - Legend lost #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. build a simple pie-chart with a 2 row big legend (for example 5 entries)
2. try to view the chartintent on wilfire emulator (320 × 240 px)

What is the expected output? What do you see instead?
there are 2 possibities
1. the chart is shrinked that small that all data is visible
2. there must be a vertical scroll bar to view the data at the end of the chart

What version of the product binary library are you using?
Version 0.5

Original issue reported on code.google.com by thomas.s...@googlemail.com on 4 Jan 2011 at 9:25

GoogleCodeExporter commented 9 years ago
is there anybody watching the tickets ???

Original comment by thomas.s...@googlemail.com on 13 Jan 2011 at 11:05

GoogleCodeExporter commented 9 years ago
You can tweak legend related issues using:
mRenderer.setShowLegend();
mRenderer.setLegendHeight();

Original comment by dandrome...@gmail.com on 19 Jan 2011 at 11:31