Skip to content

brunogabriel/jetpack-linear-chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages