Skip to content

Commit

Permalink
Updated for version 2.25.
Browse files Browse the repository at this point in the history
  • Loading branch information
goat1000 committed Oct 13, 2017
1 parent 0e04ff8 commit 0cce089
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
Version 2.25 (12/10/2017)
------------
- Added 3D polar area graph.
- Added 3D exploded pie graph.
- Added support for datetime keys in shapes and labels.
- 3D pie graph sides are now drawn correctly when end_angle used.
- Improved PHP7 compatibility.
- Moved guideline code into separate file.
- Fixed display of semi-donut graph when there is a single value.
- Fixed display of multi-line axis text on horizontal graphs.
- Fixed multi-line text alignment when minifying is disabled.
- Fixed legend_show_empty behaviour inconsistencies.
- Fixed incorrect legend size when containing numeric strings.
- Fixed missing bar tops on stacked grouped 3D bar graphs.

Version 2.24.1 (21/08/2017)
--------------
- Added stacked bar and line graph.
Expand Down
8 changes: 6 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SVGGraph Library version 2.24.1
===============================
SVGGraph Library version 2.25
=============================

This library provides PHP classes and functions for easily creating SVG
graphs from data. As of version 2.0, SVGGraph works with PHP 5 only -
Expand Down Expand Up @@ -87,7 +87,11 @@ At the moment these types of graph are supported by SVGGraph:
PolarAreaGraph - a pie graph where the area of the slice varies instead of
its angle;

PolarArea3DGraph - a 3D version of the polar area graph.

ExplodedPieGraph - a pie graph with slices exploded out from the centre.

ExplodedPie3DGraph - a 3D version of the exploded pie graph.

Using SVGGraph
==============
Expand Down

0 comments on commit 0cce089

Please sign in to comment.