* 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:
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 (
|
||||
|
||||
Reference in New Issue
Block a user