You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our design requirement involves drawing grid lines on top of the data:
We have this working, but doing so required subclassing BarLineChartBase, copying nearly 100 lines of code from onDraw, then reordering operations slightly. This will probably be a maintenance nightmare going forward, so I am going to open a pull request so that other users will have this option in the future.
The text was updated successfully, but these errors were encountered:
davidgoli
changed the title
Feature request: Draw graph lines over data
Feature request: Draw grid lines over data
Sep 21, 2017
@davidgoli Do you think it would make sense to add such feature also to RadarChart? It has a variable mDrawWeb, which might be combined with what you added in your PR (AxisBase#mDrawGridLinesBehindData)
Our design requirement involves drawing grid lines on top of the data:
We have this working, but doing so required subclassing BarLineChartBase, copying nearly 100 lines of code from
onDraw
, then reordering operations slightly. This will probably be a maintenance nightmare going forward, so I am going to open a pull request so that other users will have this option in the future.The text was updated successfully, but these errors were encountered: