[hotfix] load selectors in render

This commit is contained in:
Maxime Beauchemin
2017-01-19 15:27:01 -08:00
parent 4a9888157e
commit 0807a8d016
13 changed files with 22 additions and 23 deletions

View File

@@ -13,9 +13,9 @@ dt(window, $);
function tableVis(slice) {
const fC = d3.format('0,000');
let timestampFormatter;
const container = $(slice.selector);
function refresh() {
const container = $(slice.selector);
function onError(xhr) {
slice.error(xhr.responseText, xhr);
return;