FuckAName commented on issue #11384: IE浏览器下graphic:style:font属性中使用em像素单位导致onclick方法失效 URL: https://github.com/apache/incubator-echarts/issues/11384#issuecomment-540989712 option = { graphic: { "type": "text", top: 10, "style": { "text": "Read Throughput", "fill": "#38a8ff", "font": "bolder 0.875em \"Microsoft Yahei\"", "textBaseline": null, "textVerticalAlign": null, "textFill": "#38a8ff" }, onclick: function () { console.log("aaa"); } }, xAxis: { type: 'category', data: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun'] }, yAxis: { type: 'value' }, series: [{ data: [820, 932, 901, 934, 1290, 1330, 1320], type: 'line' } ] };
---------------------------------------------------------------- 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]
