TimeSeriesPanel: Tooltip works properly when changing modes (#52876)

* TimeSeriesPanel: Tooltip works properly when changing modes

* TooltipPlugin respects display mode

* Pass options to TimeSeriesPanel props
This commit is contained in:
Victor Marin 2022-08-01 18:12:40 +03:00 committed by GitHub
parent e0d71f02b1
commit 2948bf01dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,6 +62,7 @@ export const TimeSeriesPanel: React.FC<TimeSeriesPanelProps> = ({
width={width}
height={height}
legend={options.legend}
options={options}
>
{(config, alignedDataFrame) => {
return (