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:
authorLukas Winkler <github@lw1.at>2018-06-18 16:36:21 +0300
committerStefan Giehl <stefan@piwik.org>2018-06-18 16:36:21 +0300
commitcfe8dfd864de80a65ed891fedd3133e742c21458 (patch)
treee43cab6f4e16c012421738c6933f8e267fa295fb /composer.json
parent9e59d0097bd9f6b8dafa36b68726d8a7412e955f (diff)
replace sparkline library with modern equivalent (#12066)
* replace sparkline library with modern equivalent * test setting $enableSparklineImages to true for UI tests * update LEGALNOTICE * add minimum and maximum dots * further improve sparklines - no minimum/maximum if they are the same - add offset to the top so that maximum isn't stuck at the border - doubled resolution of image as it was a bit blurry and it's still <1.5KB * fix display size of sparklines * make Sparklines red * fix sparkline size in rowEvoluton * change line colors to black * lastPoint and padding * update Sparkline to new version * remove possibility to disable sparklines ($enableSparklineImages) * handle formatted numbers * Updates UI files
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index dfef0d84fe..80decdbecb 100644
--- a/composer.json
+++ b/composer.json
@@ -47,7 +47,8 @@
"piwik/piwik-php-tracker": "^1.0",
"composer/semver": "~1.3.0",
"szymach/c-pchart": "^2.0",
- "geoip2/geoip2": "^2.8"
+ "geoip2/geoip2": "^2.8",
+ "davaxi/sparkline": "^1.1"
},
"require-dev": {
"aws/aws-sdk-php": "2.7.1",