yuxinburen / achartengine

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

Grid lines are drawn OVER the curves, instead of UNDER them #344

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. renderer.setGridColor(Color.parseColor("#44778899"));
2. renderer.setShowGrid(true);

What is the expected output? What do you see instead?

The grid drawn UNDER the curves, not OVER them.

Please provide a source code snippet that we can use to replicate the issue.

See above

What version of the product binary library are you using?

1.1.0

Please provide any additional information below.

I'd simply draw the grid FIRST, then axes and the curves.
Nothing simplier than moving some lines of code BEFORE others.

Original issue reported on code.google.com by luca.cri...@gmail.com on 7 Sep 2013 at 8:46

GoogleCodeExporter commented 9 years ago
Well, this is another 5 minutes mod, isn't it?

Original comment by luca.cri...@gmail.com on 8 Sep 2013 at 5:19

GoogleCodeExporter commented 9 years ago

Original comment by dandrome...@gmail.com on 1 Nov 2013 at 7:38