mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +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);
|
||||
layer = g_object_new (SYSPROF_TYPE_LINE_LAYER,
|
||||
"fill", TRUE,
|
||||
"spline", TRUE,
|
||||
"series", xy_series,
|
||||
"x-axis", x_axis,
|
||||
|
||||
Reference in New Issue
Block a user