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/10/27 04:05:11 UTC

[incubator-echarts-examples] branch next updated: disable type checking temporary

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-examples.git


The following commit(s) were added to refs/heads/next by this push:
     new 5b28b07  disable type checking temporary
5b28b07 is described below

commit 5b28b076e8c7d4c6781782c355472080eb780622
Author: pissang <bm...@gmail.com>
AuthorDate: Tue Oct 27 12:04:11 2020 +0800

    disable type checking temporary
---
 public/data/pictorialBar-body-fill.js | 20 +++++++++-----------
 src/editor/Editor.vue                 |  4 ++--
 2 files changed, 11 insertions(+), 13 deletions(-)

diff --git a/public/data/pictorialBar-body-fill.js b/public/data/pictorialBar-body-fill.js
index e48db04..b03019b 100644
--- a/public/data/pictorialBar-body-fill.js
+++ b/public/data/pictorialBar-body-fill.js
@@ -15,17 +15,15 @@ var symbols = [
 var bodyMax = 150;
 
 var labelSetting = {
-    normal: {
-        show: true,
-        position: 'outside',
-        offset: [0, -20],
-        formatter: function (param) {
-            return (param.value / bodyMax * 100).toFixed(0) + '%';
-        },
-        textStyle: {
-            fontSize: 18,
-            fontFamily: 'Arial'
-        }
+    show: true,
+    position: 'outside',
+    offset: [0, -20],
+    formatter: function (param) {
+        return (param.value / bodyMax * 100).toFixed(0) + '%';
+    },
+    textStyle: {
+        fontSize: 18,
+        fontFamily: 'Arial'
     }
 };
 
diff --git a/src/editor/Editor.vue b/src/editor/Editor.vue
index 343ab0e..7f026bc 100644
--- a/src/editor/Editor.vue
+++ b/src/editor/Editor.vue
@@ -9,10 +9,10 @@
                 </template>
             </div>
             <div class="control-btn-panel">
-                <el-switch v-model="shared.typeCheck"
+                <!-- <el-switch v-model="shared.typeCheck"
                     :active-text="$t('editor.monacoMode')"
                     :inactive-text="''"
-                ></el-switch>
+                ></el-switch> -->
                 <a href="javascript:;" class='btn btn-default btn-sm' @click='disposeAndRun'>{{$t('editor.run')}}</a>
             </div>
         </div>


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