Update tests for new config option

This commit is contained in:
Evert Timberg 2016-04-16 21:49:08 -04:00
parent 58d18d6a48
commit fac92448ff
6 changed files with 8 additions and 1 deletions

View File

@ -217,6 +217,7 @@ describe('Core helper tests', function() {
color: "rgba(0, 0, 0, 0.1)",
drawOnChartArea: true,
drawTicks: true, // draw ticks extending towards the label
tickMarkLength: 10,
lineWidth: 1,
offsetGridLines: false,
display: true,
@ -246,7 +247,8 @@ describe('Core helper tests', function() {
gridLines: {
color: "rgba(0, 0, 0, 0.1)",
drawOnChartArea: true,
drawTicks: true, // draw ticks extending towards the label
drawTicks: true, // draw ticks extending towards the label,
tickMarkLength: 10
lineWidth: 1,
offsetGridLines: false,
display: true,

View File

@ -16,6 +16,7 @@ describe('Category scale tests', function() {
color: "rgba(0, 0, 0, 0.1)",
drawOnChartArea: true,
drawTicks: true, // draw ticks extending towards the label
tickMarkLength: 10,
lineWidth: 1,
offsetGridLines: false,
display: true,

View File

@ -15,6 +15,7 @@ describe('Linear Scale', function() {
color: "rgba(0, 0, 0, 0.1)",
drawOnChartArea: true,
drawTicks: true, // draw ticks extending towards the label
tickMarkLength: 10,
lineWidth: 1,
offsetGridLines: false,
display: true,

View File

@ -14,6 +14,7 @@ describe('Logarithmic Scale tests', function() {
color: "rgba(0, 0, 0, 0.1)",
drawOnChartArea: true,
drawTicks: true,
tickMarkLength: 10,
lineWidth: 1,
offsetGridLines: false,
display: true,

View File

@ -20,6 +20,7 @@ describe('Test the radial linear scale', function() {
color: "rgba(0, 0, 0, 0.1)",
drawOnChartArea: true,
drawTicks: true,
tickMarkLength: 10,
lineWidth: 1,
offsetGridLines: false,
display: true,

View File

@ -40,6 +40,7 @@ describe('Time scale tests', function() {
color: "rgba(0, 0, 0, 0.1)",
drawOnChartArea: true,
drawTicks: true,
tickMarkLength: 10,
lineWidth: 1,
offsetGridLines: false,
display: true,