lttng / lttng-scope

A trace viewer and analyzer for LTTng kernel and user space traces
https://lttng.org/beta/#lttng-scope
Eclipse Public License 1.0
28 stars 6 forks source link

XYChart: Implement visible range panning #34

Closed ghost closed 6 years ago

ghost commented 7 years ago

Allow scrolling the visible range by midlle- or right-clicking and dragging. Unlike the timegraph (which is using ScrollPane.setPannable(true)) we will have to implement the scrolling "manually".