You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2020/08/31 05:29:29 UTC

[incubator-echarts-doc] branch 4.9.0 updated (271028c -> 81bc048)

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

shenyi pushed a change to branch 4.9.0
in repository https://gitbox.apache.org/repos/asf/incubator-echarts-doc.git.


    from 271028c  add ui control of funnel orient
     add 0f93871  feat: update bar description
     add f14f39b  tweak: tweak live example layout style.
     add 24000ba  Merge pull request #125 from plainheart/tweak-live-example-layout
     add 81ffddf  fix: typos in English API docs
     add 18f5b0e  fix: typos in English option/component docs
     add 0cd29b3  fix: typos in English option/partial docs
     add 82792db  fix: typos in English options/series docs
     add f15ade1  Merge pull request #124 from joyhchen/fix-english-doc-typos
     add cb3235c  fix data in sunburst/treemap example
     add 6436215  Merge branch 'master' of github.com:apache/incubator-echarts-doc
     add 4c8aa89  feat: add trademarks
     add 4501a60  fix search result display
     add be0e44a  enable cors
     add 92d9aa9  Fix typo
     add 92f689d  Merge pull request #126 from psimyn/patch-1
     add 885aff3  fix: doc source change from json js
     add 308155f  fix: build script.
     add f37e7bd  add changelog of 4.9.0
     add 343c470  unify contributors name with github id in changelog.
     add 82d966b  fix(example): fix inject itemStyle in data array bug.
     add 9db41c6  refact: separate vue, element ui to CDN.
     add ca5298c  fix: migrate changelog to branch 4.9.0
     add 5bd39d5  still needs codemirror in dependencies for css theme
     add 006a101  doc: hoverLayerThreshold is missing in en option
     add 4ca9c2e  fix: search result width
     add 5ba7542  fix: a more elegant way
     add 6ed962f  Merge pull request #128 from random-yang/fix
     add be9690c  fix(live-preview): add `position: relative` to make its child DOM elements with absolute positioning layout correctly. such as `DataView`.
     add 37d8bb9  Merge pull request #129 from plainheart/tweak-live-example-layout
     add 81bc048  Merge branch 'master' into 4.9.0

No new revisions were added by this update.

Summary of changes:
 build.js                                     | 36 +++++++++++----------
 build/webpack.config.js                      |  5 +++
 en/api/action.md                             |  2 +-
 en/api/echarts-instance.md                   |  4 +--
 en/api/events.md                             |  2 +-
 en/option/component/angle-axis.md            |  2 +-
 en/option/component/aria.md                  |  6 ++--
 en/option/component/axis-common.md           |  2 +-
 en/option/component/axisPointer.md           |  2 +-
 en/option/component/brush.md                 | 10 +++---
 en/option/component/calendar.md              |  2 +-
 en/option/component/data-zoom.md             | 14 ++++-----
 en/option/component/dataset.md               |  2 +-
 en/option/component/graphic.md               |  4 +--
 en/option/component/legend.md                |  8 ++---
 en/option/component/visual-map-continuous.md |  4 +--
 en/option/component/visual-map-piecewise.md  |  2 +-
 en/option/component/visual-map.md            |  4 +--
 en/option/option.md                          | 12 +++++--
 en/option/partial/1d-data.md                 |  2 +-
 en/option/partial/2d-data.md                 | 12 +++----
 en/option/partial/data-id-desc.md            |  2 +-
 en/option/partial/mark-line.md               |  4 +--
 en/option/partial/parallel.md                |  2 +-
 en/option/partial/zr-graphic.md              |  4 +--
 en/option/series/candlestick.md              |  6 ++--
 en/option/series/custom.md                   |  4 +--
 en/option/series/map.md                      |  4 +--
 en/option/series/pictorialBar.md             |  8 ++---
 en/option/series/pie.md                      |  6 ++--
 en/option/series/treemap.md                  |  4 +--
 en/tutorial/aria.md                          |  2 +-
 en/tutorial/basic-concepts-overview.md       |  2 +-
 en/tutorial/custom-build.md                  |  2 +-
 en/tutorial/custom-series.md                 |  4 ++-
 en/tutorial/data-zoom.md                     |  2 +-
 en/tutorial/dataset.md                       |  2 +-
 en/tutorial/drag-example.md                  |  2 +-
 en/tutorial/dynamic-data.md                  | 14 ++++-----
 en/tutorial/echarts-feature.md               |  2 +-
 en/tutorial/event.md                         |  2 +-
 en/tutorial/getting-started.md               |  2 +-
 en/tutorial/headless.md                      |  2 +-
 en/tutorial/media-query.md                   |  2 +-
 en/tutorial/npm-webpack.md                   |  2 +-
 en/tutorial/renderer.md                      |  2 +-
 en/tutorial/rich-text.md                     |  2 +-
 en/tutorial/style-overview.md                |  2 +-
 en/tutorial/styling.md                       |  2 +-
 en/tutorial/visual-map.md                    |  2 +-
 package.json                                 |  4 ---
 public/en/api.html                           |  8 ++++-
 public/en/option-gl.html                     |  8 ++++-
 public/en/option.html                        |  9 +++++-
 public/en/tutorial.html                      |  9 ++++--
 public/zh/api.html                           |  9 ++++--
 public/zh/option-gl.html                     |  9 ++++--
 public/zh/option.html                        |  9 ++++--
 public/zh/tutorial.html                      |  9 ++++--
 src/components/DocContent.vue                | 47 ++++++++++++++++++++++------
 src/components/LiveExample.vue               | 32 ++++++++++---------
 src/components/Search.vue                    |  3 +-
 src/config.js                                |  2 ++
 src/docHelper.js                             | 31 +++++++++++++-----
 src/main.js                                  | 47 ----------------------------
 src/shared.js                                | 10 ++++++
 src/store.js                                 |  2 +-
 zh/option/series/bar.md                      |  4 +--
 zh/option/series/pictorialBar.md             |  2 ++
 zh/option/series/sunburst.md                 | 24 ++++++--------
 zh/option/series/treemap.md                  | 24 ++++++--------
 zh/tutorial/aria.md                          |  2 +-
 zh/tutorial/basic-concepts-overview.md       |  2 +-
 zh/tutorial/calendar-example.md              |  4 +--
 zh/tutorial/custom-build.md                  |  2 +-
 zh/tutorial/custom-series.md                 |  4 ++-
 zh/tutorial/data-zoom.md                     |  2 +-
 zh/tutorial/dataset.md                       |  2 +-
 zh/tutorial/drag-example.md                  |  2 +-
 zh/tutorial/dynamic-data.md                  |  2 +-
 zh/tutorial/echarts-feature.md               |  2 +-
 zh/tutorial/echarts-gl.md                    |  2 +-
 zh/tutorial/event.md                         |  2 +-
 zh/tutorial/getting-started.md               |  2 +-
 zh/tutorial/headless.md                      |  2 +-
 zh/tutorial/media-query.md                   |  2 +-
 zh/tutorial/npm-webpack.md                   |  2 +-
 zh/tutorial/renderer.md                      |  2 +-
 zh/tutorial/rich-text.md                     |  2 +-
 zh/tutorial/style-overview.md                |  2 +-
 zh/tutorial/styling.md                       |  2 +-
 zh/tutorial/sunburst-series.md               |  2 +-
 zh/tutorial/visual-map.md                    |  2 +-
 zh/tutorial/weixin-application.md            |  2 +-
 94 files changed, 325 insertions(+), 260 deletions(-)
 create mode 100644 src/config.js
 create mode 100644 src/shared.js


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