arnesgurda / achartengine

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

Chart with FillOutsideLine and background color of margin transparent #471

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When i use BELOW, the fill overlap the bottom of the chart where there is the 
space with y values.

Please see the chart it's really comprehensive.

I think, you can fix this by edit the code of the class: LineChart.java in the 
folder chart.
Line 111:
case BELOW:
referencePoint = canvas.getHeight();   // HERE remove the height of the space 
where there is y axis values.
break;
----------------

I've try to search how to, but i've not find the solution!
So actually, i've just set a margin color.

Best regards, Fabrice

PS: Sorry for my english if there is mistakes...

Original issue reported on code.google.com by kizewski...@gmail.com on 27 Jan 2015 at 10:06

Attachments: