From: npsecoding Date: Wed, 2 Dec 2015 06:29:19 +0000 (-0800) Subject: Realized minRotaion not needed, removed as an option and removed from tests X-Git-Tag: 2.0.0-beta2~36^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F1727%2Fhead;p=thirdparty%2FChart.js.git Realized minRotaion not needed, removed as an option and removed from tests --- 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,