Closed hero9 closed 6 years ago
Hey there! I've already inserted graph to DOM, like so:
var svg = d3.select(this.$$('#timeline')) .append("svg") .attr("width", this.properties.width) .attr("height", this.properties.height) .datum(testData) .call(chart);
Now I want to change the color of xAxis(line), but I have problem: can't select it throw css selectors Could anyone give any resolve? Thanks in advance
Hey there! I've already inserted graph to DOM, like so:
Now I want to change the color of xAxis(line), but I have problem: can't select it throw css selectors Could anyone give any resolve? Thanks in advance