You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2019/06/04 03:16:48 UTC

[GitHub] [incubator-echarts] neewbee commented on issue #10611: 第二次调用 showTip,symbol 消失

neewbee commented on issue #10611: 第二次调用 showTip,symbol 消失
URL: https://github.com/apache/incubator-echarts/issues/10611#issuecomment-498503600
 
 
   临时解决方法:
   ```javascript
   chartInstance.dispatchAction({
               type: 'highlight',
               seriesName: ['name', 'name1', 'name3', 'name4'], // 必须显式传 seriesName 传 id 只会显示一个 symbol
               dataIndex: index,
             });
   ```

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


With regards,
Apache Git Services

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