chore(plugin-chart-echarts): bump ECharts to 5.4.0 (#21916)

This commit is contained in:
Ville Brofeldt
2022-10-24 17:09:24 +03:00
committed by GitHub
parent 7edf1fbdf0
commit f5977caf44
6 changed files with 445 additions and 29 deletions

View File

@@ -27,7 +27,7 @@
},
"dependencies": {
"d3-array": "^1.2.0",
"echarts": "^5.3.2",
"echarts": "^5.4.0",
"lodash": "^4.17.15",
"moment": "^2.26.0"
},

View File

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