An open API service indexing awesome lists of open source software.

https://github.com/linx64/wizard

Compose Multiplatofrm Unique chart library
https://github.com/linx64/wizard

android compose-multiplatform kotlin

Last synced: 11 months ago
JSON representation

Compose Multiplatofrm Unique chart library

Awesome Lists containing this project

README

          



Maven Central

# 🚀📘 Compose Multiplatform Library

This is a multiplatform library that provides a set of beautiful charts for your application.

## Features

- Line Chart
- Bar Chart
- Pie Chart

## Installation

```kotlin
dependencies {
implementation("io.github.linx64:cmpwizard:1.0.0")
}
```

### Version Catalog

```kotlin
cmpwizard = "1.0.0"
cmpwizard = { module = "io.github.linx64:cmpwizard", version.ref = "cmpwizard" }
```