You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by ov...@apache.org on 2021/02/22 04:21:38 UTC

[echarts] branch fix-14300 created (now 27449d3)

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

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


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

This branch includes the following new commits:

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

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[echarts] 01/01: fix(markLine): fix axis type in markLine data and close #14300

Posted by ov...@apache.org.
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 <zw...@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-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org