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.
现在使用 nv.d3 示例中的stackedAreaChart(),当您将鼠标悬停在时间序列中的某个点上时,您会得到一个工具提示。
我已经垂直对齐了 3 个时间序列。如果鼠标悬停在其中任何一个点上,我想查看该对应点的每个图形的工具提示。
照片显示了当前的行为。
谢谢
我不确定是否要对其进行编码,但肯定应该是在指针位置链接 x 坐标,因此在06/10/06 on graph one显示工具提示时06/10/06 on graphs one, two and three
06/10/06 on graph one
06/10/06 on graphs one, two and three
我不确定这会有多大帮助,只是把我的想法放在页面上。
谢谢,史蒂夫。