Fixing the way tables overflow in dashboard view (#310)

This commit is contained in:
Maxime Beauchemin
2016-04-11 12:11:47 -07:00
parent 807d686312
commit f32ebeeb98
5 changed files with 20 additions and 8 deletions

View File

@@ -315,6 +315,7 @@ var px = (function () {
token.find("img.loading").show();
container.hide();
container.html('');
container.css('height', slice.height());
dttm = 0;
timer = setInterval(stopwatch, 10);
$('#timer').removeClass('btn-danger btn-success');
@@ -324,6 +325,7 @@ var px = (function () {
resize: function () {
token.find("img.loading").show();
container.hide();
container.css('height', slice.height());
container.html('');
this.viz.render();
this.viz.resize();