studio: improve data-backed graphs

This commit is contained in:
scawful
2025-12-30 11:56:31 -05:00
parent 2711cf1658
commit ce6daf1b9b
10 changed files with 266 additions and 18 deletions

View File

@@ -37,6 +37,7 @@ enum class PlotKind {
Effectiveness,
Thresholds,
MountsStatus,
DatasetInventory,
};
enum class GraphViewMode { Single, Compare, Overview };
@@ -238,7 +239,7 @@ struct AppState {
bool show_plot_legends = true;
bool show_plot_markers = true;
bool data_scientist_mode = false;
bool show_all_charts = true;
bool show_all_charts = false;
float pulse_timer = 0.0f;
int custom_grid_rows = 2;
int custom_grid_columns = 2;