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

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


The following commit(s) were added to refs/heads/master by this push:
     new 429b2f6b fix typos and update links in feature
429b2f6b is described below

commit 429b2f6b30950cc2c6c2bfe3cfd69e4c38ece62e
Author: plainheart <[email protected]>
AuthorDate: Mon Jan 2 23:32:46 2023 +0800

    fix typos and update links in feature
---
 _jade/en/feature.jade | 4 ++--
 _jade/zh/feature.jade | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/_jade/en/feature.jade b/_jade/en/feature.jade
index 12ab07f2..6caf867d 100644
--- a/_jade/en/feature.jade
+++ b/_jade/en/feature.jade
@@ -52,13 +52,13 @@ block content
 
                 p In addition to PC and mobile browsers, ECharts can also be 
used with node-canvas on Node for efficient server-side rendering (SSR). And 
ECharts supports <a href="https://github.com/ecomfe/echarts-for-weixin"; 
target="_blank">WeChat MiniProgram</a> since v4.0.
 
-                p Community contributors also provide us with a variety of 
different language extensions. For example, <a 
href="https://github.com/pyecharts/pyecharts"; target="_blank">pyecharts</a> for 
Python, <a href="https://github.com/cosname/recharts"; 
target="_blank">recharts</a> for R, <a 
href="https://github.com/randyzwitch/ECharts.jl"; target="_blank">ECharts.jl</a> 
for Julia and so on.
+                p Community contributors also provide us with a lot of <a 
href="#{host}/en/download-extension.html" target="_blank">extensions for 
various languages</a>. For example, <a 
href="https://github.com/pyecharts/pyecharts"; target="_blank">pyecharts</a> for 
Python, <a href="https://github.com/helgasoft/echarty"; 
target="_blank">echarty</a> for R, <a 
href="https://github.com/randyzwitch/ECharts.jl"; target="_blank">ECharts.jl</a> 
for Julia and so on.
 
                 p We hope that the platform and language will not be the limit 
for everyone to use ECharts for visualization!
 
                 h2#interaction Interactive Data Exploration In-Depth
                 p Interaction is an important means of mining information from 
data. Overview first, zoom filtering to view details as needed is a basic 
requirement for data visualization interaction.
-                p ECharts has been on the road of <em>interaction</em>. We 
have provided <a href="option.html#legend" target="_blank">legend</a>, <a 
href="option.html#visualMap" target="_blank">visualMap</a>, <a 
href="option.html#dataZoom" target="_blank">dataZoom</a>, <a 
href="option.html#tooltip" target="_blank">tooltip</a>, <a 
href="option.html#brush" target="_blank">brushing</a> and other ready-to-use 
interactive components, which can perform interactive operations such as 
multi-dime [...]
+                p ECharts has been on the road of <em>interaction</em>. We 
have provided <a href="option.html#legend" target="_blank">legend</a>, <a 
href="option.html#visualMap" target="_blank">visualMap</a>, <a 
href="option.html#dataZoom" target="_blank">dataZoom</a>, <a 
href="option.html#tooltip" target="_blank">tooltip</a>, <a 
href="option.html#brush" target="_blank">brush</a> and other ready-to-use 
interactive components, which can perform interactive operations such as 
multi-dimensi [...]
 
                 //- 
iframe(data-src="#{host}/examples/en/view.html?c=map-parallel-prices&reset=1&edit=1",
 width="60%", height="540")
                 
iframe(data-src="#{host}/examples/en/view.html?c=scatter-matrix&reset=1&edit=1",
 width="60%", height="540")
diff --git a/_jade/zh/feature.jade b/_jade/zh/feature.jade
index c18729cb..b918f00a 100644
--- a/_jade/zh/feature.jade
+++ b/_jade/zh/feature.jade
@@ -49,7 +49,7 @@ block content
 
                 p 除了 PC 和移动端的浏览器,ECharts 还能在 node 上配合 node-canvas 
进行高效的服务端渲染(SSR)。从 4.0 开始我们还和微信小程序的团队合作,提供了 ECharts 对<a 
href="https://github.com/ecomfe/echarts-for-weixin"; 
target="_blank">微信小程序</a>的适配!
 
-                p 社区热心的贡献者也为我们提供了丰富的其它语言扩展,比如 Python 的<a 
href="https://github.com/pyecharts/pyecharts"; target="_blank">pyecharts</a>,R 
语言的 <a href="https://github.com/cosname/recharts"; target="_blank">recharts</a>, 
Julia 的 <a href="https://github.com/randyzwitch/ECharts.jl"; 
target="_blank">ECharts.jl</a> 等等。
+                p 社区热心的贡献者也为我们提供了丰富的<a 
href="#{host}/zh/download-extension.html" target="_blank">其它语言扩展</a>,比如 Python 
的 <a href="https://github.com/pyecharts/pyecharts"; 
target="_blank">pyecharts</a>,R 语言的 <a 
href="https://github.com/helgasoft/echarty"; target="_blank">echarty</a>, Julia 
的 <a href="https://github.com/randyzwitch/ECharts.jl"; 
target="_blank">ECharts.jl</a> 等等。
 
                 p 我们希望平台和语言都不会成为大家使用 ECharts 实现可视化的限制!
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to