Highstock - flag text appears on top of the tooltip

醉酒当歌 提交于 2019-12-11 22:22:50

问题


I'm using Highstock.JS to display a chart. But the text label on flags appear on top of the tooltip. (Picture attached).

Any idea on how to fix this?


回答1:


Probably you have set useHTML for dataLabels for flags - disable it and will work. useHTML create html tags, which are always above SVG elements (like tooltip background).



来源:https://stackoverflow.com/questions/18758912/highstock-flag-text-appears-on-top-of-the-tooltip

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!