Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
setTimeout(function() {
if (geoMap) {
geoMap.exit();
geoMap = null;
}
geo.util.mockVGLRenderer();
done();
}, 1);
});
fillColor: function () {
var v = value.apply(value, arguments);
var c = scale(v);
c = geo.util.convertColor(c);
return c;
}
}).data(data);