robinhood / spark

A simple Android sparkline chart view.

Repository from Github https://github.comrobinhood/sparkRepository from Github https://github.comrobinhood/spark

Is it possible to add axis?

ahtsan opened this issue · comments

I want to add integer for y-axis and date for x-axis. Is it possible to do that? If not, is it hard to add this functionality? Thanks.

Axes are a bit out of scope for Spark, unfortunately. You may be interested in checking out MPAndroidChart, which does support axes.