Dingzhaocheng commented on a change in pull request #16243:
URL: https://github.com/apache/echarts/pull/16243#discussion_r772152731



##########
File path: .gitignore
##########
@@ -17,6 +17,7 @@ local.properties
 .class
 .settings/
 .loadpath
+*.lock

Review comment:
       Thanks, it has been modified

##########
File path: src/view/Chart.ts
##########
@@ -152,7 +152,8 @@ class ChartView {
      * Highlight series or specified data item.
      */
     highlight(seriesModel: SeriesModel, ecModel: GlobalModel, api: 
ExtensionAPI, payload: Payload): void {
-        toggleHighlight(seriesModel.getData(), payload, 'emphasis');
+       const dataType = payload?.dataType || null;

Review comment:
       Thanks, it has been modified




-- 
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