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

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


    from 75aac8c  fix(polar): fix when angleAxis is inverse
     add b362288  Merge pull request #15582 from apache/release-dev
     add 28f7c33  fix(tooltip): 1) tweak the calculation of tooltip offset to 
make it look not so near to the target element. #14393 2) remove unnecessary 
`getOuterSize` method beacuse `getSize` is now using `offsetWidth/offsetHeight` 
that contains the `borderWidth`.
     add d97f5bb  Merge pull request #15588 from apache/fix/tooltip-offset
     add 0043798  fix: add null condition.
     add 7890d0e  Merge pull request #15612 from apache/release-dev
     add 6083ce5  fix: fix lint.
     add 5fb2fab  Merge pull request #15618 from apache/release-dev
     add fd9bf4a  release 5.2.0
     add 41b7769  Merge pull request #15619 from apache/release-dev
     add 43b0da2  Merge pull request #15647 from apache/release
     add 6b488a8  chore: add nightly publish for next branch
     add 93164d9  Merge pull request #15655 from apache/publish-nightly-next
     add cffa380  fix(line): fix line chart animation #15581
     add ce461a6  Merge pull request #15599 from apache/fix-line-animation
     add f4ac290  Fix: time axis overlapped labels
     add ec9b3fc  Use tick level to determine the priority
     add 7d33cfb  Add comment to describe the fix
     add 319ac07  Use z2 instead of zlevel for priority
     add 563fc01  Use map and have a fallback z2 value
     add f46b404  Merge pull request #15583 from svedova/master
     add 42d08f7  chore: update stale action
     add f82379c  chore: test and run now
     add eea9770  chore: update test time
     add dc275b5  Merge pull request #15665 from apache/fix-stale
     add 2c1a4fb  chore: fix stale config
     add 71ddcca  Merge pull request #15666 from apache/fix-stale
     add b87a5db  chore: update stale action period
     add ea06e74  chore: fix gramma
     add eb42349  Merge pull request #15669 from apache/fix-stale
     add ef1d850  fix: Fix MarkLine/MarkPoint/MarkArea do not work on time axis 
if input string time format. fix #15675
     add babc67d  Merge pull request #15686 from apache/fix/dataset-perf
     add 061b500  Merge branch 'master' into fix-polar
     add 97358af  test(polar): update visual test

No new revisions were added by this update.

Summary of changes:
 .asf.yaml                                          |    33 +
 .github/stale.yml                                  |    60 -
 .../workflows/{nightly.yml => nightly-next.yml}    |    11 +-
 .github/workflows/stale.yml                        |    28 +
 build/prepareNightly.js                            |    44 +-
 dist/echarts.common.js                             | 12552 +++----
 dist/echarts.common.js.map                         |     2 +-
 dist/echarts.common.min.js                         |     4 +-
 dist/echarts.esm.js                                | 36040 +++++++++---------
 dist/echarts.esm.js.map                            |     2 +-
 dist/echarts.esm.min.js                            |     4 +-
 dist/echarts.js                                    | 36041 ++++++++++---------
 dist/echarts.js.map                                |     2 +-
 dist/echarts.min.js                                |     4 +-
 dist/echarts.simple.js                             | 11727 +++---
 dist/echarts.simple.js.map                         |     2 +-
 dist/echarts.simple.min.js                         |     4 +-
 package-lock.json                                  |     8 +-
 package.json                                       |     4 +-
 src/animation/morphTransitionHelper.ts             |     2 +-
 src/animation/universalTransition.ts               |     4 +-
 src/chart/bar/BarView.ts                           |     1 -
 src/chart/line/LineView.ts                         |    15 +-
 src/component/axis/AxisBuilder.ts                  |    19 +-
 src/component/marker/MarkAreaView.ts               |    42 +-
 src/component/marker/MarkLineView.ts               |     9 +-
 src/component/marker/MarkPointView.ts              |    12 +-
 src/component/marker/markerHelper.ts               |    35 +-
 src/component/tooltip/TooltipHTMLContent.ts        |    15 -
 src/component/tooltip/TooltipRichContent.ts        |     8 -
 src/component/tooltip/TooltipView.ts               |    16 +-
 src/coord/axisModelCommonMixin.ts                  |     1 +
 src/coord/axisTickLabelBuilder.ts                  |     2 +
 src/core/echarts.ts                                |     4 +-
 src/data/Graph.ts                                  |     1 +
 src/data/Tree.ts                                   |     3 +-
 src/label/installLabelLayout.ts                    |    20 +
 src/label/labelLayoutHelper.ts                     |     8 +-
 src/label/labelStyle.ts                            |     4 +-
 src/label/sectorLabel.ts                           |    20 +
 src/layout/points.ts                               |     1 -
 src/model/Model.ts                                 |    11 +-
 src/util/conditionalExpression.ts                  |     2 +-
 src/util/types.ts                                  |     1 +
 src/visual/style.ts                                |     2 +-
 test/bar-polar-basic.html                          |   103 +-
 test/line-animation.html                           |    38 +
 test/{emphasis-inherit.html => marker-case.html}   |    66 +-
 test/runTest/actions/__meta__.json                 |     1 +
 49 files changed, 51126 insertions(+), 45912 deletions(-)
 delete mode 100644 .github/stale.yml
 copy .github/workflows/{nightly.yml => nightly-next.yml} (80%)
 create mode 100644 .github/workflows/stale.yml
 copy test/{emphasis-inherit.html => marker-case.html} (56%)

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

Reply via email to