robinhood / spark

A simple Android sparkline chart view.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ScrubWidth is using LineWidth in Constructor

zoltish opened this issue · comments

When you initialize the scrubPaint you use this:

sparkLinePaint.setStrokeWidth(lineWidth);

It should be using the scrubLineWidth variable instead.

Thanks for the great library! :)

Thanks! Just pushed a fix. If you need it asap, you should be able to use the snapshot release. I'll do a full release in a couple of weeks.