|
@@ -44,6 +44,7 @@ export default {
|
|
|
selectDevice: 'Select Device',
|
|
|
selectProperty: 'Select Property',
|
|
|
selectTime: 'Select Time',
|
|
|
+ aggregation: "Aggregation"
|
|
|
},
|
|
|
columns: {
|
|
|
id: 'ID',
|
|
@@ -110,6 +111,10 @@ export default {
|
|
|
recentOneWeek: "Last Week",
|
|
|
startDate: "Start Date",
|
|
|
endDate: "End Date",
|
|
|
- chartNotLoaded: "Chart Not Loaded"
|
|
|
+ chartNotLoaded: "Chart Not Loaded",
|
|
|
+ "5m": "5min",
|
|
|
+ "1h": "1h",
|
|
|
+ "1d": "1d",
|
|
|
+ title2: "Metric Aggregation Chart"
|
|
|
}
|
|
|
};
|