diff --git a/examples/adam-mockup/mockup2.html b/examples/adam-mockup/mockup2.html index e32da2dfdc..716d835a69 100644 --- a/examples/adam-mockup/mockup2.html +++ b/examples/adam-mockup/mockup2.html @@ -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); }