问题描述
如果我们为工具提示设置useHTML:true并包含图像,则该图像显示良好,但是所有系列数据均不在工具提示范围内。 我们做错什么了吗?
tooltip: {
useHTML: true,headerFormat: '<img src="/images/sample.jpg" width="150"/><br />► Listing {point.x}<br />',pointFormat: '<span style="color:{series.color}">► {series.name} : </span> {point.y:,.0f} <br />',split: false,shared: true
},
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)