From 2948bf01dc2d8f31da296d1a805aade94c336ebf Mon Sep 17 00:00:00 2001 From: Victor Marin <36818606+mdvictor@users.noreply.github.com> Date: Mon, 1 Aug 2022 18:12:40 +0300 Subject: [PATCH] TimeSeriesPanel: Tooltip works properly when changing modes (#52876) * TimeSeriesPanel: Tooltip works properly when changing modes * TooltipPlugin respects display mode * Pass options to TimeSeriesPanel props --- 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 b2d9b26e78c..4186852af1d 100644 --- a/public/app/plugins/panel/timeseries/TimeSeriesPanel.tsx +++ b/public/app/plugins/panel/timeseries/TimeSeriesPanel.tsx @@ -62,6 +62,7 @@ export const TimeSeriesPanel: React.FC = ({ width={width} height={height} legend={options.legend} + options={options} > {(config, alignedDataFrame) => { return (