Skip to content

Commit

Permalink
Fix axis quicktest
Browse files Browse the repository at this point in the history
  • Loading branch information
teamdandelion committed Mar 18, 2014
1 parent 23d0409 commit ae4bdac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/quicktest-axis.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@
var basicTable = new Plottable.Table([[null, xAxisTable2, null],
[yAxisTable, renderAreaD1, yAxisTable2],
[null, xAxisTable, null]]);
basicTable.anchor(svg);
basicTable.computeLayout().render();
basicTable.renderTo(svg);
var pzi = new Plottable.PanZoomInteraction(renderAreaD1, xScale, yScale);
pzi.registerWithComponent();
}
Expand Down

0 comments on commit ae4bdac

Please sign in to comment.