This is an automated email from the ASF dual-hosted git repository.
wangzx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts.git
The following commit(s) were added to refs/heads/master by this push:
new 1ab33f2 fix(markLine): symbolOffset incorrectly marked as mandatory
new af367b8 Merge pull request #14693 from
preset-io/villebro/fix-markline/symbolOffset
1ab33f2 is described below
commit 1ab33f2417c6684eeac5d4d4ac92dde14341ca08
Author: Ville Brofeldt <[email protected]>
AuthorDate: Sat Apr 17 09:03:26 2021 +0300
fix(markLine): symbolOffset incorrectly marked as mandatory
---
src/component/marker/MarkLineModel.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/component/marker/MarkLineModel.ts
b/src/component/marker/MarkLineModel.ts
index 4fed8c5..0c27667 100644
--- a/src/component/marker/MarkLineModel.ts
+++ b/src/component/marker/MarkLineModel.ts
@@ -61,7 +61,7 @@ export interface MarkLine1DDataItemOption extends
MarkLineDataItemOptionBase {
symbol?: string[] | string
symbolSize?: number[] | number
symbolRotate?: number[] | number
- symbolOffset: number | string | (number | string)[]
+ symbolOffset?: number | string | (number | string)[]
}
// 2D markLine on any direction
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]