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 2022/11/18 04:08:27 UTC

[echarts-examples] branch gh-pages updated: tweak some examples

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 75cb7908 tweak some examples
75cb7908 is described below

commit 75cb79086f4b11a55cc9985982c9faec6bbaf175
Author: plainheart <yh...@all-my-life.cn>
AuthorDate: Fri Nov 18 12:07:51 2022 +0800

    tweak some examples
---
 public/examples/ts/area-rainfall.ts | 2 +-
 public/examples/ts/grid-multiple.ts | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/public/examples/ts/area-rainfall.ts b/public/examples/ts/area-rainfall.ts
index fbd97e5e..8ee8f7c9 100644
--- a/public/examples/ts/area-rainfall.ts
+++ b/public/examples/ts/area-rainfall.ts
@@ -65,7 +65,7 @@ option = {
   ],
   yAxis: [
     {
-      name: 'Flow(m^3/s)',
+      name: 'Flow(m³/s)',
       type: 'value'
     },
     {
diff --git a/public/examples/ts/grid-multiple.ts b/public/examples/ts/grid-multiple.ts
index 445dec3a..050ea65f 100644
--- a/public/examples/ts/grid-multiple.ts
+++ b/public/examples/ts/grid-multiple.ts
@@ -144,7 +144,7 @@ option = {
   ],
   yAxis: [
     {
-      name: 'Evaporation(m^3/s)',
+      name: 'Evaporation(m³/s)',
       type: 'value',
       max: 500
     },


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