Open viper4gh opened 7 years ago
Driver Table update works now, but application crash at another point: marker = _div.selectAll(".stations, svg") .data(_data, function (d) { return d.Key; })
marker = _div.selectAll(".stations, svg")
.data(_data, function (d) { return d.Key; })
Long time reccordings needed for checking if it works.