lets-plot-skia icon indicating copy to clipboard operation
lets-plot-skia copied to clipboard

Receiving data about the focused object.

Open MaksymTarasiuk opened this issue 4 months ago • 4 comments

Could someone possibly help me understand how to receive the data of the point that is focused on the graph? For example, the focus point on the graph is an object with data. This data helps correctly locate poinnt on the graph and this data is shown there. It's 67.8 from the Y axis and 21:54:42 from the X axis. Image

MaksymTarasiuk avatar Aug 18 '25 14:08 MaksymTarasiuk

Hi, currently this data is not programmatically accessible unfortunately.

alshan avatar Aug 19 '25 21:08 alshan

Hi, currently this data is not programmatically accessible unfortunately.

Do you know if it will be implemented in the next versions?

MaksymTarasiuk avatar Aug 20 '25 06:08 MaksymTarasiuk

This feature is not planned for the very next release, but we are considering it for future versions. Currently, we don't have a 'selection' state per se, but would a mouse hover event be sufficient for your use case?

alshan avatar Aug 21 '25 01:08 alshan

This feature is not planned for the very next release, but we are considering it for future versions. Currently, we don't have a 'selection' state per se, but would a mouse hover event be sufficient for your use case?

Very useful will be the feature that returns data for the focused point.

MaksymTarasiuk avatar Aug 21 '25 15:08 MaksymTarasiuk