diff --git a/plugins/plugin-chart-echarts/src/Timeseries/transformers.ts b/plugins/plugin-chart-echarts/src/Timeseries/transformers.ts index 3d34b68fb2..e411dad348 100644 --- a/plugins/plugin-chart-echarts/src/Timeseries/transformers.ts +++ b/plugins/plugin-chart-echarts/src/Timeseries/transformers.ts @@ -181,9 +181,7 @@ export function transformSeries( areaStyle: area ? { opacity: - forecastSeries.type === ForecastSeriesEnum.ForecastUpper || area - ? opacity * areaOpacity - : 0, + forecastSeries.type === ForecastSeriesEnum.ForecastUpper ? opacity * areaOpacity : 0, } : undefined, emphasis,