This is an automated email from the ASF dual-hosted git repository.
ovilia pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/echarts-doc.git
from e33c51f3 Merge pull request #463 from apache/feat-local-config
add 91fc1ac1 fix typo in axis-common.md
add 26f05f33 Merge pull request #456 from iblislin/iblislin-patch-1
add 15e7b51c fix(candlestick): remove unused option `layout` (resolves
apache/echarts-doc#455)
add cf7623bb docs(radar): replace deprecated nameGap with axisNameGap
add 9b741be1 Merge pull request #445 from hdmy/fix/radar-nameGap
add 20fa864c doc(off): update off signature
add 53a089f6 doc: fix code review
add a331ab05 Merge pull request #441 from Justin-ZS/doc/off
add 9c2ad34a Merge pull request #461 from apache/dev
add 85e1bbc4 fix(jitter): add doc for jitterOverlap and jitterMargin
add 8b252bb6 Merge pull request #464 from apache/fix-jitter
add 1e4cb1d8 doc: add changelog for 6.0.0
add 86242903 doc: add doc for setTheme
add cec76fb7 doc: fix doc for markers
add 70548648 Merge pull request #467 from apache/doc-6.0
add cc5f0268 doc: add date
add 9071be08 add "since version" to box layout.
add d8f0ecda feat(coordSys): add singleAxis and matrix reference.
add 65533291 (1) Fix the expression of grid. (2) Add xxxId to reference a
coord sys.
add 37652788 tweak geo doc aspect scale.
add 216b2d58 feat: Support ETPL filter 'minVersion'.
add b5201412 feat: support table header sticky in option doc.
add 39fa6dc6 feat(coordSys): add and enhance coord sys doc.
add 594cc7d0 Add coord sys reference universally.
add f93121aa Merge pull request #466 from apache/feat-coord-sys
add daa0cba3 tweak: rename *-local.js to *-override.js, convey a more
accurate meaning.
add 1b0ea5d5 tweak doc: rich inherit plain label.
add d4af9f54 Update doc for view coord sys common options (center, zoom,
scaleLimit).
add 595a42d7 visualMap: support option seriesId.
add 417df8bc Add doc: nameMoveOverlap.
add af77f98d Merge pull request #468 from apache/v6-doc-supplement
add f7147840 Merge branch 'master' of github.com:apache/echarts-doc
add 0f9e007b Support no dims in PercentVector
add 05da6bf3 Add graph embedded case (simple graph)
add 71dec302 Enhance roam doc.
add 19fdd60c Add doc for preserveAspect.
add 5c870a45 Tweak geoJSON example api.
add 9328d92d Add doc geo.clip and roamTrigger.
add 354d8694 Merge pull request #469 from apache/v6-doc-supplement-2
No new revisions were added by this update.
Summary of changes:
.gitignore | 2 +-
README.md | 29 ++-
build/helper.js | 8 +-
en/api/echarts-instance.md | 39 +++-
en/api/echarts.md | 105 ++++++---
en/changelog.md | 3 +-
en/option/component/axis-common.md | 28 ++-
en/option/component/data-zoom-slider.md | 10 +
en/option/component/geo-common.md | 94 +++++---
en/option/component/geo.md | 9 +
en/option/component/grid.md | 19 +-
en/option/component/legend.md | 9 +
en/option/component/parallel.md | 10 +
en/option/component/polar.md | 9 +
en/option/component/radar.md | 11 +-
en/option/component/timeline.md | 9 +
en/option/component/title.md | 9 +
en/option/component/toolbox.md | 9 +
en/option/component/visual-map-continuous.md | 3 +-
en/option/component/visual-map-piecewise.md | 3 +-
en/option/component/visual-map.md | 25 ++-
en/option/option.md | 4 +-
en/option/partial/coord-sys.md | 297 +++++++++++++++++++++----
en/option/partial/mark-point.md | 7 +-
en/option/partial/rect-layout-width-height.md | 29 ++-
en/option/partial/rect-layout.md | 84 +++++++-
en/option/partial/rich-inherit-plain-label.md | 22 +-
en/option/partial/roam.md | 23 +-
en/option/partial/view-coord-sys.md | 201 +++++++++++++++++
en/option/series/bar.md | 3 +-
en/option/series/candlestick.md | 15 --
en/option/series/custom.md | 2 +
en/option/series/effectScatter.md | 4 +-
en/option/series/funnel.md | 11 +
en/option/series/gauge.md | 11 +
en/option/series/graph.md | 46 ++--
en/option/series/heatmap.md | 3 +-
en/option/series/line.md | 1 +
en/option/series/lines.md | 1 +
en/option/series/map.md | 26 +--
en/option/series/pie.md | 4 +-
en/option/series/radar.md | 2 +-
en/option/series/sankey.md | 18 ++
en/option/series/scatter.md | 2 +
en/option/series/sunburst.md | 9 +
en/option/series/themeRiver.md | 8 +-
en/option/series/tree.md | 28 +--
en/option/series/treemap.md | 21 +-
src/components/DocContent.vue | 9 +
src/controls/ControlPercentVector.vue | 4 +-
src/controls/ControlVector.vue | 2 +-
tool/helper/compareVersions.js | 153 +++++++++++++
tool/md2json.js | 5 +
zh/api/echarts-instance.md | 40 +++-
zh/api/echarts.md | 104 ++++++---
zh/changelog.md | 23 +-
zh/option/component/axis-common.md | 26 ++-
zh/option/component/data-zoom-slider.md | 10 +
zh/option/component/geo-common.md | 95 +++++---
zh/option/component/geo.md | 9 +
zh/option/component/grid.md | 17 +-
zh/option/component/legend.md | 9 +
zh/option/component/parallel.md | 9 +
zh/option/component/polar.md | 9 +
zh/option/component/radar.md | 11 +-
zh/option/component/timeline.md | 9 +
zh/option/component/title.md | 9 +
zh/option/component/toolbox.md | 9 +
zh/option/component/visual-map-continuous.md | 3 +-
zh/option/component/visual-map-piecewise.md | 3 +-
zh/option/component/visual-map.md | 24 ++-
zh/option/option.md | 4 +-
zh/option/partial/coord-sys.md | 300 ++++++++++++++++++++++----
zh/option/partial/mark-point.md | 4 +-
zh/option/partial/rect-layout-width-height.md | 29 ++-
zh/option/partial/rect-layout.md | 84 +++++++-
zh/option/partial/rich-inherit-plain-label.md | 22 +-
zh/option/partial/roam.md | 18 +-
zh/option/partial/view-coord-sys.md | 204 ++++++++++++++++++
zh/option/series/candlestick.md | 12 --
zh/option/series/custom.md | 2 +
zh/option/series/effectScatter.md | 4 +-
zh/option/series/funnel.md | 11 +
zh/option/series/gauge.md | 11 +
zh/option/series/graph.md | 77 ++++---
zh/option/series/heatmap.md | 3 +-
zh/option/series/line.md | 1 +
zh/option/series/lines.md | 1 +
zh/option/series/map.md | 17 +-
zh/option/series/pie.md | 4 +-
zh/option/series/sankey.md | 18 ++
zh/option/series/scatter.md | 4 +-
zh/option/series/sunburst.md | 9 +
zh/option/series/themeRiver.md | 8 +-
zh/option/series/tree.md | 29 ++-
zh/option/series/treemap.md | 23 +-
96 files changed, 2350 insertions(+), 466 deletions(-)
create mode 100644 en/option/partial/view-coord-sys.md
create mode 100644 tool/helper/compareVersions.js
create mode 100644 zh/option/partial/view-coord-sys.md
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]