|
|
@ -40,7 +40,7 @@ export default { |
|
|
|
this.xDataArray = [] |
|
|
|
this.seriesArray = [] |
|
|
|
if (newValue.length > 0) { |
|
|
|
this.xDataArray = newValue[0].SortKeys |
|
|
|
this.xDataArray = newValue[0].SortKeys || [] |
|
|
|
this.maxValue = newValue[0].PeriodOnPeriodUpperLimit |
|
|
|
this.minValue = newValue[0].PeriodOverPeriodLowerLimit |
|
|
|
} |
|
|
|