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

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


    from b0fb270  chore(devfast): replace __DEV__ with '_DEV_'
     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 2572fa7  merge next
     new fd5750b  Merge pull request #12859 from apache/time-formatter

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/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(-)
 create mode 100644 src/util/time.ts
 create mode 100644 test/timeScale-formatter.html


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

Reply via email to