aboutsummaryrefslogtreecommitdiff
path: root/app/views/stats/repartition.phtml
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-10-09 16:18:26 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-10-09 16:18:26 +0200
commit799bb6e0de68f5dddde53a6ea7178a518d16cbfa (patch)
treeb8b7b63edae7b9f7553a5df15f2c53c002b26fb5 /app/views/stats/repartition.phtml
parent6dfbc28042c6e18da9c7578ed626064a4d8c7cb3 (diff)
parentcaf98a6468dcea5ae8c38062e4eb527cb3667db9 (diff)
Merge branch 'hotfixes' into beta
Conflicts: CHANGELOG README.fr.md README.md constants.php
Diffstat (limited to 'app/views/stats/repartition.phtml')
-rw-r--r--app/views/stats/repartition.phtml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/stats/repartition.phtml b/app/views/stats/repartition.phtml
index b425c1458..750a3ffdc 100644
--- a/app/views/stats/repartition.phtml
+++ b/app/views/stats/repartition.phtml
@@ -67,7 +67,7 @@ function initStats() {
}, {
data: avg_h,
lines: {show: true},
- label: <?php echo $this->averageHour?>,
+ label: "<?php echo $this->averageHour?>",
yaxis: 2
}],
{
@@ -96,7 +96,7 @@ function initStats() {
}, {
data: avg_dow,
lines: {show: true},
- label: <?php echo $this->averageDayOfWeek?>,
+ label: "<?php echo $this->averageDayOfWeek?>",
yaxis: 2
}],
{
@@ -126,7 +126,7 @@ function initStats() {
}, {
data: avg_m,
lines: {show: true},
- label: <?php echo $this->averageMonth?>,
+ label: "<?php echo $this->averageMonth?>",
yaxis: 2
}],
{