Skip to content

Commit

Permalink
Draw default countdown shape so page won't be blank when first loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
nledenyi committed Mar 16, 2017
1 parent b29f4ac commit 569bc91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tableau-wdc-auto-refresh.html
Expand Up @@ -300,6 +300,8 @@

initAutoRefresh = function() {
console.log("AutoRefresh init");
countdown._drawCountdownShape(Math.PI*3.5, false);
countdown._drawCountdownLabel(0);
tableau = getTableau();
workbook = getCurrentWorkbook();
viz = getCurrentViz();
Expand Down

0 comments on commit 569bc91

Please sign in to comment.