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 2020/11/09 11:19:59 UTC

[incubator-echarts] branch release updated (2814043 -> 1eaeed9)

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

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


    from 2814043  Merge pull request #13576 from susiwen8/licensed
     add 556c488  fix: comment incorrect implementation of tooltip.formatter: pattern on time axis temporarily
     add a3e658c  fix: (1) tooltip should support useUTC by default (2) make the param useUTC/isUTC mandatory rather than optional. (3) change the order of the param isUTC and lang of time.format because isUTC is used more.
     add 085c7dc  fix: tooltip time axis formatter add back.
     new 1eaeed9  Merge pull request #13570 from apache/fix/useUTC

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/tooltip/TooltipView.ts   |  15 ++++-
 src/component/tooltip/tooltipMarkup.ts |  14 +++--
 src/scale/Time.ts                      |   6 +-
 src/util/format.ts                     |  39 +++++-------
 src/util/time.ts                       |  40 +++++++------
 test/timeZone.html                     | 106 ++++++++++++++++++---------------
 6 files changed, 119 insertions(+), 101 deletions(-)


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


[incubator-echarts] 01/01: Merge pull request #13570 from apache/fix/useUTC

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

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

commit 1eaeed90c00b20ff1c934994309d454c69bf4629
Merge: 2814043 085c7dc
Author: sushuang <su...@gmail.com>
AuthorDate: Mon Nov 9 19:19:13 2020 +0800

    Merge pull request #13570 from apache/fix/useUTC
    
    Fix/use UTC and tooltip.formatter on time axis

 src/component/tooltip/TooltipView.ts   |  15 ++++-
 src/component/tooltip/tooltipMarkup.ts |  14 +++--
 src/scale/Time.ts                      |   6 +-
 src/util/format.ts                     |  39 +++++-------
 src/util/time.ts                       |  40 +++++++------
 test/timeZone.html                     | 106 ++++++++++++++++++---------------
 6 files changed, 119 insertions(+), 101 deletions(-)


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