spark icon indicating copy to clipboard operation
spark copied to clipboard

A simple Android sparkline chart view.

Results 13 spark issues
Sort by recently updated
recently updated
newest added

the animation library is using annotations of android support library which needs to be upgraded to androidx for animations to work.

Can the scrubbing be made into a button instead of a vertical line? I want to be able to get the values as the user touches the graph( not drag...

Migrates the project to AndroidX. The only library was the support annotations. I also updated the library versions and the `compileSdkVersion`. Closes: https://github.com/robinhood/spark/issues/80

how to set shadow for when chart get low?!?!

I am getting this error in my app (xml below), but not in the sample app. I have even copied and pasted the code from the sample app into my...

When we set cornerRadius to a non-zero value, `CornerPathEffect` is applied which works great until you apply a fill to the graph which results in: I think rather than closing...

Closes #48 This PR fixes the "zigzag" animation when the fill is enabled. In the gif below, you'll notice the line stroke consumes the entire shape rather than just the...

More use-cases are popping up with specific effects in mind. I'd like to make Spark able to handle these specific effects for folks more easily than either adding special cases...

This one is a bit specific. It allows to add a straight segment that fades out at the beginning and at the end of the graph. The amount is customizable...