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 c9ec6867 chore: fix a typo in `gauge-progress` example 
(apache/echarts-website#11)
c9ec6867 is described below

commit c9ec6867558880980f5fc59456a34b7c38eaac58
Author: plainheart <y...@all-my-life.cn>
AuthorDate: Tue Oct 18 15:49:34 2022 +0800

    chore: fix a typo in `gauge-progress` example (apache/echarts-website#11)
---
 public/examples/ts/gauge-progress.ts | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/public/examples/ts/gauge-progress.ts 
b/public/examples/ts/gauge-progress.ts
index b22a9158..b09a591c 100644
--- a/public/examples/ts/gauge-progress.ts
+++ b/public/examples/ts/gauge-progress.ts
@@ -1,5 +1,5 @@
 /*
-title: Grogress Gauge
+title: Progress Gauge
 titleCN: 进度仪表盘
 category: gauge
 shotWidth: 800
@@ -28,8 +28,7 @@ option = {
         width: 18
       },
       pointer: {
-        icon:
-          'path://M2090.36389,615.30999 L2090.36389,615.30999 
C2091.48372,615.30999 2092.40383,616.194028 2092.44859,617.312956 
L2096.90698,728.755929 C2097.05155,732.369577 2094.2393,735.416212 
2090.62566,735.56078 C2090.53845,735.564269 2090.45117,735.566014 
2090.36389,735.566014 L2090.36389,735.566014 C2086.74736,735.566014 
2083.81557,732.63423 2083.81557,729.017692 C2083.81557,728.930412 
2083.81732,728.84314 2083.82081,728.755929 L2088.2792,617.312956 
C2088.32396,616.194028 2089.2440 [...]
+        icon: 'path://M2090.36389,615.30999 L2090.36389,615.30999 
C2091.48372,615.30999 2092.40383,616.194028 2092.44859,617.312956 
L2096.90698,728.755929 C2097.05155,732.369577 2094.2393,735.416212 
2090.62566,735.56078 C2090.53845,735.564269 2090.45117,735.566014 
2090.36389,735.566014 L2090.36389,735.566014 C2086.74736,735.566014 
2083.81557,732.63423 2083.81557,729.017692 C2083.81557,728.930412 
2083.81732,728.84314 2083.82081,728.755929 L2088.2792,617.312956 
C2088.32396,616.194028 2089. [...]
         length: '75%',
         width: 16,
         offsetCenter: [0, '5%']


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

Reply via email to