I've surprised myself by adding native support to ...
# science
a
I've surprised myself by adding native support to plotly-kt. Does anybody need that?
p
Someone needs it) Native support is generally needed primarily for kmm. It seems that there is clearly a lack of libraries for visualization there. But I’m not sure if this applies to plotly
a
Plotly is browser - based. It could be used in KMM, but only with something like web-view.
p
And what is current status of K/W support in plotly-kt?
a
You mean Wasm? I am not sure that there is kotlinx-html version for Wasm. But generating plotly models should work as soon as i add the target to intermediate dependecies.
p
Not yet, but they have an issue about this: https://github.com/Kotlin/kotlinx.html/issues/210
a
Sadly, kotlinx html does not have first-class support.