mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
sysprof: use visible range for chart
We don't want it to update based on selection since that should match what is in the scrubber.
This commit is contained in:
@ -17,7 +17,7 @@
|
|||||||
<object class="SysprofColumnLayer">
|
<object class="SysprofColumnLayer">
|
||||||
<property name="title">Stack Traces</property>
|
<property name="title">Stack Traces</property>
|
||||||
<binding name="x-axis">
|
<binding name="x-axis">
|
||||||
<lookup name="selected-time-axis" type="SysprofSession">
|
<lookup name="visible-time-axis" type="SysprofSession">
|
||||||
<lookup name="session">SysprofSamplesSection</lookup>
|
<lookup name="session">SysprofSamplesSection</lookup>
|
||||||
</lookup>
|
</lookup>
|
||||||
</binding>
|
</binding>
|
||||||
|
|||||||
Reference in New Issue
Block a user