https://github.com/humawork/compose-charts
Jetpack Compose charts for Android
https://github.com/humawork/compose-charts
android charts jetpack-compose jetpack-compose-charts kotlin-android
Last synced: about 1 year ago
JSON representation
Jetpack Compose charts for Android
- Host: GitHub
- URL: https://github.com/humawork/compose-charts
- Owner: humawork
- License: apache-2.0
- Created: 2021-01-28T10:51:42.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-06-24T11:06:04.000Z (about 4 years ago)
- Last Synced: 2025-04-03T14:13:40.759Z (about 1 year ago)
- Topics: android, charts, jetpack-compose, jetpack-compose-charts, kotlin-android
- Language: Kotlin
- Homepage:
- Size: 313 KB
- Stars: 82
- Watchers: 3
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# compose-charts
[](https://github.com/humawork/compose-charts/actions)
[](http://www.apache.org/licenses/LICENSE-2.0)
# 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:
```groovy
implementation 'ma.hu:compose-charts:{latest-version}'
```
# Samples
Charts samples can be found in the [app](app) module