Skip to content

Commit f61a70e

Browse files
committed
update case of value labels to reflect last commit
1 parent 698515b commit f61a70e

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

ui/gauge.html

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -39,20 +39,20 @@
3939
gaugeCanvas.append(gauge);
4040

4141
const avgDial = new swim.DialView()
42-
.label("AVG");
43-
gauge.setChildView("AVG", avgDial);
42+
.label("avg");
43+
gauge.setChildView("avg", avgDial);
4444

4545
const locAvgDial = new swim.DialView()
46-
.label("LOC_AVG");
47-
gauge.setChildView("LOC_AVG", locAvgDial);
46+
.label("localAvg");
47+
gauge.setChildView("localAvg", locAvgDial);
4848

4949
const locVarDial = new swim.DialView()
50-
.label("LOC_VAR");
51-
gauge.setChildView("LOC_VAR", locVarDial);
50+
.label("localVar");
51+
gauge.setChildView("localVar", locVarDial);
5252

5353
const locStdDevDial = new swim.DialView()
54-
.label("LOC_STD_DEV");
55-
gauge.setChildView("LOC_STD_DEV", locStdDevDial);
54+
.label("localStdDev");
55+
gauge.setChildView("localStdDev", locStdDevDial);
5656

5757
var colorLow = "#50e3c2";
5858
var colorMed = "#359680";
@@ -80,10 +80,10 @@
8080
.nodeUri(agent_URI)
8181
.laneUri("stats")
8282
.didSet(function (value) {
83-
updateDial(avgDial, 60, "AVG", value);
84-
updateDial(locAvgDial, 60, "LOCAL_AVG", value);
85-
updateDial(locVarDial, 1000, "LOCAL_VAR", value);
86-
updateDial(locStdDevDial, 40, "LOCAL_STD_DEV", value)
83+
updateDial(avgDial, 60, "avg", value);
84+
updateDial(locAvgDial, 60, "localAvg", value);
85+
updateDial(locVarDial, 1000, "localVar", value);
86+
updateDial(locStdDevDial, 40, "localStdDev", value)
8787
})
8888
.open();
8989

@@ -103,10 +103,10 @@
103103
.nodeUri(agent_URI)
104104
.laneUri("stats")
105105
.didSet(function (value) {
106-
updateDial(avgDial, 60, "AVG", value);
107-
updateDial(locAvgDial, 60, "LOCAL_AVG", value);
108-
updateDial(locVarDial, 1000, "LOCAL_VAR", value);
109-
updateDial(locStdDevDial, 40, "LOCAL_STD_DEV", value)
106+
updateDial(avgDial, 60, "avg", value);
107+
updateDial(locAvgDial, 60, "localAvg", value);
108+
updateDial(locVarDial, 1000, "localVar", value);
109+
updateDial(locStdDevDial, 40, "localStdDev", value)
110110
})
111111
.open();
112112

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy