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

[incubator-echarts-doc] branch master updated (930099c -> 7e5562a)

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/incubator-echarts-doc.git.


    from 930099c  Merge pull request #102 from plainheart/feat-code-style-doc-zh
     add 580c4b1  try adding live example
     add eced8c2  add example code
     add b637746  remove quoter in key after json stringify
     add ef912e3  update option after editing in control ui
     add ba004c5  fix vector ui component
     add ac80528  add example panel toggle and refresh
     add 6d544f5  add example select
     add 065c226  example: put example panel in the bottom if width is not enough
     add 2e8a355  example: add more ui config on bar
     add 5068f70  example: add UI def in line
     add 1e8380c  example: locate to the property after panel opened.
     add 4035a4b  example: support absolute value in percent component
     add 8737a41  example: optimize ui component
     add 3a94c89  example: add on more series
     add 546b342  example: can set option on data.
     add a13aced  fix levels not treated as an array.
     add 88e516e  example: can change the option in array like levels/data
     add 8eade8d  example: add ui on boxplot
     add d6d19d0  example: ui control on more series. optimize term when no examples avaiable
     add 11eb8ea  example: add clean mode to clear before setOption
     add 89f8c6a  example: add more UI on series
     add 135c466  example: UI on title, legend
     add 130e593  example: add UI on axis,grid,legend component
     add b24cc66  example: fix callback function lost during stringify
     add 4730b30  example: fix missing parsed code when having special char
     add 9835d71  example: fix code may be breaked by the marked parser
     add 1335a40  example: add more UI config, support custom symbol upload
     add cfb63e8  example: add UI on more components
     add 96c5a53  example: add UI on tooltip,calendar,pictorialBar
     add 1b72e63  example: highlight the changed lines and scroll to the changed line
     add 13cdf5b  example: restore after example changed
     add 1ad786c  example: make the code more looking like uneditable.
     add 6b7768b  example:fix the style of doc and example configuration items
     add cf1c986  example: change icon of try it
     add 448e34a  example: add example open button
     add 6c161e4  example: make font local.
     add d93b0fc  example: support other languages
     add 083ddca  example: add en title
     add 27fa7cb  Merge branch 'master' into live-example
     add fd75659  Merge branch 'master' into live-example
     add ea9d8ac  example: tweak style
     add 067a093  doc: change barBorderXXX to borderXXX in en doc
     new 7e5562a  Merge pull request #118 from apache/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:
 build.js                                           |   61 +-
 en/option/component/radar.md                       |    4 -
 en/option/partial/line-style.md                    |    2 +-
 en/option/series/bar.md                            |    4 +-
 en/option/series/graph.md                          |    2 -
 en/option/series/sunburst.md                       |    2 +-
 en/option/series/treemap.md                        |    2 +-
 package-lock.json                                  | 5095 +++++++++++---------
 package.json                                       |   55 +-
 src/App.vue                                        |   42 +-
 src/asset/SourceCodePro-Regular.woff               |  Bin 0 -> 89796 bytes
 src/asset/SourceCodePro-Regular.woff2              |  Bin 0 -> 62136 bytes
 src/asset/icon.eot                                 |  Bin 0 -> 1440 bytes
 src/asset/icon.svg                                 |   11 +
 src/asset/icon.ttf                                 |  Bin 0 -> 1276 bytes
 src/asset/icon.woff                                |  Bin 0 -> 1352 bytes
 src/components/DocContent.vue                      |  160 +-
 src/components/DocContentItemCard.vue              |  112 +-
 src/components/DocNav.vue                          |    2 +-
 src/components/LiveExample.vue                     |  464 ++
 src/components/OptionControl.vue                   |  123 +
 src/controls/ControlBoolean.vue                    |   31 +
 src/controls/ControlColor.vue                      |   53 +
 .../truncate.js => controls/ControlColorStops.vue} |    0
 src/controls/ControlEnum.vue                       |   58 +
 src/controls/ControlIcon.vue                       |  108 +
 src/controls/ControlNumber.vue                     |   46 +
 src/controls/ControlPercent.vue                    |  105 +
 src/controls/ControlPercentVector.vue              |   79 +
 src/controls/ControlText.vue                       |   32 +
 src/controls/ControlVector.vue                     |   92 +
 src/dep/flatten.js                                 | 1175 +++++
 src/directive/highlight.js                         |    3 +-
 src/docHelper.js                                   |    2 +-
 src/i18n.js                                        |   50 +
 src/main.js                                        |   22 +-
 src/store.js                                       |  137 +-
 src/style/mixin.scss                               |   12 +-
 tool/extractDesc.js                                |   17 +-
 tool/md2json.js                                    |  151 +-
 zh/option/component/angle-axis.md                  |   71 +
 zh/option/component/axis-common.md                 |  118 +-
 zh/option/component/axisPointer.md                 |  111 +
 zh/option/component/calendar.md                    |  102 +
 zh/option/component/data-zoom-inside.md            |   48 +-
 zh/option/component/data-zoom-slider.md            |   52 +-
 zh/option/component/data-zoom.md                   |   21 +-
 zh/option/component/grid.md                        |   41 +
 zh/option/component/legend.md                      |  122 +
 zh/option/component/parallel-axis.md               |  185 +-
 zh/option/component/parallel.md                    |  457 +-
 zh/option/component/polar.md                       |   58 +
 zh/option/component/radar.md                       |   54 +-
 zh/option/component/radius-axis.md                 |   67 +
 zh/option/component/timeline.md                    |  432 +-
 zh/option/component/title.md                       |   30 +
 zh/option/component/toolbox.md                     |  152 +
 zh/option/component/tooltip.md                     |  130 +
 zh/option/component/visual-map-continuous.md       |   29 +-
 zh/option/component/visual-map-piecewise.md        |   33 +
 zh/option/component/visual-map.md                  |    5 -
 zh/option/component/x-axis.md                      |   43 +
 zh/option/component/y-axis.md                      |   87 +
 zh/option/partial/animation.md                     |   10 +
 zh/option/partial/area-style.md                    |    2 +
 zh/option/partial/axisPointer-common.md            |   20 +
 zh/option/partial/barGrid.md                       |   11 +
 zh/option/partial/circular-layout.md               |    4 +
 zh/option/partial/clip.md                          |    2 +
 zh/option/partial/component-common-style.md        |    9 +
 zh/option/partial/cursor.md                        |    2 +
 zh/option/partial/item-style.md                    |    9 +-
 zh/option/partial/label.md                         |   43 +-
 zh/option/partial/large.md                         |    6 +
 zh/option/partial/legend-hover-link.md             |    3 +
 zh/option/partial/line-style.md                    |    9 +
 zh/option/partial/mark-area.md                     |   12 +
 zh/option/partial/mark-line.md                     |   12 +
 zh/option/partial/mark-point.md                    |   13 +-
 zh/option/partial/padding.md                       |    2 +
 zh/option/partial/rect-layout-width-height.md      |    4 +
 zh/option/partial/rect-layout.md                   |    8 +
 zh/option/partial/roam.md                          |    3 +
 zh/option/partial/show.md                          |    2 +
 zh/option/partial/silent.md                        |    2 +
 zh/option/partial/style-shadow-opacity.md          |   12 +-
 zh/option/partial/symbol.md                        |   10 +
 zh/option/partial/text-style.md                    |   46 +
 zh/option/partial/tooltip-common.md                |   12 +
 zh/option/series/bar.md                            |   93 +
 zh/option/series/boxplot.md                        |   47 +
 zh/option/series/candlestick.md                    |  203 +
 zh/option/series/effectScatter.md                  |   35 +
 zh/option/series/funnel.md                         |   43 +
 zh/option/series/gauge.md                          |  124 +
 zh/option/series/graph.md                          |   53 +-
 zh/option/series/heatmap.md                        |   51 +
 zh/option/series/line.md                           |   42 +
 zh/option/series/parallel.md                       |  178 +
 zh/option/series/pictorialBar.md                   |   72 +
 zh/option/series/pie.md                            |   82 +
 zh/option/series/radar.md                          |   36 +
 zh/option/series/sankey.md                         |   20 +
 zh/option/series/scatter.md                        |   72 +
 zh/option/series/sunburst.md                       |  173 +-
 zh/option/series/themeRiver.md                     |   72 +
 zh/option/series/tree.md                           |   63 +
 zh/option/series/treemap.md                        |  222 +-
 108 files changed, 10213 insertions(+), 2498 deletions(-)
 create mode 100644 src/asset/SourceCodePro-Regular.woff
 create mode 100644 src/asset/SourceCodePro-Regular.woff2
 create mode 100644 src/asset/icon.eot
 create mode 100644 src/asset/icon.svg
 create mode 100644 src/asset/icon.ttf
 create mode 100644 src/asset/icon.woff
 create mode 100644 src/components/LiveExample.vue
 create mode 100644 src/components/OptionControl.vue
 create mode 100644 src/controls/ControlBoolean.vue
 create mode 100644 src/controls/ControlColor.vue
 copy src/{directive/truncate.js => controls/ControlColorStops.vue} (100%)
 create mode 100644 src/controls/ControlEnum.vue
 create mode 100644 src/controls/ControlIcon.vue
 create mode 100644 src/controls/ControlNumber.vue
 create mode 100644 src/controls/ControlPercent.vue
 create mode 100644 src/controls/ControlPercentVector.vue
 create mode 100644 src/controls/ControlText.vue
 create mode 100644 src/controls/ControlVector.vue
 create mode 100644 src/dep/flatten.js


---------------------------------------------------------------------
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 pull request #118 from apache/live-example

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

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

commit 7e5562a847abdb9c3361f84bf384767e4404ba95
Merge: 930099c 067a093
Author: sushuang <su...@gmail.com>
AuthorDate: Tue Jun 30 13:11:55 2020 +0800

    Merge pull request #118 from apache/live-example
    
    [Feature] Interactive Option Preview

 build.js                                      |   61 +-
 en/option/component/radar.md                  |    4 -
 en/option/partial/line-style.md               |    2 +-
 en/option/series/bar.md                       |    4 +-
 en/option/series/graph.md                     |    2 -
 en/option/series/sunburst.md                  |    2 +-
 en/option/series/treemap.md                   |    2 +-
 package-lock.json                             | 5095 ++++++++++++++-----------
 package.json                                  |   55 +-
 src/App.vue                                   |   42 +-
 src/asset/SourceCodePro-Regular.woff          |  Bin 0 -> 89796 bytes
 src/asset/SourceCodePro-Regular.woff2         |  Bin 0 -> 62136 bytes
 src/asset/icon.eot                            |  Bin 0 -> 1440 bytes
 src/asset/icon.svg                            |   11 +
 src/asset/icon.ttf                            |  Bin 0 -> 1276 bytes
 src/asset/icon.woff                           |  Bin 0 -> 1352 bytes
 src/components/DocContent.vue                 |  160 +-
 src/components/DocContentItemCard.vue         |  112 +-
 src/components/DocNav.vue                     |    2 +-
 src/components/LiveExample.vue                |  464 +++
 src/components/OptionControl.vue              |  123 +
 src/controls/ControlBoolean.vue               |   31 +
 src/controls/ControlColor.vue                 |   53 +
 src/controls/ControlColorStops.vue            |    0
 src/controls/ControlEnum.vue                  |   58 +
 src/controls/ControlIcon.vue                  |  108 +
 src/controls/ControlNumber.vue                |   46 +
 src/controls/ControlPercent.vue               |  105 +
 src/controls/ControlPercentVector.vue         |   79 +
 src/controls/ControlText.vue                  |   32 +
 src/controls/ControlVector.vue                |   92 +
 src/dep/flatten.js                            | 1175 ++++++
 src/directive/highlight.js                    |    3 +-
 src/docHelper.js                              |    2 +-
 src/i18n.js                                   |   50 +
 src/main.js                                   |   22 +-
 src/store.js                                  |  137 +-
 src/style/mixin.scss                          |   12 +-
 tool/extractDesc.js                           |   17 +-
 tool/md2json.js                               |  151 +-
 zh/option/component/angle-axis.md             |   71 +
 zh/option/component/axis-common.md            |  118 +-
 zh/option/component/axisPointer.md            |  111 +
 zh/option/component/calendar.md               |  102 +
 zh/option/component/data-zoom-inside.md       |   48 +-
 zh/option/component/data-zoom-slider.md       |   52 +-
 zh/option/component/data-zoom.md              |   21 +-
 zh/option/component/grid.md                   |   41 +
 zh/option/component/legend.md                 |  122 +
 zh/option/component/parallel-axis.md          |  185 +-
 zh/option/component/parallel.md               |  457 ++-
 zh/option/component/polar.md                  |   58 +
 zh/option/component/radar.md                  |   54 +-
 zh/option/component/radius-axis.md            |   67 +
 zh/option/component/timeline.md               |  432 ++-
 zh/option/component/title.md                  |   30 +
 zh/option/component/toolbox.md                |  152 +
 zh/option/component/tooltip.md                |  130 +
 zh/option/component/visual-map-continuous.md  |   29 +-
 zh/option/component/visual-map-piecewise.md   |   33 +
 zh/option/component/visual-map.md             |    5 -
 zh/option/component/x-axis.md                 |   43 +
 zh/option/component/y-axis.md                 |   87 +
 zh/option/partial/animation.md                |   10 +
 zh/option/partial/area-style.md               |    2 +
 zh/option/partial/axisPointer-common.md       |   20 +
 zh/option/partial/barGrid.md                  |   11 +
 zh/option/partial/circular-layout.md          |    4 +
 zh/option/partial/clip.md                     |    2 +
 zh/option/partial/component-common-style.md   |    9 +
 zh/option/partial/cursor.md                   |    2 +
 zh/option/partial/item-style.md               |    9 +-
 zh/option/partial/label.md                    |   43 +-
 zh/option/partial/large.md                    |    6 +
 zh/option/partial/legend-hover-link.md        |    3 +
 zh/option/partial/line-style.md               |    9 +
 zh/option/partial/mark-area.md                |   12 +
 zh/option/partial/mark-line.md                |   12 +
 zh/option/partial/mark-point.md               |   13 +-
 zh/option/partial/padding.md                  |    2 +
 zh/option/partial/rect-layout-width-height.md |    4 +
 zh/option/partial/rect-layout.md              |    8 +
 zh/option/partial/roam.md                     |    3 +
 zh/option/partial/show.md                     |    2 +
 zh/option/partial/silent.md                   |    2 +
 zh/option/partial/style-shadow-opacity.md     |   12 +-
 zh/option/partial/symbol.md                   |   10 +
 zh/option/partial/text-style.md               |   46 +
 zh/option/partial/tooltip-common.md           |   12 +
 zh/option/series/bar.md                       |   93 +
 zh/option/series/boxplot.md                   |   47 +
 zh/option/series/candlestick.md               |  203 +
 zh/option/series/effectScatter.md             |   35 +
 zh/option/series/funnel.md                    |   43 +
 zh/option/series/gauge.md                     |  124 +
 zh/option/series/graph.md                     |   53 +-
 zh/option/series/heatmap.md                   |   51 +
 zh/option/series/line.md                      |   42 +
 zh/option/series/parallel.md                  |  178 +
 zh/option/series/pictorialBar.md              |   72 +
 zh/option/series/pie.md                       |   82 +
 zh/option/series/radar.md                     |   36 +
 zh/option/series/sankey.md                    |   20 +
 zh/option/series/scatter.md                   |   72 +
 zh/option/series/sunburst.md                  |  173 +-
 zh/option/series/themeRiver.md                |   72 +
 zh/option/series/tree.md                      |   63 +
 zh/option/series/treemap.md                   |  222 +-
 108 files changed, 10213 insertions(+), 2498 deletions(-)


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