I used kotlin-react to prototype a small page that...
# javascript
h
I used kotlin-react to prototype a small page that loads log-files and turns them into data-points. Now, I wanted to plot this with a simple line graph (the data is basically a timeseries of coordinates). I thought using some Kotlin lib that wraps around ChartsJS but of course I didn't even check if there is such a thing beforehand.
t
Kotlin declaration can be provided by https://github.com/Kotlin/dukat if library has TS definitions.
h
Thanks!