robinhood / spark

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

Taking padding and line width into account when scrubbing. #49

Closed naturalwarren closed 6 years ago

naturalwarren commented 6 years ago

This change bounds the scrub line within the view's bounding rect minus padding and the width of the line. Previously you could scrub all the way off the graph.

Tested various scrub line widths and padding configurations. Ensured full scrub bar is always shown and always falls within the bounding rect.

danh32 commented 6 years ago

Awesome, thanks!