wangyao5 / achartengine

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

hiding legend causes incorrect x axis rendering #93

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. In the demo, edit the "SalesStackedBarChart", adding a line that says:
renderer.setShowLegend(false);
(I added it at line 79)
2. View the stacked sales bar chart

What is the expected output? What do you see instead?
The x axis labels do not show, and it appears that the bars go too low.

What version of the product binary library are you using?
This occurs as of r234

Please provide any additional information below.
See attached screenshot of the problem.

Original issue reported on code.google.com by candrews...@gmail.com on 5 Jul 2011 at 2:45

Attachments:

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

Original comment by dandrome...@gmail.com on 5 Jul 2011 at 6:16