Skip to content

Commit 911ebe0

Browse files
committed
Fixed accelerometer graph on motors tab.
1 parent e405164 commit 911ebe0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tabs/motors.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,8 @@ TABS.motors.initialize = function (callback) {
173173

174174
var group = svg.select("g.data");
175175
var lines = group.selectAll("path").data(data, function (d, i) {return i;});
176+
177+
lines.enter().append("path").attr("class", "line");
176178
lines.attr('d', graphHelpers.line);
177179
}
178180

0 commit comments

Comments
 (0)