From 2c4c39f47298047781b648acd893be66321cd9a1 Mon Sep 17 00:00:00 2001 From: David Schnur Date: Mon, 27 May 2013 13:18:18 -0400 Subject: [PATCH] Revert changes committed accidentally. These changes were used to test the axis innermost property fix, and should not have been committed. --- examples/axes-multiple/index.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/examples/axes-multiple/index.html b/examples/axes-multiple/index.html index da168fa..4c7c68c 100644 --- a/examples/axes-multiple/index.html +++ b/examples/axes-multiple/index.html @@ -32,10 +32,7 @@ position: position, tickFormatter: euroFormatter } ], - legend: { position: "sw" }, - grid: { - borderWidth: { top: 0, bottom: 1, left: 0, right: 0} - } + legend: { position: "sw" } }); }