fix(plugin-chart-echarts): [feature parity] annotation line chart color not working (#19758)

This commit is contained in:
Stephen Liu
2022-04-29 00:10:58 +08:00
committed by GitHub
parent d5ea537b0e
commit 11562971fb
3 changed files with 8 additions and 1 deletions

View File

@@ -259,6 +259,8 @@ export default function transformProps(
markerSize,
data,
annotationData,
colorScale,
sliceId,
),
);
}