Skip to content

Commit 3b52393

Browse files
abrilgzzdanielluo-msft
authored andcommitted
Configure xAxis and yAxis name fix
1 parent cbea347 commit 3b52393

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Infrastructure/data/dashboard.bicep

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5438,12 +5438,12 @@ resource name_resource 'Microsoft.Portal/dashboards@2015-08-01-preview' = {
54385438
PartTitle: 'Threshold Violations Created'
54395439
Dimensions: {
54405440
xAxis: {
5441-
name: 'Bin'
5441+
name: 'Day'
54425442
type: 'datetime'
54435443
}
54445444
yAxis: [
54455445
{
5446-
name: 'count_'
5446+
name: 'NotificationsCount'
54475447
type: 'long'
54485448
}
54495449
]

0 commit comments

Comments
 (0)