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:26:13 UTC

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

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 27fa7cb  Merge branch 'master' into live-example
     add cfeb1fd  feat: added Chinese translation for coding-standard and updated build script.
     add a763df7  fix: added a custom renderer for supporting Chinese character for building code standard html files.
     add 88c3a71  fix: use normal function but not arrow function.
     add 4645a73  Merge branch 'master' of https://github.com/apache/incubator-echarts-doc into feat-code-style-doc-zh
     add 2f313ae  tweak: `comma` should be `semicolon` in Statement.
     add 930099c  Merge pull request #102 from plainheart/feat-code-style-doc-zh
     new fd75659  Merge branch 'master' into live-example
     new ea9d8ac  example: tweak style

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                       |  25 +++--
 en/coding-standard.md          |   6 +-
 src/components/LiveExample.vue |   4 +-
 {en => zh}/coding-standard.md  | 223 ++++++++++++++++++++---------------------
 4 files changed, 133 insertions(+), 125 deletions(-)
 copy {en => zh}/coding-standard.md (56%)


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


[incubator-echarts-doc] 02/02: example: tweak style

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 ea9d8acc5a632ad47a5a3dab962e03c2f0cdec2f
Author: pissang <bm...@gmail.com>
AuthorDate: Tue Jun 30 10:26:01 2020 +0800

    example: tweak style
---
 src/components/LiveExample.vue | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/LiveExample.vue b/src/components/LiveExample.vue
index f7ce7fe..51bda78 100644
--- a/src/components/LiveExample.vue
+++ b/src/components/LiveExample.vue
@@ -419,11 +419,11 @@ export default {
 
     .toolbar {
         position: absolute;
-        top: 20px;
+        top: 15px;
         right: 10px;
 
         .example-list {
-            width: 220px;
+            width: 180px;
         }
     }
 


---------------------------------------------------------------------
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 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 fd756597f9a38deb5edf587c48e4a4495839ba8d
Merge: 27fa7cb 930099c
Author: pissang <bm...@gmail.com>
AuthorDate: Tue Jun 30 10:22:02 2020 +0800

    Merge branch 'master' into live-example

 build.js                      |  25 +++--
 en/coding-standard.md         |   6 +-
 {en => zh}/coding-standard.md | 223 +++++++++++++++++++++---------------------
 3 files changed, 131 insertions(+), 123 deletions(-)



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