Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Highstock.JS 来显示图表。但是标志上的文本标签出现在工具提示的顶部。(附图)。
关于如何解决这个问题的任何想法?
可能您已经useHTML为标志设置了 dataLabels - 禁用它并且将工作。useHTML创建 html 标签,这些标签始终位于 SVG 元素上方(如工具提示背景)。
useHTML