
Lightweight line chart components enhance Compose UI with customizable, embeddable graphs for Android, iOS, and Desktop applications. Usage examples available in the sample module.
Simple, lightweight line chart components for Compose Multiplatform. Works on Android, iOS, and Desktop (JVM).
This library provides a customizable line chart Composable that you can embed in your Compose UI across platforms. See the sample module for usage examples.
repositories {
mavenCenteral()
}
dependencies {
implementation("io.github.hossein-no1:library:1.0.0")
}Android
iOS
Desktop
Simple, lightweight line chart components for Compose Multiplatform. Works on Android, iOS, and Desktop (JVM).
This library provides a customizable line chart Composable that you can embed in your Compose UI across platforms. See the sample module for usage examples.
repositories {
mavenCenteral()
}
dependencies {
implementation("io.github.hossein-no1:library:1.0.0")
}Android
iOS
Desktop