PMCORE-3501
This commit is contained in:
@@ -352,7 +352,8 @@ export default {
|
|||||||
case "OVERDUE":
|
case "OVERDUE":
|
||||||
this.$refs["LevelThreeChart"].updateOptions({
|
this.$refs["LevelThreeChart"].updateOptions({
|
||||||
yaxis: {
|
yaxis: {
|
||||||
min: 0,
|
min: -10,
|
||||||
|
max: 100,
|
||||||
tickAmount: 7,
|
tickAmount: 7,
|
||||||
},
|
},
|
||||||
title: {
|
title: {
|
||||||
@@ -363,7 +364,8 @@ export default {
|
|||||||
case "AT_RISK":
|
case "AT_RISK":
|
||||||
this.$refs["LevelThreeChart"].updateOptions({
|
this.$refs["LevelThreeChart"].updateOptions({
|
||||||
yaxis: {
|
yaxis: {
|
||||||
max: 0,
|
max: 10,
|
||||||
|
min: -100,
|
||||||
tickAmount: 7,
|
tickAmount: 7,
|
||||||
},
|
},
|
||||||
title: {
|
title: {
|
||||||
@@ -374,7 +376,8 @@ export default {
|
|||||||
case "ON_TIME":
|
case "ON_TIME":
|
||||||
this.$refs["LevelThreeChart"].updateOptions({
|
this.$refs["LevelThreeChart"].updateOptions({
|
||||||
yaxis: {
|
yaxis: {
|
||||||
max: 0,
|
max: 10,
|
||||||
|
min: -100,
|
||||||
tickAmount: 7,
|
tickAmount: 7,
|
||||||
},
|
},
|
||||||
title: {
|
title: {
|
||||||
|
|||||||
Reference in New Issue
Block a user