Skip to content

Commit

Permalink
Fix mockup2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Lan committed Mar 29, 2014
1 parent 0a963cd commit a24e6ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/adam-mockup/mockup2.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@

var svg = d3.select("#mockup-2");
svg.attr("width", 800).attr("height", 320);
chartTable.renderTo(svg);
xScale.padDomain().nice();
yScale.padDomain().nice();
chartTable.renderTo(svg);
}
</script>
</head>
Expand Down

0 comments on commit a24e6ea

Please sign in to comment.