From af6be4cbf3e23b16d65c76d1c2bb58f24e1f2e5f Mon Sep 17 00:00:00 2001 From: Leon Sorokin Date: Mon, 25 Nov 2024 13:29:18 -0600 Subject: [PATCH] clarify comment --- public/app/plugins/panel/histogram/Histogram.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/plugins/panel/histogram/Histogram.tsx b/public/app/plugins/panel/histogram/Histogram.tsx index c146e5ffd7e..7b48570ebb8 100644 --- a/public/app/plugins/panel/histogram/Histogram.tsx +++ b/public/app/plugins/panel/histogram/Histogram.tsx @@ -279,7 +279,7 @@ const preparePlotData = (builder: UPlotConfigBuilder, xMinOnlyFrame: DataFrame) }; interface State { - // includes fields hidden from viz + // includes fields hidden from viz, but excludes xMin/xMax alignedFrameLegend: DataFrame; // excludes fields hidden from viz alignedFrame: DataFrame;