0
新來vis.js功能,我已經設置如下選項:更改選項showCurrentTime
var options =
{
showMajorLabels: true,
showMinorLabels: true,
showCurrentTime: false,
.....
}
我需要讓用戶選擇顯示默認爲false「showCurrentTime」之一。我如何根據用戶選擇顯示或不顯示時設置的變量,動態地訪問它以重置爲true
或false
。
'options.showCurrentTime = value;'? –