Realized minRotaion not needed, removed as an option and removed from tests

This commit is contained in:
npsecoding
2015-12-01 22:29:19 -08:00
parent b2150b93a2
commit 164671ffeb
7 changed files with 0 additions and 8 deletions

View File

@@ -42,7 +42,6 @@
fontColor: "#666",
fontFamily: "Helvetica Neue",
maxRotation: 90,
minRotation: 20,
mirror: false,
padding: 10,
reverse: false,

View 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,

View File

@@ -38,7 +38,6 @@ describe('Category scale tests', function() {
fontSize: 12,
fontStyle: "normal",
maxRotation: 90,
minRotation: 20,
mirror: false,
padding: 10,
reverse: false,

View File

@@ -37,7 +37,6 @@ describe('Linear Scale', function() {
fontSize: 12,
fontStyle: "normal",
maxRotation: 90,
minRotation: 20,
mirror: false,
padding: 10,
reverse: false,

View File

@@ -36,7 +36,6 @@ describe('Logarithmic Scale tests', function() {
fontSize: 12,
fontStyle: "normal",
maxRotation: 90,
minRotation: 20,
mirror: false,
padding: 10,
reverse: false,

View 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,

View File

@@ -41,7 +41,6 @@ describe('Time scale tests', function() {
fontSize: 12,
fontStyle: "normal",
maxRotation: 90,
minRotation: 20,
mirror: false,
padding: 10,
reverse: false,