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 2948bf01dc)

Co-authored-by: Victor Marin <36818606+mdvictor@users.noreply.github.com>
This commit is contained in:
Grot (@grafanabot)
2022-08-01 11:27:28 -04:00
committed by GitHub
co-authored by Victor Marin
parent 9c779fd805
commit 2f2e0752ec
@@ -53,6 +53,7 @@ export const TimeSeriesPanel: React.FC<TimeSeriesPanelProps> = ({
width={width}
height={height}
legend={options.legend}
options={options}
>
{(config, alignedDataFrame) => {
return (