robinhood / spark

A simple Android sparkline chart view.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not showing baseline with just getBaseLine()

johanneslagos opened this issue · comments

I don't know if it is a bug, but the baseline is not show until you overwrite hasBaseline().

This is working as intended: you do need to override both methods in order to show a baseline.

Yes. But your documentation only talks about override of getBaseline() ;)

Oops, good call! We will update asap!

Just added to the readme. Thanks for the report!