fix: Issues #277 Compare page done.
This commit is contained in:
@@ -137,7 +137,7 @@ export default {
|
|||||||
avgProcessTime: {title: 'Average Processing Time', x: 'Date', y: 'Processing time'},
|
avgProcessTime: {title: 'Average Processing Time', x: 'Date', y: 'Processing time'},
|
||||||
avgProcessTimeByTask: {title: 'Average Processing Time by Activity', x: 'Processing time', y: 'Activity'},
|
avgProcessTimeByTask: {title: 'Average Processing Time by Activity', x: 'Processing time', y: 'Activity'},
|
||||||
avgWaitingTime: {title: 'Average Waiting Time', x: 'Date', y: 'Waiting time'},
|
avgWaitingTime: {title: 'Average Waiting Time', x: 'Date', y: 'Waiting time'},
|
||||||
avgWaitingTimeByEdge: {title: 'Average Waiting Time by Activity', x: 'Waiting time', y: 'Activity'},
|
avgWaitingTimeByEdge: {title: 'Average Waiting Time between Activity', x: 'Waiting time', y: 'Activities'},
|
||||||
freq: {title: 'New Cases', x: 'Date', y: 'Count'},
|
freq: {title: 'New Cases', x: 'Date', y: 'Count'},
|
||||||
casesByTask: {title: 'Number of Cases by Activity', x: 'Times', y: 'Activity'},
|
casesByTask: {title: 'Number of Cases by Activity', x: 'Times', y: 'Activity'},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user