compose-charts icon indicating copy to clipboard operation
compose-charts copied to clipboard

Jetpack Compose charts for Android

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