statistics: show global statistics image (globalGraph) - v2

This commit is contained in:
Little-Ben 2015-06-07 18:47:14 +02:00
parent 15e3f41183
commit 607c15ef3b
4 changed files with 76 additions and 2 deletions

View file

@ -74,7 +74,7 @@ function (chroma, Map, Sidebar, Tabs, Container, Meshstats, Linklist,
var lostnodeslist = new SimpleNodelist("lost", "lastseen", router, "Verschwundene Knoten")
var nodelist = new Nodelist(router)
var linklist = new Linklist(linkScale, router)
var statistics = new Proportions()
var statistics = new Proportions(config)
var about = new About()
dataTargets.push(meshstats)