Are there examples of using kobweb with plotting libraries such as kandy?
d
David Herman
07/21/2023, 3:32 AM
If there are, I'm not aware. But Kobweb is just a layer on top of Compose HTML, so maybe the broader question is if you can find an example of that.
David Herman
07/21/2023, 3:34 AM
However -- with Kobweb, it's pretty easy to add a script declaration into your <head> block (or you can use an npm dependency if it's available). So then it's just a matter of calling JS within Kotlin, which can be a pain or can be easy, depending on the library.
y
Yogeshvu
07/21/2023, 3:11 PM
I think having an example will be useful for the community, because that way it can serve as a streamlit type dashboard for plotting/analysis..
d
David Herman
07/21/2023, 6:10 PM
Sure! I mean, there's a mountain of docs I need to provide first 🙂 But a dashboard with plots would make for a nice demo for sure.