From cfe8dfd864de80a65ed891fedd3133e742c21458 Mon Sep 17 00:00:00 2001 From: Lukas Winkler Date: Mon, 18 Jun 2018 15:36:21 +0200 Subject: 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 --- LEGALNOTICE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'LEGALNOTICE') diff --git a/LEGALNOTICE b/LEGALNOTICE index 6135c0a079..abab32984f 100644 --- a/LEGALNOTICE +++ b/LEGALNOTICE @@ -126,9 +126,9 @@ THIRD-PARTY COMPONENTS AND LIBRARIES Link: https://github.com/tedivm/jshrink License: BSD-3-Clause - Name: sparkline - Link: https//sourceforge.net/projects/sparkline/ - License: Dual-licensed: New BSD or GPL v2 + Name: Sparkline + Link: https://github.com/jamiebicknell/Sparkline + License: MIT Name: sprintf Link: http://www.diveintojavascript.com/projects/javascript-sprintf -- cgit v1.2.3