I’m working on adding a “highlight bar” to a line ...
# tornadofx
p
I’m working on adding a “highlight bar” to a line chart with a floating label with the data I want, what I’d normally do in Java is extend a StackPane and embed a linechart in it so the mouse over on the datanode will draw above the entire chart. Would this approach be the tornadofx way too?