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 2020/11/25 02:44:36 UTC

[GitHub] [incubator-echarts] benmo1602 commented on issue #9816: bug: treemap highlight action not triggered

benmo1602 commented on issue #9816:
URL: https://github.com/apache/incubator-echarts/issues/9816#issuecomment-733427119


   `    activeName(value, oldVal) {
         if (oldVal) {
           this.myChart.dispatchAction({
             type: "downplay",
             name: oldVal
           });
         }
         this.myChart.dispatchAction({
           type: 'highlight',
           name: value
         });
       }`
   我在 4.7.0 版本 中这样使用 依然是 无法使用 


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

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