Samples demonstrating the features and use of Koala Plot, a Compose Multiplatform based charting and plotting library written in Kotlin

Koala Plot Samples

This repository houses samples demonstrating the use and features of Koala Plot libraries.

How to run

  1. Build koalaplot-core with the following commands

git clone https://github.com/KoalaPlot/koalaplot-core.git
cd koalaplot-core
./gradlew publishToMavenLocal
  1. Build koalaplot-samples

cd ..
git clone https://github.com/KoalaPlot/koalaplot-samples.git
cd koalaplot-samples
./gradlew build
  1. Run it
    1. For desktop:
    ./gradlew run
    1. For web:
     ./gradlew jsBrowserRun
    1. For Android, to run in an emulator on your mahcine:
      1. Download Android Studio
      2. Open the koalaplot-samples folder as a project in Android Studio
      3. Run kaoalaplot-samples in the emulator. Further instructions on using the emulator are available online.

GitHub

View Github