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/07/29 02:18:03 UTC

[incubator-echarts] 01/01: Merge pull request #12859 from apache/time-formatter

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

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

commit fd5750bea10371ff8d540974c9e007f07d23029e
Merge: b0fb270 2572fa7
Author: Yi Shen <bm...@gmail.com>
AuthorDate: Wed Jul 29 10:17:48 2020 +0800

    Merge pull request #12859 from apache/time-formatter
    
    [FEATURE] [5.0] time axis label formatter

 src/component/axisPointer/viewHelper.ts      |  10 +-
 src/component/dataZoom/SliderZoomView.ts     |   4 +-
 src/component/timeline/SliderTimelineView.ts |  16 +-
 src/coord/Axis.ts                            |   8 +-
 src/coord/axisCommonTypes.ts                 |  22 +-
 src/coord/axisDefault.ts                     |  18 +-
 src/coord/axisHelper.ts                      |  48 ++-
 src/coord/axisTickLabelBuilder.ts            |  13 +-
 src/export.ts                                |   2 +
 src/lang.ts                                  |  16 +
 src/langEN.ts                                |  16 +
 src/scale/Interval.ts                        |  39 ++-
 src/scale/Log.ts                             |  11 +-
 src/scale/Ordinal.ts                         |  12 +-
 src/scale/Scale.ts                           |   6 +-
 src/scale/Time.ts                            | 426 +++++++++++++++++++++------
 src/util/format.ts                           |   2 +-
 src/util/time.ts                             | 226 ++++++++++++++
 src/util/types.ts                            |  17 ++
 test/timeScale-formatter.html                | 364 +++++++++++++++++++++++
 test/timeScale.html                          |   9 +-
 21 files changed, 1128 insertions(+), 157 deletions(-)


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