brunogabriel / jetpack-linear-chart

A simple way to draw linear chart using Jetpack Compose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jetpack-linear-chart

A simple way to draw linear chart using Jetpack Compose

We can pass one parameter to decide one of the algorithms below:

  • Draw line between two points (x0,y0) and (x1,y1)
  • Draw a curve between two points using Bézier Curves

Showcase

LICENSE

MIT © MIT

About

A simple way to draw linear chart using Jetpack Compose

License:MIT License


Languages

Language:Kotlin 100.0%