codeandtheory/YCharts

Does popUpLabel in SelectionHighlightPopUp support custom compose?

springeye opened this issue · 0 comments

for example:

SelectionHighlightPopUp(popUpLabel = {x,y->
            Column {
                Text("Title")
                Text("x: $x")
            }
        })