From 2f2e0752ec2fb56180c9ea4517c9c9c2fda10ef5 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Mon, 1 Aug 2022 11:27:28 -0400 Subject: [PATCH] TimeSeriesPanel: Tooltip works properly when changing modes (#52876) (#53054) * TimeSeriesPanel: Tooltip works properly when changing modes * TooltipPlugin respects display mode * Pass options to TimeSeriesPanel props (cherry picked from commit 2948bf01dc2d8f31da296d1a805aade94c336ebf) Co-authored-by: Victor Marin <36818606+mdvictor@users.noreply.github.com> --- public/app/plugins/panel/timeseries/TimeSeriesPanel.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/public/app/plugins/panel/timeseries/TimeSeriesPanel.tsx b/public/app/plugins/panel/timeseries/TimeSeriesPanel.tsx index b403180f1b1..89564dfdcb4 100644 --- a/public/app/plugins/panel/timeseries/TimeSeriesPanel.tsx +++ b/public/app/plugins/panel/timeseries/TimeSeriesPanel.tsx @@ -53,6 +53,7 @@ export const TimeSeriesPanel: React.FC = ({ width={width} height={height} legend={options.legend} + options={options} > {(config, alignedDataFrame) => { return (