This commit is contained in:
Henry Jordan
2021-09-16 18:56:13 +00:00
parent abb2d7fb93
commit ddb1851ab0

View File

@@ -286,7 +286,7 @@ export default {
case "OVERDUE": case "OVERDUE":
this.$refs["LevelThreeChart"].updateOptions({ this.$refs["LevelThreeChart"].updateOptions({
yaxis: { yaxis: {
min: -1, min: 0,
tickAmount: 7, tickAmount: 7,
}, },
title: { title: {
@@ -297,7 +297,7 @@ export default {
case "AT_RISK": case "AT_RISK":
this.$refs["LevelThreeChart"].updateOptions({ this.$refs["LevelThreeChart"].updateOptions({
yaxis: { yaxis: {
max: 1, max: 0,
tickAmount: 7 tickAmount: 7
}, },
title: { title: {
@@ -308,7 +308,7 @@ export default {
case "ON_TIME": case "ON_TIME":
this.$refs["LevelThreeChart"].updateOptions({ this.$refs["LevelThreeChart"].updateOptions({
yaxis: { yaxis: {
max: 1, max: 0,
tickAmount: 7 tickAmount: 7
}, },
title: { title: {