]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Realized minRotaion not needed, removed as an option and removed from tests 1727/head 1728/head
authornpsecoding <nancypanger@gmail.com>
Wed, 2 Dec 2015 06:29:19 +0000 (22:29 -0800)
committernpsecoding <nancypanger@gmail.com>
Wed, 2 Dec 2015 06:29:19 +0000 (22:29 -0800)
src/core/core.scale.js
test/core.helpers.tests.js
test/scale.category.tests.js
test/scale.linear.tests.js
test/scale.logarithmic.tests.js
test/scale.radialLinear.tests.js
test/scale.time.tests.js

index 91400b701dea4b3c90dbbc426d133774e5c90e23..b7e47102b572664f310fc62ecd64551e9abac4ac 100644 (file)
@@ -42,7 +42,6 @@
                        fontColor: "#666",
                        fontFamily: "Helvetica Neue",
                        maxRotation: 90,
-                       minRotation: 20,
                        mirror: false,
                        padding: 10,
                        reverse: false,
index 35777cffcaf338826d1dea37049c74ced6fbf5c4..6a68d9ec35a5dc219cce3815969f40d8287b91d4 100644 (file)
@@ -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,
index f16af15596a3fb3f275a3ef970dd3230c8be17f2..74b79045e3579c4c5d492b12126a42e9a2d3bf8b 100644 (file)
@@ -38,7 +38,6 @@ describe('Category scale tests', function() {
                                fontSize: 12,
                                fontStyle: "normal",
                                maxRotation: 90,
-                               minRotation: 20,
                                mirror: false,
                                padding: 10,
                                reverse: false,
index b3630c10e68c35d9367ecccfd6762816012c2b6e..38403d232ee487957135fc48d62134653369d884 100644 (file)
@@ -37,7 +37,6 @@ describe('Linear Scale', function() {
                                fontSize: 12,
                                fontStyle: "normal",
                                maxRotation: 90,
-                               minRotation: 20,
                                mirror: false,
                                padding: 10,
                                reverse: false,
index 9185e87f26726c3fc47ac80be2420bb10b20b888..d28522c8a67860d682fb696009724bf6a6ef5845 100644 (file)
@@ -36,7 +36,6 @@ describe('Logarithmic Scale tests', function() {
                                fontSize: 12,
                                fontStyle: "normal",
                                maxRotation: 90,
-                               minRotation: 20,
                                mirror: false,
                                padding: 10,
                                reverse: false,
index eabcbde164ebb3b11d82f0dec96d82d57819fc31..dc77aba988d02974f1ca5a60e018674fd5f4f0d2 100644 (file)
@@ -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,
index 4f5c785e9010f652bd88d51daf498b63be25485f..68bea45bf8e7d82e6a02c01662c50aab45269e3a 100644 (file)
@@ -41,7 +41,6 @@ describe('Time scale tests', function() {
                                fontSize: 12,
                                fontStyle: "normal",
                                maxRotation: 90,
-                               minRotation: 20,
                                mirror: false,
                                padding: 10,
                                reverse: false,