neewbee edited a comment on issue #10611: 第二次调用 showTip,symbol 消失
URL: 
https://github.com/apache/incubator-echarts/issues/10611#issuecomment-498503600
 
 
   临时解决方法:
   手动调用 highlight 方法
   ```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:
[email protected]


With regards,
Apache Git Services

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

Reply via email to