lecho/hellocharts-android

Extract AxesRenderer interface

Opened this issue · 1 comments

AxesRenderer is currently a concrete class on which AbstractChartView depends. This makes it tricky to override it with a custom axes renderer. Could it be made into an interface like ChartRenderer?

P.S. I'd be happy to create a PR for this change if it's helpful.