create svg element var svg = d3.select("#res") .append("svg") .attr("width", ... Change axis color (this is .css code) .yAxis path { stroke: #B8B8B8; }.
確定! 回上一頁