Join Slack
Powered by
Could anyone recommend a good chart/plotting libra...
# kotlinx-html
f
Funyinoluwa Kashimawo
02/13/2024, 10:57 AM
Could anyone recommend a good chart/plotting library for kotlinx-html?
i
Igor Alshannikov
02/14/2024, 4:45 PM
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
Reuben Firmin
02/16/2024, 5:19 PM
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
Funyinoluwa Kashimawo
02/21/2024, 3:43 AM
Thank you very much I'll try out lets-plot and flowbite.
Funyinoluwa Kashimawo
02/21/2024, 3:45 AM
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
6
Views
Open in Slack
Previous
Next