Add: Ability to show and filter different datasets on the same graph.

This commit is contained in:
Peter Nelson
2024-11-16 21:41:49 +00:00
committed by Peter Nelson
parent 598fdf04a4
commit 22035a4f2a
2 changed files with 111 additions and 33 deletions

View File

@@ -36,6 +36,8 @@ enum GraphWidgets : WidgetID {
WID_GRAPH_MATRIX, ///< Cargo list.
WID_GRAPH_MATRIX_SCROLLBAR,///< Cargo list scrollbar.
WID_GRAPH_RANGE_MATRIX, ///< Range list.
WID_PHG_DETAILED_PERFORMANCE, ///< Detailed performance.
};