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.lock
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.lock')
-rw-r--r--composer.lock60
1 files changed, 59 insertions, 1 deletions
diff --git a/composer.lock b/composer.lock
index 514819f16f..d91dc64f8c 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
- "content-hash": "ed95573aa1d50a430cc55428d46160b6",
+ "content-hash": "53d9ab304551df4691f2057dc8b12c99",
"packages": [
{
"name": "composer/ca-bundle",
@@ -156,6 +156,63 @@
"time": "2017-02-14T19:40:03+00:00"
},
{
+ "name": "davaxi/sparkline",
+ "version": "1.1.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/davaxi/Sparkline.git",
+ "reference": "d563481f0960bac1acb4e24743ab884f4ce251e2"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/davaxi/Sparkline/zipball/d563481f0960bac1acb4e24743ab884f4ce251e2",
+ "reference": "d563481f0960bac1acb4e24743ab884f4ce251e2",
+ "shasum": ""
+ },
+ "require": {
+ "ext-gd": "*",
+ "php": ">=5.3.0"
+ },
+ "require-dev": {
+ "codeclimate/php-test-reporter": "dev-master",
+ "ext-gd": "*",
+ "friendsofphp/php-cs-fixer": "^2.8",
+ "jakub-onderka/php-parallel-lint": "^0.9.2",
+ "php": ">=5.3.0",
+ "phpro/grumphp": "^0.12.0",
+ "povils/phpmnd": "^1.1",
+ "sebastian/phpcpd": "^3.0",
+ "sensiolabs/security-checker": "^4.1",
+ "squizlabs/php_codesniffer": "^3.1",
+ "wearejust/grumphp-extra-tasks": "^2.1"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Davaxi\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "David Patiashvili",
+ "email": "stratagem.david@gmail.com",
+ "homepage": "https://www.patiashvili.fr/",
+ "role": "Developer"
+ }
+ ],
+ "description": "PHP Class (using GD) to generate sparklines",
+ "keywords": [
+ "php",
+ "picture",
+ "sparkline"
+ ],
+ "time": "2017-12-15T15:45:18+00:00"
+ },
+ {
"name": "doctrine/cache",
"version": "v1.6.1",
"source": {
@@ -3171,6 +3228,7 @@
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
+ "davaxi/sparkline": 20,
"facebook/xhprof": 20
},
"prefer-stable": false,