Skip to content

Commit

Permalink
Merge 54a7dd2 into edb0b39
Browse files Browse the repository at this point in the history
  • Loading branch information
DesHorsley committed Oct 9, 2019
2 parents edb0b39 + 54a7dd2 commit 5751685
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions src/templates/standard.html
Original file line number Diff line number Diff line change
Expand Up @@ -230,26 +230,26 @@ <h1>Specification Execution Results</h1>
borderWidth: 1
}]
},
options: {
responsive: true,
legend: {
display: false
},
title: {
display: true,
text: "Feature Summary ({{cucumberReportSummary.featureSummary.total}} Total)",
fontSize: 24
},
scales: {
yAxes: [{
ticks: {
precision: 0,
fixedStepSize: 1,
beginAtZero: true
}
}]
}
options: {
responsive: true,
legend: {
display: false
},
title: {
display: true,
text: "Feature Summary ({{cucumberReportSummary.featureSummary.total}} Total)",
fontSize: 24
},
scales: {
yAxes: [{
ticks: {
precision: 0,
beginAtZero: true,
suggestedMax: 5
}
}]
}
}
});

var ctx2 = document.getElementById('myChart2').getContext('2d');
Expand Down Expand Up @@ -302,8 +302,8 @@ <h1>Specification Execution Results</h1>
yAxes: [{
ticks: {
precision: 0,
fixedStepSize: 1,
beginAtZero: true
beginAtZero: true,
suggestedMax: 5
}
}]
}
Expand Down

0 comments on commit 5751685

Please sign in to comment.