From a24e6ea68717bd436e54ee5b51df38a151d02d91 Mon Sep 17 00:00:00 2001 From: Justin Lan Date: Fri, 28 Mar 2014 17:31:05 -0700 Subject: [PATCH] Fix mockup2. --- examples/adam-mockup/mockup2.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }