531431988 opened a new issue #9992: echart图表动态创建的html怎么绑定VUE事件
URL: https://github.com/apache/incubator-echarts/issues/9992
 
 
   ### What problem does this feature solve?
   echart图表动态创建的html怎么绑定VUE事件
   链接:https://codepen.io/anon/pen/KEPeqa
   代码片断如下
   
   tooltip: { 
     trigger: 'axis', 
     formatter: params => { 
       return `<a href="/?id=123" target="_blank" onclick="事件">查看详情</a>` 
     } 
   }
   
   ### What does the proposed API look like?
   echart图表动态创建的html怎么绑定VUE事件
   链接:https://codepen.io/anon/pen/KEPeqa
   代码片断如下
   tooltip: { 
     trigger: 'axis', 
     formatter: params => { 
       return `<a href="/?id=123" target="_blank" onclick="事件">查看详情</a>` 
     } 
   }
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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