Skip to content

Commit

Permalink
Revert "feat(plugin-chart-echarts): Support stacking negative and pos…
Browse files Browse the repository at this point in the history
…itive values (#20408)"

This reverts commit c959d92.
  • Loading branch information
rusackas committed Jun 30, 2022
1 parent edb1383 commit 0314543
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 18 deletions.
32 changes: 16 additions & 16 deletions superset-frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Expand Up @@ -27,7 +27,7 @@
},
"dependencies": {
"d3-array": "^1.2.0",
"echarts": "^5.3.3",
"echarts": "^5.3.2",
"lodash": "^4.17.15",
"moment": "^2.26.0"
},
Expand Down
Expand Up @@ -204,7 +204,6 @@ export function transformSeries(
? seriesType
: undefined,
stack: stackId,
stackStrategy: 'all',
lineStyle,
areaStyle:
area || forecastSeries.type === ForecastSeriesEnum.ForecastUpper
Expand Down

0 comments on commit 0314543

Please sign in to comment.