Skip to content

Commit

Permalink
Updates for version 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
goat1000 committed Dec 23, 2019
1 parent e4289d4 commit 48b0d9d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
Version 3.4 (20/12/2019)
-----------
- Added SVG filter based shadows and options for adjusting them.
- Added legend spacing and padding options.
- Added support for stroking graph, tooltip, legend and label lines using
gradients and patterns.
- Added support for stroking graph lines using fill colour or fill style.
- Added support for filling markers with gradients and patterns.
- Added support for displaying gradients in radar graph grid stripes.
- Added simple Javascript minifier function.
- Fixed 3D bar graphs having spiky corners at the top.
- Fixed histogram X-axis being truncated.
- Fixed 3D pie graph side shading drawing over edges.
- Fixed lousy axis top end calculation when non-zero bottom end specified.
- Fixed legend entries not showing for floating graph bars starting at zero.

Version 3.3 (22/11/2019)
-----------
- Added ArrayGraph type for simple multiple-graph documents.
Expand Down
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SVGGraph Library version 3.3
SVGGraph Library version 3.4
============================

This library provides PHP classes and functions for easily creating SVG
Expand Down
2 changes: 1 addition & 1 deletion SVGGraph.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class SVGGraph {

use SVGGraphTrait;

const VERSION = 'SVGGraph 3.3';
const VERSION = 'SVGGraph 3.4';
private $width = 100;
private $height = 100;
private $settings = [];
Expand Down

0 comments on commit 48b0d9d

Please sign in to comment.