humawork / compose-charts

Jetpack Compose charts for Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

compose-charts

Build License

What's this?

Jetpack Compose charts library for Android

Disclaimer

Current supported Jetpack Compose version: 1.2.0-beta03

This library is WIP, and at the moment only contains the following charts:

  • PieChart
  • TableChart
  • HorizontalBarsChart
  • LinesChart

Download

Available through mavenCentral

Add the dependency:

implementation 'ma.hu:compose-charts:{latest-version}'

Samples

Charts samples can be found in the app module

About

Jetpack Compose charts for Android

License:Apache License 2.0


Languages

Language:Kotlin 100.0%