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 2019/12/06 02:44:42 UTC

[incubator-echarts-doc] branch release updated: Fix case sensitive name in events

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

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


The following commit(s) were added to refs/heads/release by this push:
     new fb78633  Fix case sensitive name in events
fb78633 is described below

commit fb78633a1d3980b5cc47b2c6c25f05fe159b4d7b
Author: Yi Shen <bm...@gmail.com>
AuthorDate: Fri Dec 6 10:44:35 2019 +0800

    Fix case sensitive name in events
---
 zh/api/events.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zh/api/events.md b/zh/api/events.md
index c3ca022..df0eab2 100644
--- a/zh/api/events.md
+++ b/zh/api/events.md
@@ -376,7 +376,7 @@ chart.on('brushSelected', function (params) {
 
 
 
-## globalCursorTaken(Event)
+## globalcursortaken(Event)
 
 参见 [takeGlobalCursor](~action.brush.takeGlobalCursor)。
 


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