serial-monitor-rust
serial-monitor-rust copied to clipboard
Feature request - Associate data points with text line
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.
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!