Join Slack
Communities
Powered by
This is typically something you can do by adding a...
# data2viz
g
gaetan
07/10/2020, 4:48 PM
This is typically something you can do by adding an extension to Group for example.
fun Group.candle(width: Double, height …) {
line{...}
rect {...}
}
It will then be usable out of the box on Kotlin/JS JFx, Android.
👍 1
Open in Slack
Previous
Next