mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-gtk: allow filling a line chart
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user