Hello everyone, after Compose Canvas draws a graph, can I add a click event to the point in it?
d
Hello everyone, after Compose Canvas draws a graph, can I add a click event to the point in it?
t
I think you need to use the Modifier:
Copy code
Modifier.pointerInput(...)
And than use the pointer coordinates.