Kandy 0.8: Unlocking Geospatial Visualization!The latest Kandy 0.8 update brings powerful geospatial plotting capabilities! Effortlessly work with spatial data using GeoDataFrame and seamlessly visualize it with Kandy’s geo extensions.
Explore the geo plotting guide and dive into the gallery of geo charts to see what’s possible!
K 8
K 3
🎉 11
m
Michael Paus
02/19/2025, 3:51 PM
This doesn’t support Kotlin multiplatform, right?
➕ 3
👌 1
s
Stefan Oltmann
02/19/2025, 5:06 PM
Yes, JVM only since the beginning. It’s surprising that it does not use a Compose Canvas.
I understood it’s because Kandy was planned as part of the Notebook.
So someone still needs to craft a KMP charting library.
@Igor Alshannikov Is it possible to configure that in such a way that you can use its API from common code in a Compose Multiplatform project for desktop, Android, iOS and WasmJs? iOS and Wasm aren’t mentioned at all as far as I can see and desktop and Android also seem to be quite separate.
➕ 1
i
Igor Alshannikov
02/21/2025, 5:08 PM
The API can absolutely be used in KMP common targets.
However, as of now, only Compose Multiplatform for Desktop and Android is supported (with Android currently stuck on an older Compose version temporarily). iOS and Wasm are not supported.
This is probably a better link: https://github.com/JetBrains/lets-plot-skia