This is an automated email from the ASF dual-hosted git repository. sushuang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/echarts-doc.git
from a331ab05 Merge pull request #441 from Justin-ZS/doc/off add 66932afd doc(matrix): add doc for apache/echarts#19807 add 34f8b9f8 Merge pull request #394 from apache/feat-matrix add 5b6f4ecf doc(scatter): add jitter apache/echarts#19941 add 44754dd8 doc(scatter): add jitter apache/echarts#19941 add 95e17f41 fix(grid): Adapt documentation of containLabel to include axis name. close #9265 add 8bf79b29 Merge pull request #380 from robin-gerling/fix-9265 add 43c203d2 Merge pull request #446 from apache/master add e1ee4407 doc(matrix): add doc for matrix enhance apache/echarts#21005 add 56aecf14 tweak(matrix): change the definition of size and levelSize . add 195c1478 feat(funnel): set prop to flaten the exit piece add 53673830 feat(funnel): add dynamicHegiht prop add 6d224c23 feat(funnel):add exitWidth prop add 1359abf4 feat(funnel):add transform rate between each data add e671605f feat(funnel): add attr explains add 92efefb3 feat(funnel): supplt doc add 6f9d7ad9 feat(funnel): use formatter to set funnel rate label add 308121b8 feat(funnel): prefect the api of rate label formatter add 6cdff619 feat(funnel): del tpl from rate label formatter add 84158a0c feat(funnel) add precision to funnl conversion rate add 6413d9b2 Merge pull request #281 from pe-3/feat-funnel-newProp add d18744c8 Merge pull request #449 from apache/next-funnel add f2921e99 Merge branch 'v6' into dev add 6995549c doc: changelog for v6.0.0 add ec944b63 Merge pull request #453 from apache/v6-changelog add b74816ed update v6.0.0 en changelog add 366dbb95 doc: add 6.0.0 Chinese doc add 0a2fb970 Fix change log and add breaking changes. add 1ea10049 fix changelog mistake. add 3d8ccb33 doc(funnel): revert the doc change of funnel new style because the PR in echarts is aborted add 292fb2c2 Merge branch 'dev' of github.com:apache/incubator-echarts-doc into dev add 4f0e9440 fix changed log typo add c5379524 (matrix): fix matrix doc. add 824ca6e1 add since version and revert containLabel doc. add c504a314 fix changelog typo add f4c05670 (matrix): fix and supplement matrix doc. add f3ce392b doc(custom: support tooltipDisabled for custom series apache/echarts#20447 add 03b9c3e0 Merge branch 'dev' into v6-doc add cc4f64da doc: registerCustomSeries apache/echarts#20226 add d1c2beb8 doc(marker): add relativeTo apache/echarts#20166 add 3d712626 doc(custom): support compoundPath in custom series renderItem apache/echarts#20402 add 2ead7c71 doc(label): fix label rich style does not inherit the plain label style apache/echarts#20977 add 73c9e61f Merge pull request #450 from apache/v6-doc add c1746a4b doc: add since add f9a3098b fix(uiControl): fix UIControlVector throw error if no dims declared. add 2d81ca1c tweak doc for `richInheritPlainLabel` add 5f3930c7 fix(matrix): Change the clamp behavior and desc. add 0b2c9279 Supplement the README for doc writing. add db69b8ce feat(visualMap): add `unboundedRange` doc. add 5d257a9b feat(labelMargin): uniform minMargin and textMargin. add 30e19754 Merge pull request #457 from apache/label-margin add 54d1ef9d add doc for apache/echarts#21117 add 953e4198 Merge pull request #458 from sz-p/doc-21117 add 8e12e2b7 add doc for apache/echarts#18164 add b110aed4 Merge pull request #442 from sz-p/doc-18144 add 09904ec8 doc(custom): fix doc description add 5aa40a3c Merge pull request #454 from apache/doc-custom add 3dcaf119 add doc for apache/echarts#20782 add 3e7c727a Merge pull request #438 from sz-p/doc-6691 add ed13a0d4 infra: update webpack to 5 latest version and --openssl-legacy-provider is unnecessary and removed. add cbe7794e doc: supplement usage doc of etpl. add aa52cca2 doc: add doc for rc.1 since beta.1 add 5761eacb Merge pull request #459 from apache/feat-changelog add 1a18eeb0 doc: fix typo add 9239a88c doc: supplement the usage doc. add 00135d99 doc: supplement echarts-doc usage doc. add 60bc5009 (1) Fix partial-rect-layout (box layout). (2) Add param ${hostName} to partial-rect-layout . add 348c2b96 common: Support param ${deprecated} in partial-version . add b06f2297 supplement doc and support `config/env.dev-local.js` as a git-non-tracked local config file. add a99907c2 grid: add doc for outerBounds, and clarify some grid doc. add 934128f0 Merge pull request #462 from apache/feat-cartesian-layout add 32998345 feat: support local config, not tracked by git. add e33c51f3 Merge pull request #463 from apache/feat-local-config new 9c2ad34a Merge pull request #461 from apache/dev 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: .gitignore | 6 +- README.md | 217 +- build.js | 338 +- build.js => build/build-doc.js | 18 +- build/helper.js | 29 + build/webpack.config.js | 116 +- config/env.dev.js | 4 +- en/api/echarts.md | 48 + en/api/version.md | 4 + en/changelog.md | 54 + en/option-gl/partial/version.md | 5 +- en/option/component/axis-common.md | 8 + en/option/component/geo-common.md | 2 +- en/option/component/grid.md | 71 +- en/option/component/legend.md | 8 + en/option/component/matrix.md | 119 + en/option/component/parallel.md | 2 +- en/option/component/title.md | 2 +- en/option/component/visual-map-continuous.md | 16 + en/option/component/visual-map.md | 2 +- en/option/option.md | 3 + en/option/partial/label.md | 64 +- en/option/partial/mark-area.md | 14 + en/option/partial/mark-line.md | 14 + en/option/partial/mark-point.md | 21 + en/option/partial/matrix-body-corner.md | 103 + en/option/partial/matrix-header.md | 109 + en/option/partial/matrix-region.md | 117 + en/option/partial/rect-layout-width-height.md | 18 +- en/option/partial/rect-layout.md | 14 +- en/option/partial/rich-inherit-plain-label.md | 9 + en/option/partial/text-style.md | 6 +- en/option/partial/version.md | 4 + en/option/partial/z.md | 13 + en/option/partial/zr-graphic.md | 86 + en/option/series/bar.md | 2 +- en/option/series/custom.md | 4 +- en/option/series/effectScatter.md | 4 +- en/option/series/funnel.md | 15 +- en/option/series/graph.md | 5 +- en/option/series/heatmap.md | 4 +- en/option/series/line.md | 6 +- en/option/series/lines.md | 13 +- en/option/series/map.md | 4 +- en/option/series/pictorialBar.md | 4 +- en/option/series/pie.md | 15 +- en/option/series/radar.md | 4 +- en/option/series/sankey.md | 6 +- en/option/series/scatter.md | 4 +- en/option/series/sunburst.md | 4 +- en/option/series/themeRiver.md | 4 +- en/option/series/tree.md | 6 +- en/option/series/treemap.md | 6 +- package-lock.json | 18176 ++++++++---------------- package.json | 17 +- src/components/LiveExample.vue | 4 +- src/controls/ControlVector.vue | 4 +- zh/api/echarts.md | 51 + zh/api/version.md | 4 + zh/changelog.md | 47 + zh/option-gl/partial/version.md | 5 +- zh/option/component/axis-common.md | 8 + zh/option/component/calendar.md | 2 +- zh/option/component/geo-common.md | 2 +- zh/option/component/grid.md | 68 +- zh/option/component/legend.md | 8 +- zh/option/component/matrix.md | 115 + zh/option/component/parallel.md | 2 +- zh/option/component/single-axis.md | 2 +- zh/option/component/timeline.md | 2 +- zh/option/component/title.md | 2 +- zh/option/component/toolbox.md | 2 +- zh/option/component/visual-map-continuous.md | 17 + zh/option/component/visual-map.md | 2 +- zh/option/option.md | 4 + zh/option/partial/label.md | 109 +- zh/option/partial/mark-area.md | 14 + zh/option/partial/mark-line.md | 14 + zh/option/partial/mark-point.md | 20 + zh/option/partial/matrix-body-corner.md | 100 + zh/option/partial/matrix-header.md | 111 + zh/option/partial/matrix-region.md | 117 + zh/option/partial/rect-layout-width-height.md | 18 +- zh/option/partial/rect-layout.md | 14 +- zh/option/partial/rich-inherit-plain-label.md | 9 + zh/option/partial/text-style.md | 6 +- zh/option/partial/version.md | 6 +- zh/option/partial/z.md | 12 + zh/option/partial/zr-graphic.md | 86 + zh/option/series/bar.md | 2 +- zh/option/series/custom.md | 4 +- zh/option/series/effectScatter.md | 4 +- zh/option/series/funnel.md | 15 +- zh/option/series/graph.md | 5 +- zh/option/series/heatmap.md | 4 +- zh/option/series/line.md | 6 +- zh/option/series/lines.md | 13 +- zh/option/series/map.md | 4 +- zh/option/series/pictorialBar.md | 4 +- zh/option/series/pie.md | 15 +- zh/option/series/radar.md | 4 +- zh/option/series/sankey.md | 6 +- zh/option/series/scatter.md | 4 +- zh/option/series/sunburst.md | 4 +- zh/option/series/themeRiver.md | 4 +- zh/option/series/tree.md | 6 +- zh/option/series/treemap.md | 6 +- 107 files changed, 8105 insertions(+), 12959 deletions(-) copy build.js => build/build-doc.js (94%) create mode 100644 build/helper.js create mode 100644 en/option/component/matrix.md create mode 100644 en/option/partial/matrix-body-corner.md create mode 100644 en/option/partial/matrix-header.md create mode 100644 en/option/partial/matrix-region.md create mode 100644 en/option/partial/rich-inherit-plain-label.md create mode 100644 en/option/partial/z.md create mode 100644 zh/option/component/matrix.md create mode 100644 zh/option/partial/matrix-body-corner.md create mode 100644 zh/option/partial/matrix-header.md create mode 100644 zh/option/partial/matrix-region.md create mode 100644 zh/option/partial/rich-inherit-plain-label.md create mode 100644 zh/option/partial/z.md --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org For additional commands, e-mail: commits-h...@echarts.apache.org