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/06/30 02:03:06 UTC

[incubator-echarts-doc] branch live-example updated (083ddca -> 27fa7cb)

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

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


    from 083ddca  example: add en title
     add 1d46c8b  fix: enhance section title.
     add d06ecb2  fix: added missing option `axisLabel.distance` for Gauge series.
     add 8996936  Merge pull request #105 from plainheart/add-missing-distance-option-for-gauge
     add dc605ff  fix: fixed some link errors.
     add 72ff9b3  Merge pull request #104 from plainheart/fix-link-custom
     add 9e58f86  add name, nodeAlign to sankey
     add a628456  Merge pull request #107 from softwords/sankey
     add 09cb3b7  fix(sankey): added missing `name` option.
     add 94b99c1  Merge pull request #108 from plainheart/patch-1
     add c8a4615  Add textStyle to radar.name
     add eeaa573  fix(axisPointer): change en to zh.
     add 93cd241  Merge pull request #110 from apache/plainheart-patch-1
     add e07b5b2  fix(gauge): added missing buttons in gauge example.
     add 7238337  Merge pull request #111 from plainheart/fix/add-missing-buttons-in-gauge-example
     add 7e212f1  Replace defualt with default (fixing typo)
     add a28cdce  Merge pull request #112 from xmatthias/replace_default_comments
     add 389d8bd  fix(gauge): added missing colon in option of Gauge Series, which leads the losing of `legendHoverLink`.
     add 4eade7f  Merge pull request #113 from plainheart/fix-gauge
     add 152da73  Add missing colon
     add 254117d  Add semicolon
     add 714efac  Merge pull request #114 from susiwen8/init
     add a43fecd  fix: link uses zh-CN but not en-US in Chinese documentation.
     add 8f6e2e9  Merge pull request #115 from apache/plainheart/patch-1
     add 28d5c15  fix: (1) fixed incorrect and broken links. (2) removed some special characters in gl option. (3) tweaked apache#114: replace semicolon with comma. (4) added missing symbols.
     add ec3bfaa  fix: removed special character in gl option.
     add db09fb0  Merge pull request #116 from plainheart/fix-links
     add 8d5b8d8  fix(themeRiver): add 'name'
     add 94f6f4f  Merge pull request #117 from softwords/themeriver
     add afec204  tweak doc
     add 26dbcb9  fix: added missing param `extra` for 2d-data-label-formatter.
     add 5285f05  tweak: remove redundant full stop.
     add 0eba0bc  fix(scatter): added missing default value for opacity in itemStyle.
     add e387a74  fix(tree): fixed the issue reported in incubator-echarts#12865.
     new 27fa7cb  Merge branch 'master' into live-example

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:
 en/api/echarts-instance.md                    |  14 +--
 en/api/echarts.md                             |  14 +--
 en/api/events.md                              |   2 +-
 en/option/component/radar.md                  |   1 +
 en/option/component/toolbox.md                |   2 +-
 en/option/component/visual-map-piecewise.md   |   2 +-
 en/option/component/visual-map.md             |   4 +-
 en/option/partial/2d-data.md                  |   2 +-
 en/option/series/custom.md                    |   4 +-
 en/option/series/gauge.md                     |   6 +-
 en/option/series/sankey.md                    |  26 ++++--
 en/option/series/scatter.md                   |   1 +
 en/option/series/themeRiver.md                |   2 +
 en/option/series/tree.md                      |   2 +-
 en/tutorial/custom-build.md                   |   6 +-
 en/tutorial/custom-series.md                  |  28 ++----
 en/tutorial/data-zoom.md                      |   9 +-
 en/tutorial/dataset.md                        | 105 +++------------------
 en/tutorial/drag-example.md                   |  11 +--
 en/tutorial/getting-started.md                |   4 +-
 en/tutorial/media-query.md                    |  19 ++--
 en/tutorial/npm-webpack.md                    |   2 +-
 en/tutorial/renderer.md                       |   6 +-
 en/tutorial/rich-text.md                      |  51 ++--------
 en/tutorial/style-overview.md                 |   4 +-
 en/tutorial/visual-map.md                     |  12 +--
 slides/ani/asset/common/echarts.min.js        |  10 +-
 slides/arch-brief/asset/common/echarts.min.js |  10 +-
 slides/custom/asset/common/echarts.js         |  12 +--
 zh/api/echarts-instance.md                    |   8 +-
 zh/api/echarts.md                             |  14 +--
 zh/api/events.md                              |   2 +-
 zh/option/component/axis-common.md            |   2 +-
 zh/option/component/radar.md                  |   1 +
 zh/option/component/toolbox.md                |   2 +-
 zh/option/option.md                           |   2 +-
 zh/option/partial/2d-data.md                  |   4 +-
 zh/option/series/custom.md                    |   2 +-
 zh/option/series/gauge.md                     |   4 +-
 zh/option/series/sankey.md                    |   6 +-
 zh/option/series/scatter.md                   |   1 +
 zh/option/series/themeRiver.md                |   2 +
 zh/tutorial/custom-build.md                   |   6 +-
 zh/tutorial/custom-series.md                  |  27 ++----
 zh/tutorial/data-zoom.md                      |   7 +-
 zh/tutorial/dataset.md                        | 129 +++++---------------------
 zh/tutorial/drag-example.md                   |   9 +-
 zh/tutorial/echarts-gl.md                     |  70 +++++++-------
 zh/tutorial/getting-started.md                |   4 +-
 zh/tutorial/graphic.md                        |   3 +-
 zh/tutorial/media-query.md                    |  10 +-
 zh/tutorial/rich-text.md                      |  50 ++--------
 zh/tutorial/style-overview.md                 |   4 +-
 zh/tutorial/visual-map.md                     |   8 +-
 54 files changed, 243 insertions(+), 505 deletions(-)


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


[incubator-echarts-doc] 01/01: Merge branch 'master' into live-example

Posted by sh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 27fa7cb71091180de9db322068f821c607ed3224
Merge: 083ddca e387a74
Author: pissang <bm...@gmail.com>
AuthorDate: Tue Jun 30 10:02:38 2020 +0800

    Merge branch 'master' into live-example

 en/api/echarts-instance.md                    |  14 +--
 en/api/echarts.md                             |  14 +--
 en/api/events.md                              |   2 +-
 en/option/component/radar.md                  |   1 +
 en/option/component/toolbox.md                |   2 +-
 en/option/component/visual-map-piecewise.md   |   2 +-
 en/option/component/visual-map.md             |   4 +-
 en/option/partial/2d-data.md                  |   2 +-
 en/option/series/custom.md                    |   4 +-
 en/option/series/gauge.md                     |   6 +-
 en/option/series/sankey.md                    |  26 ++++--
 en/option/series/scatter.md                   |   1 +
 en/option/series/themeRiver.md                |   2 +
 en/option/series/tree.md                      |   2 +-
 en/tutorial/custom-build.md                   |   6 +-
 en/tutorial/custom-series.md                  |  28 ++----
 en/tutorial/data-zoom.md                      |   9 +-
 en/tutorial/dataset.md                        | 105 +++------------------
 en/tutorial/drag-example.md                   |  11 +--
 en/tutorial/getting-started.md                |   4 +-
 en/tutorial/media-query.md                    |  19 ++--
 en/tutorial/npm-webpack.md                    |   2 +-
 en/tutorial/renderer.md                       |   6 +-
 en/tutorial/rich-text.md                      |  51 ++--------
 en/tutorial/style-overview.md                 |   4 +-
 en/tutorial/visual-map.md                     |  12 +--
 slides/ani/asset/common/echarts.min.js        |  10 +-
 slides/arch-brief/asset/common/echarts.min.js |  10 +-
 slides/custom/asset/common/echarts.js         |  12 +--
 zh/api/echarts-instance.md                    |   8 +-
 zh/api/echarts.md                             |  14 +--
 zh/api/events.md                              |   2 +-
 zh/option/component/axis-common.md            |   2 +-
 zh/option/component/radar.md                  |   1 +
 zh/option/component/toolbox.md                |   2 +-
 zh/option/option.md                           |   2 +-
 zh/option/partial/2d-data.md                  |   4 +-
 zh/option/series/custom.md                    |   2 +-
 zh/option/series/gauge.md                     |   4 +-
 zh/option/series/sankey.md                    |   6 +-
 zh/option/series/scatter.md                   |   1 +
 zh/option/series/themeRiver.md                |   2 +
 zh/tutorial/custom-build.md                   |   6 +-
 zh/tutorial/custom-series.md                  |  27 ++----
 zh/tutorial/data-zoom.md                      |   7 +-
 zh/tutorial/dataset.md                        | 129 +++++---------------------
 zh/tutorial/drag-example.md                   |   9 +-
 zh/tutorial/echarts-gl.md                     |  70 +++++++-------
 zh/tutorial/getting-started.md                |   4 +-
 zh/tutorial/graphic.md                        |   3 +-
 zh/tutorial/media-query.md                    |  10 +-
 zh/tutorial/rich-text.md                      |  50 ++--------
 zh/tutorial/style-overview.md                 |   4 +-
 zh/tutorial/visual-map.md                     |   8 +-
 54 files changed, 243 insertions(+), 505 deletions(-)

diff --cc zh/option/series/gauge.md
index b6181a4,36aff76..9d227ae
--- a/zh/option/series/gauge.md
+++ b/zh/option/series/gauge.md
@@@ -6,21 -6,8 +6,21 @@@
  **仪表盘**
  
  **示例:**
- ~[600x500](${galleryViewPath}gauge-car)
+ ~[600x500](${galleryViewPath}gauge-car&reset=1&edit=1)
  
 +<ExampleBaseOption name="gauge" title="基础仪表盘" title-en="Basic Gauge">
 +const option = {
 +    series: [
 +        {
 +            name: 'Indicator',
 +            type: 'gauge',
 +            detail: {formatter: '{value}%'},
 +            data: [{value: 50, name: 'Percent'}]
 +        }
 +    ]
 +};
 +</ExampleBaseOption>
 +
  ## type(string) = 'gauge'
  
  {{use: partial-component-id(prefix="#")}}
@@@ -30,19 -17,11 +30,19 @@@
  {{ use: partial-circular-layout }}
  <!-- overwrite radius -->
  ## radius(number|string) = '75%'
 +
 +<ExampleUIControlPercent default="75%" />
 +
  仪表盘半径,可以是相对于容器高宽中较小的一项的一半的百分比,也可以是绝对的数值。
  
- {{ use partial-legend-hover-link }}
+ {{ use: partial-legend-hover-link }}
  
  ## startAngle(number) = 225
 +
 +
 +<ExampleUIControlAngle min="-360" max="360" default="225" step="1" />
 +
 +
  仪表盘起始角度。[圆心](~series-gauge.center) 正右手侧为`0`度,正上方为`90`度,正左手侧为`180`度。
  
  ## endAngle(number) = -45


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