mirror of
https://github.com/apache/superset.git
synced 2026-05-07 08:54:23 +00:00
chore(build): uplift several outdated frontend packages (#29652)
Signed-off-by: hainenber <dotronghai96@gmail.com>
This commit is contained in:
@@ -312,11 +312,11 @@ export default function transformProps(
|
||||
stack,
|
||||
formatter: forcePercentFormatter
|
||||
? percentFormatter
|
||||
: getCustomFormatter(
|
||||
: (getCustomFormatter(
|
||||
customFormatters,
|
||||
metrics,
|
||||
labelMap?.[seriesName]?.[0],
|
||||
) ?? defaultFormatter,
|
||||
) ?? defaultFormatter),
|
||||
showValue,
|
||||
onlyTotal,
|
||||
totalStackedValues: sortedTotalValues,
|
||||
@@ -553,7 +553,7 @@ export default function transformProps(
|
||||
|
||||
const formatter = forcePercentFormatter
|
||||
? percentFormatter
|
||||
: getCustomFormatter(customFormatters, metrics) ?? defaultFormatter;
|
||||
: (getCustomFormatter(customFormatters, metrics) ?? defaultFormatter);
|
||||
|
||||
const rows: string[][] = [];
|
||||
const total = Object.values(forecastValues).reduce(
|
||||
|
||||
Reference in New Issue
Block a user