我在鎖定setSelection()時遇到了問題。正確的值被選中沒有問題,但圖表未被鎖定。 我曾嘗試: graph = new Dygraph(satgraph, data, { labels: [ "Score", "Percentage of people at this score"] });
.
.
.
graph.setSelection(intoStepSpace, { loc
我推送數據有問題。我想爲繪圖(Dygraphs)準備數據(時間,溫度,溼度)。但是當我用這個代碼填充可變數據時(參見下面),我不會得到圖表。 for (var i = 0; i < time.length; i++){
var t = new Date (time[i]);
data.push(t);
for(var n = 0; n < 2; n++){