Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-24T11:06:04.000Z (over 2 years ago)
- Last Synced: 2024-11-10T16:05:24.272Z (3 months ago)
- Topics: android, charts, jetpack-compose, jetpack-compose-charts, kotlin-android
- Language: Kotlin
- Homepage:
- Size: 313 KB
- Stars: 77
- Watchers: 4
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# compose-charts
[![Build](https://github.com/humawork/compose-charts/workflows/Build/badge.svg)](https://github.com/humawork/compose-charts/actions)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](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