Skip to content

Releases: szymach/c-pchart

Yet another fix for PHP 7.1

14 Jul 07:26
Compare
Choose a tag to compare
Merge pull request #45 from caugner/patch-1

BaseDraw: Use array to determine max width

Reorganized directory structure, removed Factory class

01 Jul 21:47
Compare
Choose a tag to compare
v3.0.0

Added branch names to build status images

Unit tests, documentation and PHP 7.1 fix

01 Jul 20:35
Compare
Choose a tag to compare

Also deprecated the \CpChart\Factory\Factory class.

Last development release

24 Dec 21:05
Compare
Choose a tag to compare

Hey guys, I decided that I've put enough work into this project and will no longer do any development for it. I will still resolve any submitted issues as fast as I can, so you don't need to be concerned about support.

Fixed color alpha

12 Jun 19:00
Compare
Choose a tag to compare
Merge pull request #39 from dehrk/master

Ensure that $Alpha is an int

A fix for PHP 7.1

03 Jun 10:43
Compare
Choose a tag to compare
Merge pull request #38 from dehrk/master

drawStackedBarChart(): PHP 7.1 error

GPL license, set of small code standard updates

02 Apr 18:43
Compare
Choose a tag to compare
Merge pull request #34 from bowlofeggs/rm_MIT

Remove the MIT license file.

Initial PHP 7.1 support, lowered PHP requirement to 5.4

08 Mar 22:33
Compare
Choose a tag to compare

The library should more or less work under 7.1, although no extensive testing has been made in that regard.

Fixed bubble label points computation (@rage28)

20 Apr 12:43
Compare
Choose a tag to compare
Merge pull request #23 from rage28/master

Fix computation of bubble label points

Changed license to GPL v3.0

17 Feb 20:55
Compare
Choose a tag to compare

As the license of the original library states, modification and redistributing requires to do it under the GPL v3.0 library.