libsysprof-gtk: allow filling a line chart

This commit is contained in:
Christian Hergert
2023-06-20 16:55:34 -07:00
parent 122c4906b8
commit f71fbd9a31
3 changed files with 70 additions and 2 deletions

View File

@ -185,6 +185,7 @@ main (int argc,
"top", g_object_new (SYSPROF_TYPE_LINE_LAYER,
"series", samples_series,
"title", "Stack Depth as Line",
"fill", TRUE,
NULL),
"bottom", g_object_new (SYSPROF_TYPE_LINE_LAYER,
"series", samples_series,