Multiplatform Lets-Plot API #73
Replies: 3 comments 19 replies
-
Beta Was this translation helpful? Give feedback.
-
Спасибо большое! On the first square it seems there is a problem with the script. Then on the second square is highlighted the URL generated by the code: Finally the third square is the exact line where the script fails. As an alternative I exctracted the URL from the previous version: This resulted in the plots rendering again. So my guess is there is something going on with the |
Beta Was this translation helpful? Give feedback.
-
Guys, Lets-Plot Kotlin went "multi-platform" in v3.0.0 ! |
Beta Was this translation helpful? Give feedback.
-
cc: @sureshg, @Waschnick, @LouisCAD, @holgerbrandl, @icuxika, @bjonnh, @veyndan, @descent2oblivion
I've lately been experimenting with lets-plot and Kotlin JS frontend.
I converted "plot API" to multi-platform project (currently in the branch api-mp) and published the following MP artifacts to sonatype snapshots repository:
Use as dependency in Kotlin MP project ('common' source-set).
Use in Kotlin JS project.
Use in Kotlin JVM project.
This artifact will replace the current "lets-plot-kotlin-api" artifact.
I've also created a Github repository containing 3 small demos configured to use these artifacts: JS app, JVM/Batik and JVM/JavaFX apps: https://github.com/alshan/lets-plot-mini-apps
Everything worked fine to me but these apps are very simple and may be I'm still missing something. Could you try Lets-Plot MP artifacts in your applications?
Beta Was this translation helpful? Give feedback.
All reactions