From 7065557fde5c9abfb87a7d37294117331e9a1beb Mon Sep 17 00:00:00 2001 From: Bob Monteverde Date: Tue, 26 Jun 2012 01:54:59 -0400 Subject: [PATCH] scatterWithFisheyeChart is now scatterChart --- .../scatterChart.html | 4 +- .../scatterChart.js | 98 +------------------ examples/scatterChart.html | 2 +- src/models/scatterChart.js | 98 ++++++++++++++++++- 4 files changed, 101 insertions(+), 101 deletions(-) rename examples/scatterFisheyeChart.html => deprecated/scatterChart.html (96%) rename src/models/scatterWithFisheyeChart.js => deprecated/scatterChart.js (76%) diff --git a/examples/scatterFisheyeChart.html b/deprecated/scatterChart.html similarity index 96% rename from examples/scatterFisheyeChart.html rename to deprecated/scatterChart.html index c6a011e..7bb78ae 100644 --- a/examples/scatterFisheyeChart.html +++ b/deprecated/scatterChart.html @@ -27,9 +27,9 @@ div { } */ - #test1 { margin: 0; + height: 500px; } #test1 svg { @@ -54,7 +54,7 @@ div { - +