YCharts
YCharts copied to clipboard
Does popUpLabel in SelectionHighlightPopUp support custom compose?
for example:
SelectionHighlightPopUp(popUpLabel = {x,y->
Column {
Text("Title")
Text("x: $x")
}
})