This commit is contained in:
Fine 2022-11-24 19:29:13 +08:00
parent bcf2a4f129
commit 21bf6a9181

View File

@ -241,9 +241,7 @@ function visTimeline() {
width: "100%",
locale: "en",
groupHeightMode: "fitItems",
autoResize: false,
zoomMin: 80,
zoomMax: 3600000,
};
visGraph.value = new Timeline(timeline.value, items, options);