[Solved, thanks <@U61EJ4P4J>] Hey guys, I am try...
# random
m
[Solved, thanks @hho] Hey guys, I am trying to use kandy (https://kotlin.github.io/kandy/welcome.html) to draw a candlestick svg then save it. I manage to do it in a notebook, but in my actual code the "candlestick" layer does not exist. I cant find out why, as it seems I am pulling in all dependencies in my code that the `%use kandy`does. Anyone know about this issue? is there a channel for kandy specific questions? Thanks!
h
candlestick
comes from the
kotlin-statistics-jvm
library, which is not on Maven central. You'll need to add Jetbrains' repository to get it, as described in the "Kandy with Gradle" page of the docs
🙌 1
m
I just found out about that now, thanks for the info!