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

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


    from 3c6eb554e test(dataZoom): add test cases
     add 16016881a fix(geo): add back two missing arguments to 
`projectedToPoint` called in Geo `dataToPoint` function.
     add 7a8808d63 Merge pull request #17150 from apache/fix/geo
     add c54953c07 fix(markLine): fix markLine label shows wrong tooltip 
content.
     add 79fdbe4e7 Merge pull request #16971 from 
apache/fix-markLine-label-tooltip
     add 3ece5c065 fix(tree): fix tree unexpected expand (#16548)
     add ed259699d fix:improve PictorialBarSeriesOption
     add 4c167a3a4 Merge pull request #17155 from dmzc/fix-pictorialbar-dts
     add 734cfbf46 chore: remove some unintentional comment
     add e2d26a298 Merge pull request #17172 from susiwen8/fix-comment
     add c82eb4157 test: update visual test cdn to be unpkg
     add 0c7291fb5 Merge pull request #17181 from apache/test-cdn
     add 032e73835 fix(typo): Trasition -> Transition
     add 1047e897b Merge pull request #17193 from kxxoling/fix-typo
     add 905b32405 chore: update pr template to improve doc control
     add 5d813ddcc Merge pull request #17201 from apache/fix-pr
     add 1a584e45d Merge pull request #17182 from apache/master
     add 3a5edc2a2 test: change cdn to unpkg
     add 21f220f60 chore: release 5.3.3
     add 6dfe96d0c chore: update zrender version in the source code
     add 86eba716f Merge pull request #17190 from apache/release-dev
     add 11a9247e7 Merge pull request #17213 from apache/release
     add 821b24ad6 fix:improve interface SunburstSeriesOption and 
TreemapSeriesOption
     add 18c333706 Merge pull request #17218 from dmzc/5.3.2
     add ae66fe6de feat(i18n): add Ukrainian translation. close #17243
     add f4e786429 Merge pull request #17244 from Amice13/fix-17243
     add aeca584e7 chore: fix publish ci on fork
     add f950face5 chore: check owner on specific workflows
     add 0f9f16c7f Merge pull request #17245 from apache/fix-publish-ci-on-fork
     add 6212121e9 fix(line): set default z/zlevel for temporary symbol to 
avoid warnings.
     add 26fbb7565 Merge pull request #17247 from apache/fix/tmp-symbol-z
     add bafb0f9a8 feat(treemap.breadcrumb): add `emphasis` state (#17242)
     add a55ef1a8f Merge branch 'master' into fix-17141

No new revisions were added by this update.

Summary of changes:
 .github/pull_request_template.md                   |   15 +-
 .github/workflows/nightly-next.yml                 |    1 +
 .github/workflows/nightly.yml                      |    1 +
 .github/workflows/source-release.yml               |    1 +
 .github/workflows/stale.yml                        |    1 +
 dist/echarts.common.js                             | 6163 ++++++-------
 dist/echarts.common.js.map                         |    2 +-
 dist/echarts.common.min.js                         |    4 +-
 dist/echarts.esm.js                                | 9199 ++++++++++----------
 dist/echarts.esm.js.map                            |    2 +-
 dist/echarts.esm.min.js                            |    2 +-
 dist/echarts.js                                    | 9199 ++++++++++----------
 dist/echarts.js.map                                |    2 +-
 dist/echarts.min.js                                |    2 +-
 dist/echarts.simple.js                             | 4704 +++++-----
 dist/echarts.simple.js.map                         |    2 +-
 dist/echarts.simple.min.js                         |    2 +-
 dist/extension/bmap.js.map                         |    2 +-
 dist/extension/dataTool.js.map                     |    2 +-
 package-lock.json                                  |   18 +-
 package.json                                       |    4 +-
 .../{basicTrasition.ts => basicTransition.ts}      |    0
 src/animation/customGraphicKeyframeAnimation.ts    |    2 +-
 src/animation/customGraphicTransition.ts           |    2 +-
 src/animation/morphTransitionHelper.ts             |    2 +-
 src/animation/universalTransition.ts               |    2 +-
 src/chart/bar/BarView.ts                           |    2 +-
 src/chart/bar/PictorialBarSeries.ts                |    5 +-
 src/chart/boxplot/BoxplotView.ts                   |    2 +-
 src/chart/candlestick/CandlestickView.ts           |    2 +-
 src/chart/funnel/FunnelView.ts                     |    2 +-
 src/chart/helper/Symbol.ts                         |    2 +-
 src/chart/line/LineView.ts                         |    4 +-
 src/chart/parallel/ParallelView.ts                 |    2 +-
 src/chart/pie/PieView.ts                           |    2 +-
 src/chart/radar/RadarView.ts                       |    2 +-
 src/chart/sunburst/SunburstPiece.ts                |    2 +-
 src/chart/sunburst/SunburstSeries.ts               |    4 +-
 src/chart/themeRiver/ThemeRiverView.ts             |    2 +-
 src/chart/tree/TreeView.ts                         |    5 +-
 src/chart/treemap/Breadcrumb.ts                    |   27 +-
 src/chart/treemap/TreemapSeries.ts                 |   19 +-
 src/component/graphic/GraphicView.ts               |    2 +-
 src/component/marker/MarkLineView.ts               |    4 +-
 src/coord/geo/Geo.ts                               |    2 +-
 src/core/echarts.ts                                |    4 +-
 src/data/DataStore.ts                              |    2 +-
 src/data/Graph.ts                                  |    8 +-
 src/data/Tree.ts                                   |   18 +-
 src/i18n/langUA.ts                                 |  143 +
 src/model/Global.ts                                |    8 +-
 src/model/Model.ts                                 |    6 +-
 src/util/clazz.ts                                  |    4 +-
 src/util/graphic.ts                                |    2 +-
 src/util/types.ts                                  |    6 +-
 src/visual/VisualMapping.ts                        |    6 +-
 test/line-case.html                                |   34 +
 test/linesGL-ny-appendData.html                    |    6 +-
 test/map-projection-animation.html                 |    5 +-
 test/map-projection-d3.html                        |    5 +-
 test/map-projection.html                           |    5 +-
 test/marker-case.html                              |   42 +-
 test/runTest/actions/__meta__.json                 |    4 +-
 test/runTest/actions/line-case.json                |    2 +-
 test/runTest/actions/marker-case.json              |    1 +
 test/runTest/actions/tree-polyline.json            |    1 +
 test/runTest/client/index.html                     |    6 +-
 test/runTest/recorder/index.html                   |    8 +-
 test/runTest/util.js                               |    5 +-
 test/treemap-simple.html                           |    9 +
 70 files changed, 15089 insertions(+), 14679 deletions(-)
 rename src/animation/{basicTrasition.ts => basicTransition.ts} (100%)
 create mode 100644 src/i18n/langUA.ts
 create mode 100644 test/runTest/actions/marker-case.json
 create mode 100644 test/runTest/actions/tree-polyline.json


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

Reply via email to