serial-monitor-rust icon indicating copy to clipboard operation
serial-monitor-rust copied to clipboard

Feature request - Associate data points with text line

Open usbalbin opened this issue 1 year ago • 1 comments

It would be quite useful if there were a graphical way to see what text line corresponds to what point on the x axis.

For example mousover the text line could show a horizontal line in the graph. In the same way hovering in the graph could light up the closest text line in the console.

usbalbin avatar Dec 01 '23 09:12 usbalbin

This is indeed a great idea. Due to the implementation of the raw text (egui scroll area) this is not straight forward. I don't have a clear idea in mind but I'd be open for pull requests!

hacknus avatar Dec 01 '23 10:12 hacknus