plainheart commented on code in PR #419:
URL: https://github.com/apache/echarts-doc/pull/419#discussion_r1726351289


##########
zh/api/action.md:
##########
@@ -40,7 +40,7 @@ ECharts 中支持的图表行为,通过 [dispatchAction](~echartsInstance.disp
 高亮指定的数据图形。
 
 ```ts
-// 如果要高亮系列:
+// 如果要高亮系列(旭日图`sunburst`,从 `v5.0.0` 开始`highlight` 已被弃用,请使用 `sunburstHighlight` 
代替):

Review Comment:
   Should remove this change as well.



##########
zh/api/action.md:
##########
@@ -64,7 +64,7 @@ dispatchAction({
 取消高亮指定的数据图形。
 
 ```ts
-// 如果要取消高亮系列:
+// 如果要取消高亮系列(旭日图`sunburst`,从 `v5.0.0` 开始`downplay` 已被弃用,请使用 
`sunburstUnhighlight` 代替):

Review Comment:
   Should remove this change as well.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to