提交 27449d3d 编写于 作者: O Ovilia

fix(markLine): fix axis type in markLine data and close #14300

上级 e893d90e
......@@ -43,8 +43,8 @@ interface MarkLineDataItemOptionBase extends MarkLineStateOption, StatesOptionMi
export interface MarkLine1DDataItemOption extends MarkLineDataItemOptionBase {
// On cartesian coordinate system
xAxis?: number
yAxis?: number
xAxis?: number | string
yAxis?: number | string
// Use statistic method
type?: MarkerStatisticType
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册