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-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to