Skip to content

Commit

Permalink
feat(plugin-chart-echarts): Support stacking negative and positive va…
Browse files Browse the repository at this point in the history
…lues (#20408)

(cherry picked from commit c959d92)
  • Loading branch information
kgabryje authored and michael-s-molina committed Jun 16, 2022
1 parent 1665403 commit ce98079
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 17 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.

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

0 comments on commit ce98079

Please sign in to comment.