update dashboard
This commit is contained in:
parent
6b60e2d2e8
commit
5e5e7491cf
@ -388,150 +388,142 @@
|
|||||||
"title": "At Least One Dose by Age",
|
"title": "At Least One Dose by Age",
|
||||||
"type": "gauge"
|
"type": "gauge"
|
||||||
}, {
|
}, {
|
||||||
"aliasColors": {},
|
|
||||||
"bars": false,
|
|
||||||
"dashLength": 10,
|
|
||||||
"dashes": false,
|
|
||||||
"datasource": null,
|
"datasource": null,
|
||||||
"description": "",
|
"description": "",
|
||||||
"fieldConfig": {
|
"fieldConfig": {
|
||||||
"defaults": {},
|
"defaults": {
|
||||||
|
"color": {
|
||||||
|
"mode": "thresholds"
|
||||||
|
},
|
||||||
|
"decimals": 1,
|
||||||
|
"mappings": [],
|
||||||
|
"thresholds": {
|
||||||
|
"mode": "absolute",
|
||||||
|
"steps": [{
|
||||||
|
"color": "dark-red",
|
||||||
|
"value": null
|
||||||
|
}, {
|
||||||
|
"color": "semi-dark-red",
|
||||||
|
"value": 40
|
||||||
|
}, {
|
||||||
|
"color": "light-red",
|
||||||
|
"value": 50
|
||||||
|
}, {
|
||||||
|
"color": "semi-dark-yellow",
|
||||||
|
"value": 60
|
||||||
|
}, {
|
||||||
|
"color": "light-yellow",
|
||||||
|
"value": 70
|
||||||
|
}, {
|
||||||
|
"color": "light-green",
|
||||||
|
"value": 80
|
||||||
|
}, {
|
||||||
|
"color": "semi-dark-green",
|
||||||
|
"value": 90
|
||||||
|
}]
|
||||||
|
},
|
||||||
|
"unit": "percent"
|
||||||
|
},
|
||||||
"overrides": []
|
"overrides": []
|
||||||
},
|
},
|
||||||
"fill": 0,
|
|
||||||
"fillGradient": 0,
|
|
||||||
"gridPos": {
|
"gridPos": {
|
||||||
"h": 8,
|
"h": 8,
|
||||||
"w": 10,
|
"w": 10,
|
||||||
"x": 0,
|
"x": 0,
|
||||||
"y": 24
|
"y": 24
|
||||||
},
|
},
|
||||||
"hiddenSeries": false,
|
"id": 21,
|
||||||
"id": 20,
|
|
||||||
"legend": {
|
|
||||||
"avg": false,
|
|
||||||
"current": false,
|
|
||||||
"hideZero": false,
|
|
||||||
"max": false,
|
|
||||||
"min": false,
|
|
||||||
"show": true,
|
|
||||||
"total": false,
|
|
||||||
"values": false
|
|
||||||
},
|
|
||||||
"lines": true,
|
|
||||||
"linewidth": 1,
|
|
||||||
"links": [],
|
"links": [],
|
||||||
"nullPointMode": "connected",
|
|
||||||
"options": {
|
"options": {
|
||||||
"alertThreshold": true
|
"orientation": "horizontal",
|
||||||
|
"reduceOptions": {
|
||||||
|
"calcs": [
|
||||||
|
"lastNotNull"
|
||||||
|
],
|
||||||
|
"fields": "",
|
||||||
|
"values": false
|
||||||
|
},
|
||||||
|
"showThresholdLabels": false,
|
||||||
|
"showThresholdMarkers": true,
|
||||||
|
"text": {}
|
||||||
},
|
},
|
||||||
"percentage": false,
|
|
||||||
"pluginVersion": "7.5.1",
|
"pluginVersion": "7.5.1",
|
||||||
"pointradius": 2,
|
|
||||||
"points": false,
|
|
||||||
"renderer": "flot",
|
|
||||||
"seriesOverrides": [],
|
|
||||||
"spaceLength": 10,
|
|
||||||
"stack": false,
|
|
||||||
"steppedLine": false,
|
|
||||||
"targets": [{
|
"targets": [{
|
||||||
"exemplar": true,
|
"exemplar": true,
|
||||||
"expr": "increase(ontvacstat_age_12_17yrs_percent_at_least_one_dose[1d]) != 0",
|
"expr": "ontvacstat_age_12_17yrs_percent_fully_vaccinated * 100",
|
||||||
"format": "time_series",
|
"format": "time_series",
|
||||||
"hide": false,
|
|
||||||
"interval": "",
|
"interval": "",
|
||||||
"intervalFactor": 1,
|
"intervalFactor": 1,
|
||||||
"legendFormat": "12-17",
|
"legendFormat": "12-17",
|
||||||
"refId": "A"
|
"refId": "A"
|
||||||
}, {
|
}, {
|
||||||
"exemplar": true,
|
"exemplar": true,
|
||||||
"expr": "increase(ontvacstat_age_18_29yrs_percent_at_least_one_dose[1d]) != 0",
|
"expr": "ontvacstat_age_18_29yrs_percent_fully_vaccinated * 100",
|
||||||
"hide": false,
|
"hide": false,
|
||||||
"interval": "",
|
"interval": "",
|
||||||
"legendFormat": "18-29",
|
"legendFormat": "18-29",
|
||||||
"refId": "B"
|
"refId": "B"
|
||||||
}, {
|
}, {
|
||||||
"exemplar": true,
|
"exemplar": true,
|
||||||
"expr": "increase(ontvacstat_age_30_39yrs_percent_at_least_one_dose[1d]) != 0",
|
"expr": "ontvacstat_age_30_39yrs_percent_fully_vaccinated * 100",
|
||||||
"hide": false,
|
"hide": false,
|
||||||
"interval": "",
|
"interval": "",
|
||||||
"legendFormat": "30-39",
|
"legendFormat": "30-39",
|
||||||
"refId": "C"
|
"refId": "C"
|
||||||
}, {
|
}, {
|
||||||
"exemplar": true,
|
"exemplar": true,
|
||||||
"expr": "increase(ontvacstat_age_40_49yrs_percent_at_least_one_dose[1d]) != 0",
|
"expr": "ontvacstat_age_40_49yrs_percent_fully_vaccinated * 100",
|
||||||
"hide": false,
|
"hide": false,
|
||||||
"interval": "",
|
"interval": "",
|
||||||
"legendFormat": "40-49",
|
"legendFormat": "40-49",
|
||||||
"refId": "D"
|
"refId": "D"
|
||||||
}, {
|
}, {
|
||||||
"exemplar": true,
|
"exemplar": true,
|
||||||
"expr": "increase(ontvacstat_age_50_59yrs_percent_at_least_one_dose[1d]) != 0",
|
"expr": "ontvacstat_age_50_59yrs_percent_fully_vaccinated * 100",
|
||||||
"hide": false,
|
"hide": false,
|
||||||
"interval": "",
|
"interval": "",
|
||||||
"legendFormat": "50-59",
|
"legendFormat": "50-59",
|
||||||
"refId": "E"
|
"refId": "E"
|
||||||
}, {
|
}, {
|
||||||
"exemplar": true,
|
"exemplar": true,
|
||||||
"expr": "increase(ontvacstat_age_60_69yrs_percent_at_least_one_dose[1d]) != 0",
|
"expr": "ontvacstat_age_60_69yrs_percent_fully_vaccinated * 100",
|
||||||
"hide": false,
|
"hide": false,
|
||||||
"interval": "",
|
"interval": "",
|
||||||
"legendFormat": "60-69",
|
"legendFormat": "60-69",
|
||||||
"refId": "F"
|
"refId": "F"
|
||||||
}, {
|
}, {
|
||||||
"exemplar": true,
|
"exemplar": true,
|
||||||
"expr": "increase(ontvacstat_age_70_79yrs_percent_at_least_one_dose[1d]) != 0",
|
"expr": "ontvacstat_age_70_79yrs_percent_fully_vaccinated * 100",
|
||||||
"hide": false,
|
"hide": false,
|
||||||
"interval": "",
|
"interval": "",
|
||||||
"legendFormat": "70-79",
|
"legendFormat": "70-79",
|
||||||
"refId": "G"
|
"refId": "G"
|
||||||
}, {
|
}, {
|
||||||
"exemplar": true,
|
"exemplar": true,
|
||||||
"expr": "increase(ontvacstat_age_80_plus_percent_at_least_one_dose[1d]) != 0",
|
"expr": "ontvacstat_age_80_plus_percent_fully_vaccinated * 100",
|
||||||
"hide": false,
|
"hide": false,
|
||||||
"interval": "",
|
"interval": "",
|
||||||
"legendFormat": "80+",
|
"legendFormat": "80+",
|
||||||
"refId": "H"
|
"refId": "H"
|
||||||
}],
|
|
||||||
"thresholds": [],
|
|
||||||
"timeFrom": null,
|
|
||||||
"timeRegions": [],
|
|
||||||
"timeShift": null,
|
|
||||||
"title": "Vaccination Rate (Least One Dose by Age)",
|
|
||||||
"tooltip": {
|
|
||||||
"shared": true,
|
|
||||||
"sort": 0,
|
|
||||||
"value_type": "individual"
|
|
||||||
},
|
|
||||||
"type": "graph",
|
|
||||||
"xaxis": {
|
|
||||||
"buckets": null,
|
|
||||||
"mode": "time",
|
|
||||||
"name": null,
|
|
||||||
"show": true,
|
|
||||||
"values": []
|
|
||||||
},
|
|
||||||
"yaxes": [{
|
|
||||||
"$$hashKey": "object:161",
|
|
||||||
"format": "short",
|
|
||||||
"label": null,
|
|
||||||
"logBase": 1,
|
|
||||||
"max": null,
|
|
||||||
"min": null,
|
|
||||||
"show": true
|
|
||||||
}, {
|
}, {
|
||||||
"$$hashKey": "object:162",
|
"exemplar": true,
|
||||||
"format": "short",
|
"expr": "ontvacstat_age_adult_18_plus_percent_fully_vaccinated * 100",
|
||||||
"label": null,
|
"hide": false,
|
||||||
"logBase": 1,
|
"interval": "",
|
||||||
"max": null,
|
"legendFormat": "18+",
|
||||||
"min": null,
|
"refId": "I"
|
||||||
"show": true
|
}, {
|
||||||
|
"exemplar": true,
|
||||||
|
"expr": "(ontvacstat_total_individuals_fully_vaccinated) / (ontvacstat_eligible_population) * 100",
|
||||||
|
"hide": false,
|
||||||
|
"interval": "",
|
||||||
|
"legendFormat": "12 +",
|
||||||
|
"refId": "J"
|
||||||
}],
|
}],
|
||||||
"yaxis": {
|
"timeFrom": null,
|
||||||
"align": false,
|
"timeShift": null,
|
||||||
"alignLevel": null
|
"title": "Fully Vaccincated by Age",
|
||||||
}
|
"type": "gauge"
|
||||||
}],
|
}],
|
||||||
"refresh": "1h",
|
"refresh": "1h",
|
||||||
"schemaVersion": 27,
|
"schemaVersion": 27,
|
||||||
@ -541,7 +533,7 @@
|
|||||||
"list": []
|
"list": []
|
||||||
},
|
},
|
||||||
"time": {
|
"time": {
|
||||||
"from": "now-5m",
|
"from": "now-3d",
|
||||||
"to": "now"
|
"to": "now"
|
||||||
},
|
},
|
||||||
"timepicker": {
|
"timepicker": {
|
||||||
@ -567,5 +559,5 @@
|
|||||||
"timezone": "",
|
"timezone": "",
|
||||||
"title": "Ontario Vaccination Stats",
|
"title": "Ontario Vaccination Stats",
|
||||||
"uid": "vhnVv3lMk",
|
"uid": "vhnVv3lMk",
|
||||||
"version": 80
|
"version": 82
|
||||||
}
|
}
|
@ -389,150 +389,142 @@
|
|||||||
"title": "At Least One Dose by Age",
|
"title": "At Least One Dose by Age",
|
||||||
"type": "gauge"
|
"type": "gauge"
|
||||||
}, {
|
}, {
|
||||||
"aliasColors": {},
|
|
||||||
"bars": false,
|
|
||||||
"dashLength": 10,
|
|
||||||
"dashes": false,
|
|
||||||
"datasource": null,
|
"datasource": null,
|
||||||
"description": "",
|
"description": "",
|
||||||
"fieldConfig": {
|
"fieldConfig": {
|
||||||
"defaults": {},
|
"defaults": {
|
||||||
|
"color": {
|
||||||
|
"mode": "thresholds"
|
||||||
|
},
|
||||||
|
"decimals": 1,
|
||||||
|
"mappings": [],
|
||||||
|
"thresholds": {
|
||||||
|
"mode": "absolute",
|
||||||
|
"steps": [{
|
||||||
|
"color": "dark-red",
|
||||||
|
"value": null
|
||||||
|
}, {
|
||||||
|
"color": "semi-dark-red",
|
||||||
|
"value": 40
|
||||||
|
}, {
|
||||||
|
"color": "light-red",
|
||||||
|
"value": 50
|
||||||
|
}, {
|
||||||
|
"color": "semi-dark-yellow",
|
||||||
|
"value": 60
|
||||||
|
}, {
|
||||||
|
"color": "light-yellow",
|
||||||
|
"value": 70
|
||||||
|
}, {
|
||||||
|
"color": "light-green",
|
||||||
|
"value": 80
|
||||||
|
}, {
|
||||||
|
"color": "semi-dark-green",
|
||||||
|
"value": 90
|
||||||
|
}]
|
||||||
|
},
|
||||||
|
"unit": "percent"
|
||||||
|
},
|
||||||
"overrides": []
|
"overrides": []
|
||||||
},
|
},
|
||||||
"fill": 0,
|
|
||||||
"fillGradient": 0,
|
|
||||||
"gridPos": {
|
"gridPos": {
|
||||||
"h": 8,
|
"h": 8,
|
||||||
"w": 10,
|
"w": 10,
|
||||||
"x": 0,
|
"x": 0,
|
||||||
"y": 24
|
"y": 24
|
||||||
},
|
},
|
||||||
"hiddenSeries": false,
|
"id": 21,
|
||||||
"id": 20,
|
|
||||||
"legend": {
|
|
||||||
"avg": false,
|
|
||||||
"current": false,
|
|
||||||
"hideZero": false,
|
|
||||||
"max": false,
|
|
||||||
"min": false,
|
|
||||||
"show": true,
|
|
||||||
"total": false,
|
|
||||||
"values": false
|
|
||||||
},
|
|
||||||
"lines": true,
|
|
||||||
"linewidth": 1,
|
|
||||||
"links": [],
|
"links": [],
|
||||||
"nullPointMode": "connected",
|
|
||||||
"options": {
|
"options": {
|
||||||
"alertThreshold": true
|
"orientation": "horizontal",
|
||||||
|
"reduceOptions": {
|
||||||
|
"calcs": [
|
||||||
|
"lastNotNull"
|
||||||
|
],
|
||||||
|
"fields": "",
|
||||||
|
"values": false
|
||||||
|
},
|
||||||
|
"showThresholdLabels": false,
|
||||||
|
"showThresholdMarkers": true,
|
||||||
|
"text": {}
|
||||||
},
|
},
|
||||||
"percentage": false,
|
|
||||||
"pluginVersion": "7.5.1",
|
"pluginVersion": "7.5.1",
|
||||||
"pointradius": 2,
|
|
||||||
"points": false,
|
|
||||||
"renderer": "flot",
|
|
||||||
"seriesOverrides": [],
|
|
||||||
"spaceLength": 10,
|
|
||||||
"stack": false,
|
|
||||||
"steppedLine": false,
|
|
||||||
"targets": [{
|
"targets": [{
|
||||||
"exemplar": true,
|
"exemplar": true,
|
||||||
"expr": "increase(ontvacstat_age_12_17yrs_percent_at_least_one_dose[1d]) != 0",
|
"expr": "ontvacstat_age_12_17yrs_percent_fully_vaccinated * 100",
|
||||||
"format": "time_series",
|
"format": "time_series",
|
||||||
"hide": false,
|
|
||||||
"interval": "",
|
"interval": "",
|
||||||
"intervalFactor": 1,
|
"intervalFactor": 1,
|
||||||
"legendFormat": "12-17",
|
"legendFormat": "12-17",
|
||||||
"refId": "A"
|
"refId": "A"
|
||||||
}, {
|
}, {
|
||||||
"exemplar": true,
|
"exemplar": true,
|
||||||
"expr": "increase(ontvacstat_age_18_29yrs_percent_at_least_one_dose[1d]) != 0",
|
"expr": "ontvacstat_age_18_29yrs_percent_fully_vaccinated * 100",
|
||||||
"hide": false,
|
"hide": false,
|
||||||
"interval": "",
|
"interval": "",
|
||||||
"legendFormat": "18-29",
|
"legendFormat": "18-29",
|
||||||
"refId": "B"
|
"refId": "B"
|
||||||
}, {
|
}, {
|
||||||
"exemplar": true,
|
"exemplar": true,
|
||||||
"expr": "increase(ontvacstat_age_30_39yrs_percent_at_least_one_dose[1d]) != 0",
|
"expr": "ontvacstat_age_30_39yrs_percent_fully_vaccinated * 100",
|
||||||
"hide": false,
|
"hide": false,
|
||||||
"interval": "",
|
"interval": "",
|
||||||
"legendFormat": "30-39",
|
"legendFormat": "30-39",
|
||||||
"refId": "C"
|
"refId": "C"
|
||||||
}, {
|
}, {
|
||||||
"exemplar": true,
|
"exemplar": true,
|
||||||
"expr": "increase(ontvacstat_age_40_49yrs_percent_at_least_one_dose[1d]) != 0",
|
"expr": "ontvacstat_age_40_49yrs_percent_fully_vaccinated * 100",
|
||||||
"hide": false,
|
"hide": false,
|
||||||
"interval": "",
|
"interval": "",
|
||||||
"legendFormat": "40-49",
|
"legendFormat": "40-49",
|
||||||
"refId": "D"
|
"refId": "D"
|
||||||
}, {
|
}, {
|
||||||
"exemplar": true,
|
"exemplar": true,
|
||||||
"expr": "increase(ontvacstat_age_50_59yrs_percent_at_least_one_dose[1d]) != 0",
|
"expr": "ontvacstat_age_50_59yrs_percent_fully_vaccinated * 100",
|
||||||
"hide": false,
|
"hide": false,
|
||||||
"interval": "",
|
"interval": "",
|
||||||
"legendFormat": "50-59",
|
"legendFormat": "50-59",
|
||||||
"refId": "E"
|
"refId": "E"
|
||||||
}, {
|
}, {
|
||||||
"exemplar": true,
|
"exemplar": true,
|
||||||
"expr": "increase(ontvacstat_age_60_69yrs_percent_at_least_one_dose[1d]) != 0",
|
"expr": "ontvacstat_age_60_69yrs_percent_fully_vaccinated * 100",
|
||||||
"hide": false,
|
"hide": false,
|
||||||
"interval": "",
|
"interval": "",
|
||||||
"legendFormat": "60-69",
|
"legendFormat": "60-69",
|
||||||
"refId": "F"
|
"refId": "F"
|
||||||
}, {
|
}, {
|
||||||
"exemplar": true,
|
"exemplar": true,
|
||||||
"expr": "increase(ontvacstat_age_70_79yrs_percent_at_least_one_dose[1d]) != 0",
|
"expr": "ontvacstat_age_70_79yrs_percent_fully_vaccinated * 100",
|
||||||
"hide": false,
|
"hide": false,
|
||||||
"interval": "",
|
"interval": "",
|
||||||
"legendFormat": "70-79",
|
"legendFormat": "70-79",
|
||||||
"refId": "G"
|
"refId": "G"
|
||||||
}, {
|
}, {
|
||||||
"exemplar": true,
|
"exemplar": true,
|
||||||
"expr": "increase(ontvacstat_age_80_plus_percent_at_least_one_dose[1d]) != 0",
|
"expr": "ontvacstat_age_80_plus_percent_fully_vaccinated * 100",
|
||||||
"hide": false,
|
"hide": false,
|
||||||
"interval": "",
|
"interval": "",
|
||||||
"legendFormat": "80+",
|
"legendFormat": "80+",
|
||||||
"refId": "H"
|
"refId": "H"
|
||||||
}],
|
|
||||||
"thresholds": [],
|
|
||||||
"timeFrom": null,
|
|
||||||
"timeRegions": [],
|
|
||||||
"timeShift": null,
|
|
||||||
"title": "Vaccination Rate (Least One Dose by Age)",
|
|
||||||
"tooltip": {
|
|
||||||
"shared": true,
|
|
||||||
"sort": 0,
|
|
||||||
"value_type": "individual"
|
|
||||||
},
|
|
||||||
"type": "graph",
|
|
||||||
"xaxis": {
|
|
||||||
"buckets": null,
|
|
||||||
"mode": "time",
|
|
||||||
"name": null,
|
|
||||||
"show": true,
|
|
||||||
"values": []
|
|
||||||
},
|
|
||||||
"yaxes": [{
|
|
||||||
"$$hashKey": "object:161",
|
|
||||||
"format": "short",
|
|
||||||
"label": null,
|
|
||||||
"logBase": 1,
|
|
||||||
"max": null,
|
|
||||||
"min": null,
|
|
||||||
"show": true
|
|
||||||
}, {
|
}, {
|
||||||
"$$hashKey": "object:162",
|
"exemplar": true,
|
||||||
"format": "short",
|
"expr": "ontvacstat_age_adult_18_plus_percent_fully_vaccinated * 100",
|
||||||
"label": null,
|
"hide": false,
|
||||||
"logBase": 1,
|
"interval": "",
|
||||||
"max": null,
|
"legendFormat": "18+",
|
||||||
"min": null,
|
"refId": "I"
|
||||||
"show": true
|
}, {
|
||||||
|
"exemplar": true,
|
||||||
|
"expr": "(ontvacstat_total_individuals_fully_vaccinated) / (ontvacstat_eligible_population) * 100",
|
||||||
|
"hide": false,
|
||||||
|
"interval": "",
|
||||||
|
"legendFormat": "12 +",
|
||||||
|
"refId": "J"
|
||||||
}],
|
}],
|
||||||
"yaxis": {
|
"timeFrom": null,
|
||||||
"align": false,
|
"timeShift": null,
|
||||||
"alignLevel": null
|
"title": "Fully Vaccincated by Age",
|
||||||
}
|
"type": "gauge"
|
||||||
}],
|
}],
|
||||||
"refresh": "1h",
|
"refresh": "1h",
|
||||||
"schemaVersion": 27,
|
"schemaVersion": 27,
|
||||||
@ -542,7 +534,7 @@
|
|||||||
"list": []
|
"list": []
|
||||||
},
|
},
|
||||||
"time": {
|
"time": {
|
||||||
"from": "now-5m",
|
"from": "now-3d",
|
||||||
"to": "now"
|
"to": "now"
|
||||||
},
|
},
|
||||||
"timepicker": {
|
"timepicker": {
|
||||||
@ -568,7 +560,7 @@
|
|||||||
"timezone": "",
|
"timezone": "",
|
||||||
"title": "Ontario Vaccination Stats",
|
"title": "Ontario Vaccination Stats",
|
||||||
"uid": "vhnVv3lMk",
|
"uid": "vhnVv3lMk",
|
||||||
"version": 80
|
"version": 82
|
||||||
},
|
},
|
||||||
"expires": 86400,
|
"expires": 86400,
|
||||||
"key": "ontvacstats"
|
"key": "ontvacstats"
|
||||||
|
Reference in New Issue
Block a user