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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/Visualization/Sparkline.php')
-rw-r--r--core/Visualization/Sparkline.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/Visualization/Sparkline.php b/core/Visualization/Sparkline.php
index c029d91ab7..fbeeea0a89 100644
--- a/core/Visualization/Sparkline.php
+++ b/core/Visualization/Sparkline.php
@@ -165,10 +165,10 @@ class Sparkline implements ViewInterface
if (empty($colors)) { // quick fix so row evolution sparklines will have color in widgetize's iframes
$colors = array(
'backgroundColor' => '#ffffff',
- 'lineColor' => '#162C4A',
- 'minPointColor' => '#ff7f7f',
- 'lastPointColor' => '#55AAFF',
- 'maxPointColor' => '#75BF7C'
+ 'lineColor' => '#162C4A',
+ 'minPointColor' => '#ff7f7f',
+ 'lastPointColor' => '#55AAFF',
+ 'maxPointColor' => '#75BF7C'
);
}