mirror of
https://github.com/apache/superset.git
synced 2026-05-07 17:04:58 +00:00
fix(echarts): formula annotations not rendering with dataset-level columns label (#37522)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user