tickFormat(d3.timeFormat("%A")) var y_label = [...new Set(data.map((item) => item.y))].sort(d3.descending); // [0 - 6] // Build Y scales and ...
確定! 回上一頁