We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 439c5ca + 911ebe0 commit 0a790dbCopy full SHA for 0a790db
tabs/motors.js
@@ -173,6 +173,8 @@ TABS.motors.initialize = function (callback) {
173
174
var group = svg.select("g.data");
175
var lines = group.selectAll("path").data(data, function (d, i) {return i;});
176
+
177
+ lines.enter().append("path").attr("class", "line");
178
lines.attr('d', graphHelpers.line);
179
}
180
0 commit comments