From 164671ffeb9fa1375481dc2608afc1578d62c708 Mon Sep 17 00:00:00 2001 From: npsecoding Date: Tue, 1 Dec 2015 22:29:19 -0800 Subject: [PATCH] Realized minRotaion not needed, removed as an option and removed from tests --- src/core/core.scale.js | 1 - test/core.helpers.tests.js | 2 -- test/scale.category.tests.js | 1 - test/scale.linear.tests.js | 1 - test/scale.logarithmic.tests.js | 1 - test/scale.radialLinear.tests.js | 1 - test/scale.time.tests.js | 1 - 7 files changed, 8 deletions(-) diff --git a/src/core/core.scale.js b/src/core/core.scale.js index 91400b701..b7e47102b 100644 --- a/src/core/core.scale.js +++ b/src/core/core.scale.js @@ -42,7 +42,6 @@ fontColor: "#666", fontFamily: "Helvetica Neue", maxRotation: 90, - minRotation: 20, mirror: false, padding: 10, reverse: false, diff --git a/test/core.helpers.tests.js b/test/core.helpers.tests.js index 35777cffc..6a68d9ec3 100644 --- a/test/core.helpers.tests.js +++ b/test/core.helpers.tests.js @@ -239,7 +239,6 @@ describe('Core helper tests', function() { fontSize: 12, fontStyle: "normal", maxRotation: 90, - minRotation: 20, mirror: false, padding: 10, reverse: false, @@ -276,7 +275,6 @@ describe('Core helper tests', function() { fontSize: 12, fontStyle: "normal", maxRotation: 90, - minRotation: 20, mirror: false, padding: 10, reverse: false, diff --git a/test/scale.category.tests.js b/test/scale.category.tests.js index f16af1559..74b79045e 100644 --- a/test/scale.category.tests.js +++ b/test/scale.category.tests.js @@ -38,7 +38,6 @@ describe('Category scale tests', function() { fontSize: 12, fontStyle: "normal", maxRotation: 90, - minRotation: 20, mirror: false, padding: 10, reverse: false, diff --git a/test/scale.linear.tests.js b/test/scale.linear.tests.js index b3630c10e..38403d232 100644 --- a/test/scale.linear.tests.js +++ b/test/scale.linear.tests.js @@ -37,7 +37,6 @@ describe('Linear Scale', function() { fontSize: 12, fontStyle: "normal", maxRotation: 90, - minRotation: 20, mirror: false, padding: 10, reverse: false, diff --git a/test/scale.logarithmic.tests.js b/test/scale.logarithmic.tests.js index 9185e87f2..d28522c8a 100644 --- a/test/scale.logarithmic.tests.js +++ b/test/scale.logarithmic.tests.js @@ -36,7 +36,6 @@ describe('Logarithmic Scale tests', function() { fontSize: 12, fontStyle: "normal", maxRotation: 90, - minRotation: 20, mirror: false, padding: 10, reverse: false, diff --git a/test/scale.radialLinear.tests.js b/test/scale.radialLinear.tests.js index eabcbde16..dc77aba98 100644 --- a/test/scale.radialLinear.tests.js +++ b/test/scale.radialLinear.tests.js @@ -52,7 +52,6 @@ describe('Test the radial linear scale', function() { fontSize: 12, fontStyle: "normal", maxRotation: 90, - minRotation: 20, mirror: false, padding: 10, reverse: false, diff --git a/test/scale.time.tests.js b/test/scale.time.tests.js index 4f5c785e9..68bea45bf 100644 --- a/test/scale.time.tests.js +++ b/test/scale.time.tests.js @@ -41,7 +41,6 @@ describe('Time scale tests', function() { fontSize: 12, fontStyle: "normal", maxRotation: 90, - minRotation: 20, mirror: false, padding: 10, reverse: false, -- 2.47.2