feat(plugin-chart-echarts): Support stacking negative and positive values (#20408)

(cherry picked from commit c959d92dd1)
This commit is contained in:
Kamil Gabryjelski
2022-06-16 13:58:58 +02:00
committed by Michael S. Molina
parent 1665403484
commit ce9807941b
3 changed files with 18 additions and 17 deletions

View File

@@ -204,6 +204,7 @@ export function transformSeries(
? seriesType
: undefined,
stack: stackId,
stackStrategy: 'all',
lineStyle,
areaStyle:
area || forecastSeries.type === ForecastSeriesEnum.ForecastUpper