-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
Currently, it is not possible to disable the interpolation between the graph points. It would be nice to add an attribute to enable or disable smoothing on the graph. This could be something like this:
<resources>
<declare-styleable name="SnakeView">
<attr name="smoothing" format="boolean" value="true" />
</declare-styleable>
</resources>A made a quick fix here to add this feature, but my work is not yet ready to be merge.
What is your opinion about this feature ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels