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/10/29 05:22:24 UTC

[incubator-echarts] branch release updated (f995676 -> 81f9e93)

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 f995676  Merge pull request #13506 from apache/fix-test
     add bba8146  ts: fix incorrect locale params and fix type check of scales.
     add af508e8  fix: [dataZoom] fix auto axis detection bug brought by 5.0 refactor.
     add 9ddb182  Merge branch 'release' into timeline-scale
     new 81f9e93  Merge pull request #13507 from apache/timeline-scale

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/dataZoom/DataZoomModel.ts      | 11 +++++------
 src/component/timeline/SliderTimelineView.ts |  2 +-
 src/scale/Interval.ts                        |  4 ++--
 src/scale/Ordinal.ts                         | 25 +++++++++++++++----------
 src/scale/Scale.ts                           | 10 +++++-----
 src/scale/Time.ts                            | 17 ++++++++++-------
 src/util/types.ts                            |  1 +
 7 files changed, 39 insertions(+), 31 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 #13507 from apache/timeline-scale

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 81f9e9340e2e82109ce58a912ebfbed9a00517a9
Merge: f995676 9ddb182
Author: sushuang <su...@gmail.com>
AuthorDate: Thu Oct 29 13:21:36 2020 +0800

    Merge pull request #13507 from apache/timeline-scale
    
    Fix locale params incorrect in timeline.

 src/component/dataZoom/DataZoomModel.ts      | 11 +++++------
 src/component/timeline/SliderTimelineView.ts |  2 +-
 src/scale/Interval.ts                        |  4 ++--
 src/scale/Ordinal.ts                         | 25 +++++++++++++++----------
 src/scale/Scale.ts                           | 10 +++++-----
 src/scale/Time.ts                            | 17 ++++++++++-------
 src/util/types.ts                            |  1 +
 7 files changed, 39 insertions(+), 31 deletions(-)


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