Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 734 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 734 Bytes

compose-charts

Build License

What's this?

Jetpack Compose charts library for Android

Disclaimer

Current supported Jetpack Compose version: 1.1.0

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