mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-11 07:30:54 +00:00
libsysprof-gtk: fill spline by default
This commit is contained in:
@ -60,6 +60,7 @@ sysprof_counter_track_create_chart (SysprofTrack *track)
|
|||||||
|
|
||||||
chart = g_object_new (SYSPROF_TYPE_CHART, NULL);
|
chart = g_object_new (SYSPROF_TYPE_CHART, NULL);
|
||||||
layer = g_object_new (SYSPROF_TYPE_LINE_LAYER,
|
layer = g_object_new (SYSPROF_TYPE_LINE_LAYER,
|
||||||
|
"fill", TRUE,
|
||||||
"spline", TRUE,
|
"spline", TRUE,
|
||||||
"series", xy_series,
|
"series", xy_series,
|
||||||
"x-axis", x_axis,
|
"x-axis", x_axis,
|
||||||
|
|||||||
Reference in New Issue
Block a user