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

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


    from 7f0f8bb  fix(time): eliminate labels that are not nice
     add 9a80b83  feat(time): include level information in time axis
     add eceee1b  core(ci): only run unit test on master or release branch
     add 6a9f86f  Merge pull request #12848 from apache/ci
     add 55794d0  ci: run on pr opened or synchronized
     add d0e5f43  feat: custom series compat.
     add b65758c  Merge branch 'next' into custom-series-enhance
     add eab38da  Merge branch 'next' into custom-series-enhance
     add 88c51a0  fix: fix custom series api.size in polor.
     add c56e2dc  feature: add duration animation for custom series.
     add 1309317  feature: support text animation on custom series (via in 
`during`)
     add a631dba  feature: support axis label/tick animation on polar radius 
axis, the same as cartesian axis.
     add d0315f2  chore: tweak and make better example for tutorial.
     add 389d643  Merge branch 'next' into custom-series-enhance
     add 1dffebc  feature: support clipPath and clipPath animation in custom 
series.
     add dfad53d  feature: enable "enterFrom" "leaveTo" "transition" animation 
setting in custom series.
     add 2f5de49  test: add test case for clip init.
     add 6c227d3  feature: custom series during callback params re-design.
     add 3a6ffe9  fix: fix custom series merge children strategy (force no 
empty children even thought merging children).
     add 1ee9379  test: add case for color transition in custom series.
     add d0e83c2  fix: little modify in during api: add return this to setter 
and change name from "setAttr" to "setTransform".
     add f42f395  Merge branch 'next' into custom-series-enhance
     add a7d4f69  clean code
     add 9963aa4  Merge pull request #12775 from apache/custom-series-enhance
     add 3376031  fix: the first param of stopAnimation became "scope".
     add c3329e4  fix: rename $transition $enterFrom $leaveTo => transition 
enterFrom leaveTo.
     add 4d76f23  feature: custom series, add "extra" in el options for users 
to config their own properties for animation.
     add 5a6ccc8  fix: fix during call and enhance test cases.
     add a10659c  fix: fix text example.
     add 196935f  Merge branch 'custom-series-enhance' into next
     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

No new revisions were added by this update.

Summary of changes:
 .github/workflows/nodejs.yml                       |   12 +-
 src/chart/custom.ts                                | 1827 ++++++++++++++++----
 src/chart/helper/Symbol.ts                         |    2 +-
 src/chart/line/LineView.ts                         |    2 +-
 src/chart/pie/PieView.ts                           |    8 +-
 src/component/axis/RadiusAxisView.ts               |   11 +-
 src/component/axisPointer/viewHelper.ts            |   10 +-
 src/component/dataZoom/SliderZoomView.ts           |    4 +-
 src/component/timeline/SliderTimelineView.ts       |   18 +-
 src/component/visualMap/PiecewiseModel.ts          |    2 +-
 src/coord/Axis.ts                                  |    8 +-
 src/coord/CoordinateSystem.ts                      |    3 +
 src/coord/axisCommonTypes.ts                       |   22 +-
 src/coord/axisDefault.ts                           |    2 +-
 src/coord/axisHelper.ts                            |   48 +-
 src/coord/axisTickLabelBuilder.ts                  |   13 +-
 src/coord/polar/prepareCustom.ts                   |    1 +
 src/echarts.ts                                     |    6 +-
 src/export.ts                                      |    1 +
 src/lang.ts                                        |   16 +
 src/langEN.ts                                      |   16 +
 src/model/Component.ts                             |    5 +
 src/model/mixin/itemStyle.ts                       |    2 +-
 src/scale/Interval.ts                              |   39 +-
 src/scale/Log.ts                                   |   11 +-
 src/scale/Ordinal.ts                               |   12 +-
 src/scale/Scale.ts                                 |    6 +-
 src/scale/Time.ts                                  |  271 ++-
 src/util/format.ts                                 |    2 +-
 src/util/graphic.ts                                |  111 +-
 src/util/styleCompat.ts                            |  256 +++
 src/util/time.ts                                   |  203 +++
 src/util/types.ts                                  |   19 +
 ...-d3.html => circle-packing-with-d3.compat.html} |    0
 test/circle-packing-with-d3.html                   |   50 +-
 test/custom-feature.html                           |  130 +-
 test/custom-text-content.html                      | 1193 +++++++++++++
 test/custom-transition-texture.js                  |    1 +
 test/custom-transition.html                        | 1498 ++++++++++++++++
 test/custom-transition2.html                       |  833 +++++++++
 test/hoverStyle.html                               |    3 +-
 test/timeScale.html                                |   22 +-
 42 files changed, 6024 insertions(+), 675 deletions(-)
 create mode 100644 src/util/styleCompat.ts
 create mode 100644 src/util/time.ts
 copy test/{circle-packing-with-d3.html => circle-packing-with-d3.compat.html} 
(100%)
 create mode 100644 test/custom-text-content.html
 create mode 100644 test/custom-transition-texture.js
 create mode 100644 test/custom-transition.html
 create mode 100644 test/custom-transition2.html


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

Reply via email to