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 2021/03/03 02:25:48 UTC

[echarts-doc] branch master updated: fix links

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1b64d3d  fix links
1b64d3d is described below

commit 1b64d3d839c9651e63f4e2e1d7ddf859d4dbb2fc
Author: pissang <bm...@gmail.com>
AuthorDate: Wed Mar 3 10:25:34 2021 +0800

    fix links
---
 en/api/events.md | 4 ++--
 zh/api/events.md | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/en/api/events.md b/en/api/events.md
index 8f2b24b..4d29c9a 100644
--- a/en/api/events.md
+++ b/en/api/events.md
@@ -428,7 +428,7 @@ See [takeGlobalCursor](~action.brush.takeGlobalCursor).
 
 ## rendered(Event)
 
-Trigger when a frame rendered. Notice that the `rendered` event does not indicate that the animation finished (see [animation](~animation) and relevant options) or progressive rendering finished (see [progressive](~series-scatter.progressive) and relevant options).
+Trigger when a frame rendered. Notice that the `rendered` event does not indicate that the animation finished (see [animation](option.html#animation) and relevant options) or progressive rendering finished (see [progressive](option.html#series-scatter.progressive) and relevant options).
 
 For example:
 ```js
@@ -442,7 +442,7 @@ chart.on('rendered', function () {
 
 ## finished(Event)
 
-Triggered when render finished, that is, when animation finished (see [animation](~animation) and relevant options) and progressive rendering finished (see [progressive](~series-scatter.progressive) and relevant options).
+Triggered when render finished, that is, when animation finished (see [animation](option.html#animation) and relevant options) and progressive rendering finished (see [progressive](option.html#series-scatter.progressive) and relevant options).
 
 
 ```js
diff --git a/zh/api/events.md b/zh/api/events.md
index 99ea090..10cff3a 100644
--- a/zh/api/events.md
+++ b/zh/api/events.md
@@ -418,7 +418,7 @@ chart.on('brushSelected', function (params) {
 
 ## rendered(Event)
 
-渲染结束事件。注意 `rendered` 事件并不代表渲染动画(参见 [animation](~animation) 相关配置)或者渐进渲染(参见 [progressive](~series-scatter.progressive) 相关配置)停止,只代表本帧的渲染结束。
+渲染结束事件。注意 `rendered` 事件并不代表渲染动画(参见 [animation](option.html#animation) 相关配置)或者渐进渲染(参见 [progressive](option.html#series-scatter.progressive) 相关配置)停止,只代表本帧的渲染结束。
 
 例如:
 ```js
@@ -432,7 +432,7 @@ chart.on('rendered', function () {
 
 ## finished(Event)
 
-渲染完成事件。当渲染动画(参见 [animation](~animation) 相关配置)或者渐进渲染(参见 [progressive](~series-scatter.progressive) 相关配置)停止时触发。
+渲染完成事件。当渲染动画(参见 [animation](option.html#animation) 相关配置)或者渐进渲染(参见 [progressive](option.html#series-scatter.progressive) 相关配置)停止时触发。
 
 ```js
 var snapshotImage = new Image();


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