Closed ndrb closed 3 years ago
I'm also interested if we can do that. I'm looking to display secondary data (in our case the time) apart from the data that's given for making the line.
Actually, I just found another closed Issue that answered this problem. @danh32 answered this problem in #28 I tried using the implementation and it worked perfectly! Sorry about that!
Great, thanks
Hello, Thank you for this great and easy to use library! I was wondering how I can use SparkAdapter to it's full extent. I have both X and Y value with Y being the price of the asset, and X the time. When the sparkline is clicked and onScrubbed is triggered I want to update the scrubInfoTextView with both values of X and Y. I am not too certain how to do that using the spark adapter.
In the SparkView class, there is a method: public void onScrubbed(float x, float y) but when I try to override it cannot find that method.