Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/survey_server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorBjörn Schießle <bjoern@schiessle.org>2015-12-18 18:07:13 +0300
committerBjörn Schießle <bjoern@schiessle.org>2015-12-18 18:07:13 +0300
commit1e3be5d232f47d52f0ef6ff62ba92a335db12954 (patch)
treee69193ecd2f2d71b39ac4faa20c4073f864439de /js
parente1b9aa0012f47d657f6157c784d2a6fbe48403d2 (diff)
show app statistic in percentage instead of absolute numbers
Diffstat (limited to 'js')
-rw-r--r--js/script.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/script.js b/js/script.js
index 33039a1..6b029b7 100644
--- a/js/script.js
+++ b/js/script.js
@@ -79,7 +79,7 @@
labels: appLabels,
datasets: [
{
- label: "Enabled Apps",
+ label: "Enabled Apps (in %)",
fillColor: "rgba(151,187,205,0.5)",
strokeColor: "rgba(151,187,205,0.8)",
highlightFill: "rgba(151,187,205,0.75)",