Skip to content

Commit

Permalink
call updateDisplay() to ensure initial display
Browse files Browse the repository at this point in the history
  • Loading branch information
scalable committed Mar 4, 2014
1 parent 0303275 commit f90bc75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superconductor/examples/treemap/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ <h2>Demo: Election Results</h2>
spinner.stop()
window.superconductor.startVisualization();
enableSliders();
updateDisplay();

$("#range-slider").on("valuesChanging", function(e, data){
// console.log("Something moved. min: " + data.values.min + " max: " + data.values.max);
Expand Down

0 comments on commit f90bc75

Please sign in to comment.