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 (