Could anyone recommend a good chart/plotting libra...
# kotlinx-html
f
Could anyone recommend a good chart/plotting library for kotlinx-html?
i
Try Lets-plot, it's multi-platform and it works in Kotlin/JS apps: https://github.com/alshan/lets-plot-mini-apps/blob/main/js-frontend-app/src/jsMain/kotlin/Main.kt
1
r
I've been using flowbite (which is a great fit) + apexcharts, which works well. You'll need an adapter in kotlinjs to populate the chart options
1
f
Thank you very much I'll try out lets-plot and flowbite.
I also discovered chart.kt but it is a paid library. I was able to work with their free to use version of the library