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/13 16:08:23 UTC

[incubator-echarts-doc] branch next updated (643a711 -> c4edef5)

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

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


    from 643a711  tweak style. remove element babel plugin
     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
     new 7944799  Merge branch 'master' into next
     new c4edef5  update echarts versionn

The 2 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                       |   4 +-
 build/webpack.config.js        |   5 ++
 en/changelog.md                | 119 +++++++++++++++++++++--------------------
 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/LiveExample.vue |   9 ++--
 src/config.js                  |   2 +
 src/main.js                    |  47 ----------------
 src/store.js                   |   2 +-
 zh/changelog.md                | 119 +++++++++++++++++++++--------------------
 17 files changed, 192 insertions(+), 189 deletions(-)
 create mode 100644 src/config.js


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


[incubator-echarts-doc] 02/02: update echarts versionn

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

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

commit c4edef55ecbc86020605a37765b4cb1fc4259825
Author: pissang <bm...@gmail.com>
AuthorDate: Fri Aug 14 00:07:24 2020 +0800

    update echarts versionn
---
 src/config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/config.js b/src/config.js
index 5ba20c5..d3552ec 100644
--- a/src/config.js
+++ b/src/config.js
@@ -1,2 +1,2 @@
 
-export const EChartsLib = 'https://cdn.jsdelivr.net/npm/echarts@4.8.0/dist/echarts.min.js';
\ No newline at end of file
+export const EChartsLib = 'https://cdn.jsdelivr.net/npm/echarts@5.0.0-alpha.1/dist/echarts.min.js';
\ No newline at end of file


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


[incubator-echarts-doc] 01/02: Merge branch 'master' into next

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

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

commit 7944799ebe4eecfc10a14575fcea31295884b937
Merge: 643a711 5bd39d5
Author: pissang <bm...@gmail.com>
AuthorDate: Fri Aug 14 00:07:12 2020 +0800

    Merge branch 'master' into next

 build.js                       |   4 +-
 build/webpack.config.js        |   5 ++
 en/changelog.md                | 119 +++++++++++++++++++++--------------------
 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/LiveExample.vue |   9 ++--
 src/config.js                  |   2 +
 src/main.js                    |  47 ----------------
 src/store.js                   |   2 +-
 zh/changelog.md                | 119 +++++++++++++++++++++--------------------
 17 files changed, 192 insertions(+), 189 deletions(-)



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