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:06 UTC

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

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