Saravana

Results 14 comments of Saravana

What happened to this? Does Spek to Robolectric integration work?

I saw the code and I would love to work on it and submit a pull request (i.e, if you guys haven't planned to work on this).

Yes. Construction of a JSONObject is really messy in the client code. It would be better to do the Map -> JSONObject conversion within the `AmplitudeClient`. Can't we have similar...

@ligi Could you show a usage of this interface for a client who's overriding all the 3 methods in the interface? We want to see how it would look like...

I kept the animation duration at 100ms to reproduce the issue more frequently. My original intention is to have it at 300ms and when I do that the issue doesn't...

You can do this by overriding the `draw` field in `AreaUnderLine`. Like this, for example: ``` LinePlot.AreaUnderLine(draw = { path -> drawPath(path, brush = Brush.verticalGradient(listOf(Color.Red, Color.Yellow))) }) ```

To be fair, it would be great to have native support instead of having to override the `draw` field. I am thinking of added `Brush` as a field, so that...

This is an interesting idea. I will add this to the next milestone.

@Chinmay-Kalmane You can find that in the [publish.gradle](https://github.com/Madrapps/plot/blob/main/plot/publish.gradle) file

This makes sense. I will try to push this in the upcoming version.