You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by wa...@apache.org on 2021/03/30 03:31:05 UTC

[echarts] branch master updated (28f01ef -> a39c4a1)

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

wangzx pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/echarts.git.


    from 28f01ef  Merge pull request #14357 from apache/fix-legacy-code
     add 01e2da5  1) fix: markLine `symbolOffset` doesn't work bug - Resolves #9325 - Resolves #14106 - Resolves #4771 2) feat: `markLine.symbolRotate` can be an array to specify symbol rotation at the two endpoints. - Related #12736, #12392 3) feat: add `markLine.symbolKeepAspect` and fix `symbolKeepAspect` doesn't work bug. 4) feat: `symbolOffset` can be a callback function, close #12495.
     add 93b157c  fix(markLine): remove unexpected dev code.
     add 1c1632d  fix(lint): tweak code format.
     add d5b3f71  fix(symbol): fix `symbolOffset` bug in `effectSymbol`.
     add a328e65  fix(markLine): `0` should be considered as a valid value, so use `retrieve2` instead of `||`.
     add 1fb3d89  test(markLine): add test cases for markLine symbolRotate & symbolOffset.
     new a39c4a1  Merge pull request #14375 from apache/fix/markLine-symbol

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.


Summary of changes:
 src/chart/helper/EffectSymbol.ts      | 10 +++++---
 src/chart/helper/Line.ts              | 33 ++++++++++++++++++-------
 src/chart/helper/Symbol.ts            | 17 ++++++-------
 src/chart/helper/SymbolDraw.ts        |  5 ----
 src/component/marker/MarkLineModel.ts |  7 +++++-
 src/component/marker/MarkLineView.ts  | 24 +++++++++++++++---
 src/data/List.ts                      |  1 +
 src/util/types.ts                     |  4 +--
 src/visual/commonVisualTypes.ts       |  8 ++++--
 src/visual/symbol.ts                  | 23 +++++++++++++++---
 test/markLine-symbolRotate.html       |  8 ++++--
 test/symbol3.html                     | 46 ++++++++++++++++++++++++++++++++++-
 12 files changed, 143 insertions(+), 43 deletions(-)

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


[echarts] 01/01: Merge pull request #14375 from apache/fix/markLine-symbol

Posted by wa...@apache.org.
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

commit a39c4a18103897157bf34332efbc8ca605f0ffeb
Merge: 28f01ef 1fb3d89
Author: Zhongxiang.Wang <yh...@all-my-life.cn>
AuthorDate: Tue Mar 30 11:30:51 2021 +0800

    Merge pull request #14375 from apache/fix/markLine-symbol
    
    fix(markLine): fix a bug that markLine `symbolOffset` doesn't work and some other issues.

 src/chart/helper/EffectSymbol.ts      | 10 +++++---
 src/chart/helper/Line.ts              | 33 ++++++++++++++++++-------
 src/chart/helper/Symbol.ts            | 17 ++++++-------
 src/chart/helper/SymbolDraw.ts        |  5 ----
 src/component/marker/MarkLineModel.ts |  7 +++++-
 src/component/marker/MarkLineView.ts  | 24 +++++++++++++++---
 src/data/List.ts                      |  1 +
 src/util/types.ts                     |  4 +--
 src/visual/commonVisualTypes.ts       |  8 ++++--
 src/visual/symbol.ts                  | 23 +++++++++++++++---
 test/markLine-symbolRotate.html       |  8 ++++--
 test/symbol3.html                     | 46 ++++++++++++++++++++++++++++++++++-
 12 files changed, 143 insertions(+), 43 deletions(-)


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