Hello everyone,
I’m super new to Kotlin and I’m trying to write some interactive demo using Kotlin with D3.js. Although it is straightforward to use jQuery in Kotlin, I am not sure how to manually include a 3rd party JS file and call it in .kt
. I want to do all my logic (data preprocessing) in Kotlin and then call some D3.js function to visualize the processed data objects in Kotlin.
Any thoughts and inputs/demos are appreciated, thanks!