You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by wa...@apache.org on 2021/03/27 01:26:02 UTC

[echarts-examples] branch gh-pages updated: fix(radar): fix a typo, resolves #33.

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

wangzx pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/echarts-examples.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new 148ed15  fix(radar): fix a typo, resolves #33.
148ed15 is described below

commit 148ed157e76f6c51e5ffb1fc1a4a13ce67661f33
Author: plainheart <yh...@all-my-life.cn>
AuthorDate: Sat Mar 27 09:25:39 2021 +0800

    fix(radar): fix a typo, resolves #33.
---
 public/data/radar.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/data/radar.js b/public/data/radar.js
index 6279633..8aabdf2 100644
--- a/public/data/radar.js
+++ b/public/data/radar.js
@@ -26,7 +26,7 @@ option = {
         indicator: [
             { name: '销售(sales)', max: 6500},
             { name: '管理(Administration)', max: 16000},
-            { name: '信息技术(Information Techology)', max: 30000},
+            { name: '信息技术(Information Technology)', max: 30000},
             { name: '客服(Customer Support)', max: 38000},
             { name: '研发(Development)', max: 52000},
             { name: '市场(Marketing)', max: 25000}

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