1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

Fixed intances's CPU graph

This commit is contained in:
Retspen 2015-04-21 17:25:26 +03:00
parent 868dda5494
commit a80d298f0a
2 changed files with 4 additions and 2 deletions

View file

@ -955,8 +955,8 @@
pointDotRadius: 2,
scaleLabel: "<%=value%> %",
scaleOverride: true,
scaleSteps: 10,
scaleStepWidth: 10,
scaleSteps: 5,
scaleStepWidth: 20,
scaleStartValue: 0,
responsive: true
};