summaryrefslogtreecommitdiffstats
path: root/web/dashboard.html
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2015-12-16 04:32:22 +0200
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2015-12-16 04:32:22 +0200
commit810f14d024d8926d823f52c84e9ea0eab4f665f7 (patch)
tree7ddc2d1dd0ab5347b2579d9aaa56c8454d518967 /web/dashboard.html
parent1006b9561e7afd6bbea48f7a6fdd1941f5413c97 (diff)
added support for empty charts; now the javascript tracks colors per dimension to assign the same color on any instance of the chart; various optimizations; nonzero option is now properly supported
Diffstat (limited to 'web/dashboard.html')
-rwxr-xr-xweb/dashboard.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/web/dashboard.html b/web/dashboard.html
index 35681f6c81..48c368aee3 100755
--- a/web/dashboard.html
+++ b/web/dashboard.html
@@ -326,6 +326,17 @@ Sparklines using dygraphs
<br/>
<small>rendered in <span id="time208">X</span> ms</small>
</div>
+<div style="width: 33%; display: inline-block;">
+ <div data-netdata="net.gstag0"
+ data-chart-library="dygraph"
+ data-width="100%"
+ data-height="200"
+ data-after="-300"
+ data-dt-element-name="time209"
+ ></div>
+ <br/>
+ <small>rendered in <span id="time209">X</span> ms</small>
+</div>