mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
feat(plugin-chart-echarts): Support stacking negative and positive values (#20408)
(cherry picked from commit c959d92dd1)
This commit is contained in:
committed by
Michael S. Molina
parent
1665403484
commit
ce9807941b
@@ -204,6 +204,7 @@ export function transformSeries(
|
||||
? seriesType
|
||||
: undefined,
|
||||
stack: stackId,
|
||||
stackStrategy: 'all',
|
||||
lineStyle,
|
||||
areaStyle:
|
||||
area || forecastSeries.type === ForecastSeriesEnum.ForecastUpper
|
||||
|
||||
Reference in New Issue
Block a user