libsysprof-gtk: fill spline by default

This commit is contained in:
Christian Hergert
2023-06-29 15:10:18 -07:00
parent bc63f3f463
commit b340371055

View File

@ -60,6 +60,7 @@ sysprof_counter_track_create_chart (SysprofTrack *track)
chart = g_object_new (SYSPROF_TYPE_CHART, NULL);
layer = g_object_new (SYSPROF_TYPE_LINE_LAYER,
"fill", TRUE,
"spline", TRUE,
"series", xy_series,
"x-axis", x_axis,