diff --git a/playground/html/material-gauge-gh-pages/index.html b/playground/html/material-gauge-gh-pages/index.html
index c86e000..c02013d 100644
--- a/playground/html/material-gauge-gh-pages/index.html
+++ b/playground/html/material-gauge-gh-pages/index.html
@@ -43,7 +43,7 @@
- 75%
+
@@ -59,7 +59,7 @@
- 50%
+
@@ -75,7 +75,7 @@
- 25°C
+
@@ -88,9 +88,11 @@
var gauge2 = new Gauge(document.getElementById("gauge2"));
var gauge3 = new Gauge(document.getElementById("gauge3"));
- gauge.value(75);
+ //gauge.value(75);
+ //gauge2.value(50);
+ gauge.value(25);
gauge2.value(50);
- gauge3.value((29*100)/42);
+ gauge3.value(33, 42, '°C');