This is an automated email from the ASF dual-hosted git repository.
ovilia pushed a change to branch fix-17980
in repository https://gitbox.apache.org/repos/asf/echarts.git
from dca62c973 feat: support bar background borderRadius
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 d31e67623 Merge pull request #17922 from apache/master
add 106907deb fix(stack): revert pr #17809
add b454ae2e4 Merge pull request #17944 from apache/release-dev
add 26dab477a Create langHU.ts
add 945df88b5 Merge pull request #17978 from ifjkovacsik/patch-1
add 8985de838 chore(log): use warn util instead of `console.warn`
add b8f16efdc chore: use `hasGlobalWindow` constant from env util.
add c0a9277cc fix(core): use `!=` to check if series is excluded as native
map returns `undefined` rather than `null`
add b99300b29 Merge pull request #17979 from apache/fix-null-check
add 2a0af12f2 chore: update `zrender`
add 6c7190631 chore: update package-lock
add 89f118a1a Merge pull request #17984 from susiwen8/release
add 5455aa9cf chore: update version
add 9161e63a8 chore: build 5.4.1
add c179ab723 Merge pull request #17992 from susiwen8/release-dev
add f7f8cfa7a chore: update version in package-lock
add c308ec76f Merge pull request #18002 from susiwen8/update
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 50641dba8 Merge branch 'master' into fix-17980
No new revisions were added by this update.
Summary of changes:
.npmignore | 4 +-
CONTRIBUTING.md | 24 +-
NOTICE | 2 +-
README.md | 8 +-
dist/echarts.common.js | 898 +++++++++------
dist/echarts.common.js.map | 2 +-
dist/echarts.common.min.js | 4 +-
dist/echarts.esm.js | 1189 ++++++++++++--------
dist/echarts.esm.js.map | 2 +-
dist/echarts.esm.min.js | 4 +-
dist/echarts.js | 1189 ++++++++++++--------
dist/echarts.js.map | 2 +-
dist/echarts.min.js | 4 +-
dist/echarts.simple.js | 584 +++++-----
dist/echarts.simple.js.map | 2 +-
dist/echarts.simple.min.js | 4 +-
dist/extension/bmap.js | 4 +-
dist/extension/bmap.js.map | 2 +-
dist/extension/dataTool.js.map | 2 +-
i18n/langHU-obj.js | 173 +++
i18n/langHU.js | 169 +++
package-lock.json | 77 +-
package.json | 6 +-
src/chart/bar/BarView.ts | 2 +-
src/chart/line/LineView.ts | 14 +-
src/chart/sunburst/SunburstPiece.ts | 7 +-
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/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/core/echarts.ts | 34 +-
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 | 142 +++
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/processor/dataStack.ts | 4 +-
src/util/types.ts | 4 +-
...bel-formatter.html => bar-polar-animation.html} | 114 +-
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/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 +++++
84 files changed, 4085 insertions(+), 2063 deletions(-)
create mode 100644 i18n/langHU-obj.js
create mode 100644 i18n/langHU.js
create mode 100644 src/i18n/langHU.ts
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/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]