robinhood / spark

A simple Android sparkline chart view.
Apache License 2.0
1.28k stars 157 forks source link

Is it possible to add axis? #46

Closed ahtsan closed 6 years ago

ahtsan commented 6 years ago

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.

danh32 commented 6 years ago

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