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.
对于同一个 X 标签(日期时间标签),我有三个不同的图表。我想(用鼠标)放大一张图,并查看所有三张图的放大情况。
可以吗?主要步骤是什么?
谢谢
您需要注册一个 drawCallback 函数,您可以使用该函数将比例和平移复制到所有链接的绘图。这里有一个这种技术的例子。