This is an automated email from the ASF dual-hosted git repository.

ovilia pushed a commit to branch fix-14300
in repository https://gitbox.apache.org/repos/asf/echarts.git

commit 27449d3d34f0abf802bd9ea98d430a88b4f2093d
Author: Ovilia <zwl.s...@gmail.com>
AuthorDate: Mon Feb 22 12:20:19 2021 +0800

    fix(markLine): fix axis type in markLine data and close #14300
---
 src/component/marker/MarkLineModel.ts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/component/marker/MarkLineModel.ts 
b/src/component/marker/MarkLineModel.ts
index 760664b..44bc99f 100644
--- a/src/component/marker/MarkLineModel.ts
+++ b/src/component/marker/MarkLineModel.ts
@@ -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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to