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 03:33:08 UTC

[incubator-echarts] branch axis-style-optimize updated (295ed0e -> 925f451)

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

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


    from 295ed0e  style: remove shadow in axis pointer label.
     add e44445d  feat(time): improve time axis formatter
     add 6c6917d  WIP
     add 7f0f8bb  fix(time): eliminate labels that are not nice
     add 9a80b83  feat(time): include level information in time axis
     add 64f2f00  Merge branch 'next' into time-formatter
     add 5da563e  refactor(time): rename variables
     add e0f0584  feat(time): label style for different levels and units
     add 0466be2  feat(time): fix time axis extent
     add a14c8cd  feat(time): level formatters
     add 3bee422  feat(time): add half day and more
     add cca2853  feat(time): remove unnecessary code and update test cases
     add f2d34e0  feat(time): update lang
     add b0fb270  chore(devfast): replace __DEV__ with '_DEV_'
     add 2572fa7  merge next
     add fd5750b  Merge pull request #12859 from apache/time-formatter
     new a76a728  Merge branch 'next' into axis-style-optimize
     add ee32d1e  fix(axis): fix category labels not shown after refacted time axis
     new 925f451  Merge branch 'next' into axis-style-optimize

The 2 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:
 build/dev-fast.js                            |   7 +-
 src/component/axisPointer/viewHelper.ts      |  10 +-
 src/component/dataZoom/SliderZoomView.ts     |   4 +-
 src/component/timeline/SliderTimelineView.ts |  16 +-
 src/coord/Axis.ts                            |  10 +-
 src/coord/axisCommonTypes.ts                 |  22 +-
 src/coord/axisDefault.ts                     |  18 +-
 src/coord/axisHelper.ts                      |  48 ++-
 src/coord/axisTickLabelBuilder.ts            | 147 ++++++---
 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 +-
 22 files changed, 1227 insertions(+), 201 deletions(-)
 create mode 100644 src/util/time.ts
 create mode 100644 test/timeScale-formatter.html


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


[incubator-echarts] 01/02: Merge branch 'next' into axis-style-optimize

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

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

commit a76a728ee9882eca6f0886c4c5b95fa12cf173d8
Merge: 295ed0e fd5750b
Author: pissang <bm...@gmail.com>
AuthorDate: Wed Jul 29 10:18:29 2020 +0800

    Merge branch 'next' into axis-style-optimize

 build/dev-fast.js                            |   7 +-
 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 +-
 22 files changed, 1134 insertions(+), 158 deletions(-)



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


[incubator-echarts] 02/02: Merge branch 'next' into axis-style-optimize

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

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

commit 925f451e706ae513d6be9acc978e7ba12a6b7ac1
Merge: a76a728 ee32d1e
Author: pissang <bm...@gmail.com>
AuthorDate: Wed Jul 29 11:32:38 2020 +0800

    Merge branch 'next' into axis-style-optimize

 src/coord/Axis.ts                 |  10 +--
 src/coord/axisHelper.ts           |   4 +-
 src/coord/axisTickLabelBuilder.ts | 140 ++++++++++++++++++++++++++------------
 3 files changed, 102 insertions(+), 52 deletions(-)


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