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


