You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2021/09/10 09:44:43 UTC

[GitHub] [echarts] kongmoumou commented on a change in pull request #15703: fix(bar): bar cursor setting not working on label

kongmoumou commented on a change in pull request #15703:
URL: https://github.com/apache/echarts/pull/15703#discussion_r706047405



##########
File path: src/chart/bar/BarView.ts
##########
@@ -996,6 +996,8 @@ function updateStyle(
         );
     }
 
+    cursorStyle && label.attr('cursor', cursorStyle);

Review comment:
       Now setting cursor in `processLabelsOverall` of LabelManager 😂




-- 
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: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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