You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by su...@apache.org on 2021/09/07 12:30:23 UTC

[echarts] branch master updated (eb42349 -> babc67d)

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

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


    from eb42349  Merge pull request #15669 from apache/fix-stale
     add ef1d850  fix: Fix MarkLine/MarkPoint/MarkArea do not work on time axis if input string time format. fix #15675
     new babc67d  Merge pull request #15686 from apache/fix/dataset-perf

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/component/marker/MarkAreaView.ts             | 42 +++++++--------
 src/component/marker/MarkLineView.ts             |  9 ++--
 src/component/marker/MarkPointView.ts            | 12 ++---
 src/component/marker/markerHelper.ts             | 35 +++++++++----
 test/{emphasis-inherit.html => marker-case.html} | 66 ++++++++++++++----------
 5 files changed, 92 insertions(+), 72 deletions(-)
 copy test/{emphasis-inherit.html => marker-case.html} (56%)

---------------------------------------------------------------------
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 #15686 from apache/fix/dataset-perf

Posted by su...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit babc67d49afbb36927d9053a54a5132da663d07f
Merge: eb42349 ef1d850
Author: sushuang <su...@gmail.com>
AuthorDate: Tue Sep 7 20:30:09 2021 +0800

    Merge pull request #15686 from apache/fix/dataset-perf
    
    fix: Fix MarkLine/MarkPoint/MarkArea do not work on time axis if input string time format

 src/component/marker/MarkAreaView.ts  |  42 ++++++-------
 src/component/marker/MarkLineView.ts  |   9 +--
 src/component/marker/MarkPointView.ts |  12 ++--
 src/component/marker/markerHelper.ts  |  35 +++++++----
 test/marker-case.html                 | 111 ++++++++++++++++++++++++++++++++++
 5 files changed, 165 insertions(+), 44 deletions(-)

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