fix(plugin-chart-echarts): invalid total label location for negative values in stacked bar chart (#21032)

This commit is contained in:
JUST.in DO IT
2022-08-11 11:28:18 -07:00
committed by GitHub
parent e13c5b2b7b
commit a8ba544e60
6 changed files with 284 additions and 3 deletions

View File

@@ -170,6 +170,8 @@ export default function transformProps(
});
const showValueIndexes = extractShowValueIndexes(rawSeries, {
stack,
onlyTotal,
isHorizontal,
});
const seriesContexts = extractForecastSeriesContexts(
Object.values(rawSeries).map(series => series.name as string),