Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chart with FillOutsideLine and background color of margin transparent #471

Open
GoogleCodeExporter opened this issue Jul 4, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant