Skip to content

Releases: davaxi/Sparkline

2.2.0

11 Mar 13:10
Compare
Choose a tag to compare

Update methode deactivateFillColor

You need to use deactivateAllFillColor for remove fill color of all series. And you need to specify for all complementary series, fill colors.

What's Changed

  • Allow deactivating fill color for a specific series by @alsotop in #23

New Contributors

Full Changelog: 2.1.0...2.2.0

Upgrading for PHP >= 7.0 and PHP 8.0

30 Sep 19:18
dbdab86
Compare
Choose a tag to compare
Merge pull request #20 from davaxi/features/upgrateForPhp7

Upgrade for PHP 7.0 & PHP 8.0

Fix

05 Feb 13:41
Compare
Choose a tag to compare
Fix

Apply MR #15

Thanks @sgiehl :)

Support displaying multiple series

13 Jan 11:07
Compare
Choose a tag to compare

This version integrate merge PR:

  • #11 Support displaying multiple series in a sparkline
  • #13 Exclude unnecessary development files from package
  • #12 Enhance Travis CI and PHPUnit test
  • #10 add paranthesis to ambigious line

Thanks to @diosmosis @sgiehl @peter279k and @Findus23

1.1.2

15 Dec 15:47
Compare
Choose a tag to compare

Updates:

  • Skip points when not exist min / max / first / last value
  • Convert dot radius to dot width

Add padding method

08 Dec 09:47
Compare
Choose a tag to compare

This release integrate MR #4

Removed method :

  • setTopOffset

Create method :

  • setPadding

Add points

07 Dec 14:35
Compare
Choose a tag to compare

This release integrate issue #2

Removed methods :

  • setDotRadius
  • setMinimumColorHex
  • setMinimumColorRGB
  • setMaximumColorHex
  • setMaximumColorRGB

Use directly method to add Point addPoint($index, $radius, $colorHex) for migration;

Fix disable colors

07 Dec 13:36
Compare
Choose a tag to compare

This release fix issue #6

1.0.6

04 Dec 12:43
Compare
Choose a tag to compare
  • Refactoring for CodeClimate
  • Create method setOriginValue for Issue #5

Add dots on minimal and maximal value

16 Nov 09:43
Compare
Choose a tag to compare

New methods to add dot on minimal or/and maximal value