Releases: davaxi/Sparkline
Releases · davaxi/Sparkline
2.2.0
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
New Contributors
Full Changelog: 2.1.0...2.2.0
Upgrading for PHP >= 7.0 and PHP 8.0
Merge pull request #20 from davaxi/features/upgrateForPhp7 Upgrade for PHP 7.0 & PHP 8.0
Fix
Support displaying multiple series
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
Add padding method
Add points
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
This release fix issue #6
1.0.6
Add dots on minimal and maximal value
New methods to add dot on minimal or/and maximal value