Skip to content

Commit

Permalink
Merge pull request #59 from clhain/vs_asm_cpu_util_unit_fix
Browse files Browse the repository at this point in the history
fix units on asm_cpu utilitzation chart
  • Loading branch information
mikempw authored Nov 18, 2024
2 parents f99d3e4 + 4b3ef4a commit 5c215e5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1581,7 +1581,7 @@
"axisColorMode": "text",
"axisLabel": "",
"axisPlacement": "auto",
"axisSoftMax": 1,
"axisSoftMax": 100,
"axisSoftMin": 0,
"barAlignment": 0,
"barWidthFactor": 0.6,
Expand Down Expand Up @@ -1623,7 +1623,7 @@
}
]
},
"unit": "percentunit"
"unit": "percent"
},
"overrides": []
},
Expand Down

0 comments on commit 5c215e5

Please sign in to comment.