Kotlin module for drawing charts in android, desktop and js applications. Based on compose-multiplatform.
Compose-charts is developed on the occasion of other projects. For now library supports bar, line, point and circular charts.
⚠️ Library is under heavy and turbulent development.
Current api and package design is not yet finalized. Main goal is to provide bunch of useable charts in nice and practice form.
- lib library code
- demo-shared shared demo code.
- demo-android android demo target.
- demo-desktop desktop demo target.
- demo-web js demo target.
🖥️ Call gradle demo-desktop:run
to launch desktop Demo catalog
📱 Call gradle demo-android:assemble
to build android Demo catalog