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/07/26 09:24:07 UTC

[GitHub] [echarts] heying517 removed a comment on issue #15413: vue3中的柱状图tooltip设置trigger为axis时无效

heying517 removed a comment on issue #15413:
URL: https://github.com/apache/echarts/issues/15413#issuecomment-886533877


   对Proxy对象进行拆箱即可:
   ```
   const unwarp = (obj) => obj && (obj.__v_raw || obj.valueOf() || obj);
     
   unwarp(this.myChart).setOption(this.option);
   ```


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