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.
我在一个页面上有 4 个不同的 jquery FLOT 图表。x 轴采用时间格式,所有 4 个图表沿 x 轴具有相同的时间间隔。我希望能够在设置复选框时将最后 3 个图表的十字准线设置并锁定到第一个。我不知道如何用 plot.setCrosshair(pos.x,pos.y) 做到这一点。
有任何想法吗???谢谢
的语法是setCrosshair:
setCrosshair
plot.setCrosshair({x: xpos, y: ypos});
这是一个工作小提琴。