You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by ov...@apache.org on 2020/06/18 09:38:47 UTC

[incubator-echarts-handbook] branch master updated (8fabd28 -> 2aa3255)

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

ovilia pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-echarts-handbook.git.


    from 8fabd28  Merge pull request #1 from apache/wenli
     add 179be6e  feat: support level 4 nav
     new 2aa3255  Merge pull request #2 from apache/wenli

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:
 components/partials/Sidebar.vue                    |  37 ++++--
 contents/zh/{cookbook => application}/aria.md      |   0
 .../chart-types/bar/bar-race.md}                   |   0
 .../chart-types/bar/basic-bar.md}                  |   0
 .../{ => application}/chart-types/bar/polar-bar.md |   0
 .../chart-types/bar/stacked-bar.md                 |   0
 .../chart-types/bar/visual-map.md                  |   0
 .../{ => application}/chart-types/bar/waterfall.md |   0
 .../zh/application/chart-types/line/area-line.md   |  27 +++++
 .../zh/application/chart-types/line/basic-line.md  | 128 +++++++++++++++++++++
 .../zh/application/chart-types/line/smooth-line.md |  18 +++
 .../application/chart-types/line/stacked-line.md   |  45 ++++++++
 .../zh/application/chart-types/line/step-line.md   |  38 ++++++
 contents/zh/{cookbook => application}/connect.md   |   0
 .../zh/{cookbook => application}/cross-platform.md |   0
 contents/zh/{cookbook => application}/down-play.md |   0
 contents/zh/{cookbook => application}/downplay.md  |   0
 contents/zh/{cookbook => application}/mobile.md    |   0
 contents/zh/chart-types/line.md                    |  26 -----
 contents/zh/chart-types/xxx.md                     |   0
 contents/zh/posts.js                               |  79 +++++++------
 21 files changed, 330 insertions(+), 68 deletions(-)
 rename contents/zh/{cookbook => application}/aria.md (100%)
 rename contents/zh/{chart-types/bar/bar-racing.md => application/chart-types/bar/bar-race.md} (100%)
 rename contents/zh/{chart-types/bar/simple-bar.md => application/chart-types/bar/basic-bar.md} (100%)
 rename contents/zh/{ => application}/chart-types/bar/polar-bar.md (100%)
 rename contents/zh/{ => application}/chart-types/bar/stacked-bar.md (100%)
 rename contents/zh/{ => application}/chart-types/bar/visual-map.md (100%)
 rename contents/zh/{ => application}/chart-types/bar/waterfall.md (100%)
 create mode 100644 contents/zh/application/chart-types/line/area-line.md
 create mode 100644 contents/zh/application/chart-types/line/basic-line.md
 create mode 100644 contents/zh/application/chart-types/line/smooth-line.md
 create mode 100644 contents/zh/application/chart-types/line/stacked-line.md
 create mode 100644 contents/zh/application/chart-types/line/step-line.md
 rename contents/zh/{cookbook => application}/connect.md (100%)
 rename contents/zh/{cookbook => application}/cross-platform.md (100%)
 rename contents/zh/{cookbook => application}/down-play.md (100%)
 rename contents/zh/{cookbook => application}/downplay.md (100%)
 rename contents/zh/{cookbook => application}/mobile.md (100%)
 delete mode 100644 contents/zh/chart-types/line.md
 delete mode 100644 contents/zh/chart-types/xxx.md


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


[incubator-echarts-handbook] 01/01: Merge pull request #2 from apache/wenli

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

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

commit 2aa3255c1c1b8a9a96ae7b3401309977a3e4ebf4
Merge: 8fabd28 179be6e
Author: Ovilia <zw...@gmail.com>
AuthorDate: Thu Jun 18 17:38:40 2020 +0800

    Merge pull request #2 from apache/wenli
    
    feat: support level 4 nav

 components/partials/Sidebar.vue                    |  37 ++++--
 contents/zh/{cookbook => application}/aria.md      |   0
 .../chart-types/bar/bar-race.md}                   |   0
 .../chart-types/bar/basic-bar.md}                  |   0
 .../{ => application}/chart-types/bar/polar-bar.md |   0
 .../chart-types/bar/stacked-bar.md                 |   0
 .../chart-types/bar/visual-map.md                  |   0
 .../{ => application}/chart-types/bar/waterfall.md |   0
 .../zh/application/chart-types/line/area-line.md   |  27 +++++
 .../zh/application/chart-types/line/basic-line.md  | 128 +++++++++++++++++++++
 .../zh/application/chart-types/line/smooth-line.md |  18 +++
 .../application/chart-types/line/stacked-line.md   |  45 ++++++++
 .../zh/application/chart-types/line/step-line.md   |  38 ++++++
 contents/zh/{cookbook => application}/connect.md   |   0
 .../zh/{cookbook => application}/cross-platform.md |   0
 contents/zh/{cookbook => application}/down-play.md |   0
 contents/zh/{cookbook => application}/downplay.md  |   0
 contents/zh/{cookbook => application}/mobile.md    |   0
 contents/zh/chart-types/line.md                    |  26 -----
 contents/zh/chart-types/xxx.md                     |   0
 contents/zh/posts.js                               |  79 +++++++------
 21 files changed, 330 insertions(+), 68 deletions(-)


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