winking

Results 2 comments of winking

> @hustcc 代码: https://stackblitz.com/edit/js-cgamr9?file=index.js demo:https://js-cgamr9.stackblitz.io 我刚才发现好像是tooltip同时设置了shared:true后会触发,按F11切换全屏就会触发 ``` html body { margin: 0; } ``` ``` javascript class MyChart { constructor(domId) { this.domId = domId; const chart = new G2.Chart({ container:...