|
|
@@ -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
|
|
|
}],
|
|
|
{
|