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

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


    from c308ec76f Merge pull request #18002 from susiwen8/update
     add 4fad60848 fix(polar): polar bar animation should start from r0 rather 
than 0
     add 02d11cd10 Merge pull request #17997 from apache/fix-polar-animation
     add d78340592 feat(i18n): add Turkish(TR) translation (#18012)
     add 45a068978 chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2
     add 6fdb47a02 Merge pull request #18015 from 
apache/dependabot/npm_and_yarn/decode-uri-component-0.2.2
     add 2e1fbbefa Merge pull request #18047 from apache/release
     add 0707a15b4 chore(deps): bump qs from 6.5.2 to 6.5.3
     add bc45cd308 Merge pull request #18048 from 
apache/dependabot/npm_and_yarn/qs-6.5.3
     add b0eeb4192 chore(deps-dev): bump terser from 5.3.8 to 5.14.2
     add a9330a130 chore: update package-lock.json
     add 88766b450 Merge pull request #18055 from neostfox/master
     add a29290ad7 chore: fix several typos
     add b76eff2b3 Merge pull request #18061 from striezel-stash/several-typos
     add 4b4a732ae fix(tree): change symbol type. close #17946
     add 6be45ba66 Merge pull request #18070 from ChepteaCatalin/fix-17946
     add 47b6407f9 fix(ssr): fix label doesn't show in line series when `ssr` 
is enabled.`
     add d6ab9d4c8 Merge pull request #18032 from apache/fix-ssr-line
     add 1c579089c chore: fix a few typos
     add c86e55841 Merge pull request #18103 from striezel-stash/fix-small-typos
     add c5eb4fa28 upload example
     add 843c1e841 Merge pull request #18115 from huangyulie/fix-auto-huangyulie
     add c91620ee3 chore: update notice year to 2023
     add eaa332bb5 Merge pull request #18128 from apache/update-notice-year
     add 3e22c04d6 chore(deps): bump json5 from 2.1.3 to 2.2.3
     add 27415e3b8 Merge pull request #18142 from 
apache/dependabot/npm_and_yarn/json5-2.2.3
     add 2d8bc8f29 chore: fix few typos (#18203)
     add 8120aaba4 docs: fix a lot of grammatical errors in CONTRIBUTING.md 
(#18244)
     add fc2be1895 feat(i18n): add Vietnamese(vi_VN) translation (#18279)
     add da29a8d28 fix(dataset): object source contains `length` breaks render
     add 9191ab257 Merge pull request #18276 from susiwen8/18050
     add 6d1f49149 chore: ignore files about 'contributing' when publishing to 
npm (#18301)
     add 9335a76cf fix(sunburst): `radial` rotation label might upside down
     add 3941fc9d2 fix(sunburst): adjust label rotation
     add c206dc33d chore: simplify code
     add dbec96f4a Merge pull request #18240 from susiwen8/#18023
     add 6af586f69 <fix>(tooltip): fix alwaysShowContent doesn't work after 
leaving the tooltip  . close #18111
     add 376e45580 <fix>(tooltip): fix alwaysShowContent doesn't work after 
leaving the tooltip . close #18111
     add ac64e3f1c <fix>(tooltip): fix alwaysShowContent doesn't work after 
leaving the tooltip . close #18111
     add 19c3c9d45 <fix>(tooltip): fix alwaysShowContent doesn't work after 
leaving the tooltip . close #18111
     add 0e2954c6d Merge pull request #18221 from jianghaoran116/fix-18111
     add a20820117 fix(type): fix `treePathInfo` is missing in the type of 
sunburst formatter callback & add missing type definition for the `data` option
     add 9c743bee2 Merge pull request #18310 from apache/fix/sunburst-types
     add 8401d1abe fix(markArea): markArea range in bar series #18130
     add dc3a694cd chore: merge
     add d5ea9373c fix(markArea): fix situations when dims is not defined
     add 710e79d92 test: add test case for markers
     add e02ca3816 style(marker): improve code
     add 2752bea86 Merge pull request #18229 from apache/fix-18130
     add bd767e20f fix(polar): support borderRadius for polar bars #17980
     add 566743232 fix(polar): forgot to commit a new file
     add dca62c973 feat: support bar background borderRadius
     add 50641dba8 Merge branch 'master' into fix-17980
     add baa57b0ae Merge pull request #17995 from apache/fix-17980
     new 33b4b87aa Merge pull request #18338 from apache/master

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:
 .npmignore                                         |   4 +-
 CONTRIBUTING.md                                    |  24 +-
 NOTICE                                             |   2 +-
 README.md                                          |   8 +-
 package-lock.json                                  |  58 ++--
 package.json                                       |   2 +-
 src/chart/bar/BarSeries.ts                         |   4 +-
 src/chart/bar/BarView.ts                           |  30 +-
 src/chart/bar/BaseBarSeries.ts                     |  73 ++++-
 src/chart/helper/{pieHelper.ts => sectorHelper.ts} |   0
 src/chart/line/LineView.ts                         |  14 +-
 src/chart/pie/PieView.ts                           |   2 +-
 src/chart/sunburst/SunburstPiece.ts                |   9 +-
 src/chart/sunburst/SunburstSeries.ts               |  16 +-
 src/chart/tree/TreeSeries.ts                       |   2 +-
 src/component/axis/AxisBuilder.ts                  |   4 +-
 src/component/axisPointer/BaseAxisPointer.ts       |   8 +-
 src/component/axisPointer/axisTrigger.ts           |   6 +-
 src/component/axisPointer/modelHelper.ts           |   8 +-
 src/component/axisPointer/viewHelper.ts            |   2 +-
 src/component/dataZoom/SliderZoomView.ts           |   4 +-
 src/component/helper/BrushController.ts            |  12 +-
 src/component/helper/BrushTargetManager.ts         |   4 +-
 src/component/helper/MapDraw.ts                    |   8 +-
 src/component/marker/markerHelper.ts               |   6 +-
 src/component/toolbox/ToolboxView.ts               |   4 +-
 src/component/tooltip/TooltipHTMLContent.ts        |   6 +-
 src/component/tooltip/TooltipRichContent.ts        |   7 +-
 src/component/tooltip/TooltipView.ts               |  16 +-
 src/component/tooltip/seriesFormatTooltip.ts       |   4 +-
 src/component/tooltip/tooltipMarkup.ts             |   4 +-
 src/component/transform/filterTransform.ts         |   8 +-
 src/component/visualMap/ContinuousModel.ts         |   4 +-
 src/component/visualMap/ContinuousView.ts          |   8 +-
 src/component/visualMap/PiecewiseModel.ts          |   4 +-
 src/component/visualMap/VisualMapModel.ts          |   4 +-
 src/data/DataStore.ts                              |   6 +-
 src/data/Graph.ts                                  |   2 +-
 src/data/Source.ts                                 |   8 +-
 src/i18n/langCS.ts                                 |  36 +--
 src/i18n/langDE.ts                                 |  36 +--
 src/i18n/langEN.ts                                 |  34 +--
 src/i18n/langFR.ts                                 |  34 +--
 src/i18n/langHU.ts                                 |  34 +--
 src/i18n/langIT.ts                                 |  34 +--
 src/i18n/langJA.ts                                 |  34 +--
 src/i18n/langKO.ts                                 |  34 +--
 src/i18n/langPL.ts                                 |  34 +--
 src/i18n/langPT-br.ts                              |  34 +--
 src/i18n/langRO.ts                                 |  34 +--
 src/i18n/langSI.ts                                 |  36 +--
 src/i18n/langTR.ts                                 | 142 +++++++++
 src/i18n/langVI.ts                                 | 167 +++++++++++
 src/i18n/langZH.ts                                 |   2 +-
 src/legacy/dataSelectAction.ts                     |   2 +-
 src/model/Series.ts                                |   4 +-
 src/util/types.ts                                  |   4 +-
 test/bar-markArea.html                             | 326 ++++++++++++++++++++-
 ...bel-formatter.html => bar-polar-animation.html} | 114 ++++---
 test/bar-polar-borderRadius.html                   | 192 ++++++++++++
 test/dataset-category.html                         |  39 +++
 test/gauge-distance.html                           |  14 +-
 test/gauge-group-title-detail.html                 |  20 +-
 test/gauge-simple.html                             |   8 +-
 test/gauge.html                                    |  22 +-
 test/graph-grid.html                               |   2 +-
 test/marker-case.html                              |  66 ++++-
 test/runTest/actions/__meta__.json                 |   2 +
 test/runTest/actions/bar-polar-animation.json      |   1 +
 test/runTest/actions/svg-ssr.json                  |   1 +
 test/sunburst-label.html                           | 120 ++++++++
 test/svg-ssr.html                                  | 122 ++++++++
 test/tooltip-alwaysShowContent.html                | 265 +++++++++++++++++
 73 files changed, 1976 insertions(+), 468 deletions(-)
 rename src/chart/helper/{pieHelper.ts => sectorHelper.ts} (100%)
 create mode 100644 src/i18n/langTR.ts
 create mode 100644 src/i18n/langVI.ts
 copy test/{label-formatter.html => bar-polar-animation.html} (50%)
 create mode 100644 test/bar-polar-borderRadius.html
 create mode 100644 test/runTest/actions/bar-polar-animation.json
 create mode 100644 test/runTest/actions/svg-ssr.json
 create mode 100644 test/svg-ssr.html
 create mode 100644 test/tooltip-alwaysShowContent.html


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to