update
This commit is contained in:
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user