在jqplot中的荧光笔后面制作点标签
我正在尝试在简单的折线图上制作荧光笔,无论我做什么,点标签都会始终位于工具提示上方并隐藏
任何人都知道如何实现它的内容?
I'm trying to make a highlighter on a simple line graph, and no matter what I do, the pointlabel keeps being above the tooltip and hides the content
anyone has an idea of how to make it happen?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须修改 jqplot css 文件:
添加大于 .jqplot-point-label 的 z-index ,必须解决问题。
You must modify the jqplot css file:
Adding a z-index greater than the .jqplot-point-label has, must solve the problem.