Request: Click on graph goes to log entry.
Request: Click on graph goes to log entry.
Simple idea for clicking on a point on the graph, pull up a cleaned up log entry around that time.
Re: Request: Click on graph goes to log entry.
Left click is already used, but yeah, we're thinking about adding more stuff to the right click / context menu. Open log browser at this time is a pretty useful option, I agree. Added to todo.
Re: Request: Click on graph goes to log entry.
What does left click do exactly? I know you can drag with it to highlight, but other than that I don't seem to notice anything else.
Re: Request: Click on graph goes to log entry.
It's just used to accomodate dragging atm. Although it's definitely possible to separate click, doubleclick and drag events, this requires some javascript event handling code we haven't yet written. Might be interesting to take a look at though... More events = more ways to interact with the graph!