diff --git a/SicUI/Models/PMs/Charting/ChartDataLineX.cs b/SicUI/Models/PMs/Charting/ChartDataLineX.cs index 97be7a87..aacefe66 100644 --- a/SicUI/Models/PMs/Charting/ChartDataLineX.cs +++ b/SicUI/Models/PMs/Charting/ChartDataLineX.cs @@ -39,6 +39,10 @@ namespace SicUI.Models.PMs.Charting } #endregion + public string Time { get; set; } + + public string RecipeName { get; set; } + public string UniqueId { get; set; } public string ProcessGuid { get; set; } diff --git a/SicUI/Models/PMs/Charting/PMChartingV2View.xaml b/SicUI/Models/PMs/Charting/PMChartingV2View.xaml index 4e307619..0b46f60a 100644 --- a/SicUI/Models/PMs/Charting/PMChartingV2View.xaml +++ b/SicUI/Models/PMs/Charting/PMChartingV2View.xaml @@ -563,14 +563,28 @@ - + - + + + + + + + + + + + + + + +