You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2020/05/25 04:09:13 UTC

[incubator-echarts] branch master updated (36754fc -> 7c3f189)

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

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


    from 36754fc  Merge pull request #12674 from clChenLiang/master
     new 695375d  fix(line): fix `symbolRotate` for `markLine` does not work. close apache#12388.
     new f949aeb  fix(line): rotate by default if `symbolRotate` in `markLine` is not specified or NaN.
     new d4fb12a  test(markLine): remove useless variables.
     new 7c3f189  Merge pull request #12392 from plainheart/fix-12388

The 5854 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/Line.js             |  43 ++++++---
 src/component/marker/MarkLineView.js |   4 +-
 test/data/aqi/aqi-beijing.json       |   1 +
 test/markLine-symbolRotate.html      | 178 +++++++++++++++++++++++++++++++++++
 4 files changed, 214 insertions(+), 12 deletions(-)
 create mode 100644 test/data/aqi/aqi-beijing.json
 create mode 100644 test/markLine-symbolRotate.html


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