fix(echarts): formula annotations not rendering with dataset-level columns label (#37522)

This commit is contained in:
Jamile Celento
2026-02-13 06:37:19 -03:00
committed by GitHub
parent 142b2cc425
commit 080f629ea2
5 changed files with 727 additions and 373 deletions

View File

@@ -39,6 +39,7 @@ import {
isTimeseriesAnnotationLayer,
resolveAutoCurrency,
TimeseriesChartDataResponseResult,
TimeseriesDataRecord,
NumberFormats,
} from '@superset-ui/core';
import { GenericDataType } from '@apache-superset/core/api/core';
@@ -463,7 +464,7 @@ export default function transformProps(
series.push(
transformFormulaAnnotation(
layer,
data,
rebasedData as TimeseriesDataRecord[],
xAxisLabel,
xAxisType,
colorScale,