mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-gtk: get expressions for x/y of counter values
This commit is contained in:
@ -202,6 +202,7 @@ test_charts_class_init (TestChartsClass *klass)
|
||||
g_type_ensure (SYSPROF_TYPE_CHART_LAYER);
|
||||
g_type_ensure (SYSPROF_TYPE_COLUMN_LAYER);
|
||||
g_type_ensure (SYSPROF_TYPE_LINE_LAYER);
|
||||
g_type_ensure (SYSPROF_TYPE_DOCUMENT_COUNTER_VALUE);
|
||||
g_type_ensure (SYSPROF_TYPE_VALUE_AXIS);
|
||||
}
|
||||
|
||||
|
||||
@ -108,10 +108,10 @@
|
||||
<lookup name="item">GtkListItem</lookup>
|
||||
</binding>
|
||||
<property name="x-expression">
|
||||
<lookup name="time" type="SysprofDocumentFrame"/>
|
||||
<lookup name="time" type="SysprofDocumentCounterValue"/>
|
||||
</property>
|
||||
<property name="y-expression">
|
||||
<lookup name="time" type="SysprofDocumentFrame"/>
|
||||
<lookup name="value-double" type="SysprofDocumentCounterValue"/>
|
||||
</property>
|
||||
</object>
|
||||
</property>
|
||||
|
||||
Reference in New Issue
Block a user