Skip to content

Commit

Permalink
Merge pull request bavc#826 from ElderOrb/bavc#820
Browse files Browse the repository at this point in the history
add option to provide an option for color fill in some graphs bavc#820
  • Loading branch information
dericed authored Jul 5, 2024
2 parents 5cb8475 + 644b341 commit c1edfa0
Show file tree
Hide file tree
Showing 4 changed files with 191 additions and 65 deletions.
1 change: 1 addition & 0 deletions Source/Core/Core.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ struct per_item
const activefilter Filter;
const char* color;
const int thickness;
const char* fillInfo { nullptr };
};

struct stream_info
Expand Down
Loading

0 comments on commit c1edfa0

Please sign in to comment.