dygraph同步更改Y刻度

时间:2018-09-27 13:28:47

标签: javascript dygraphs

这个小拉链可以显示7通道笔画。 同步工作。唯一的问题是缩放会导致所有其他 Y刻度改变。 有什么建议如何解决吗?

http://www.dulob.com/dygraph_sync_example_7_Channels.zip

1 个答案:

答案 0 :(得分:0)

您可以将zoom选项传递给同步器,请参见example here

const sync = Dygraph.synchronize(graphs, {
    zoom: false
});