Skip to content

Commit

Permalink
Updates for version 3.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
goat1000 committed May 24, 2021
1 parent 4f2e92d commit a866ebd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Version 3.9 (24/05/2021)
-----------
- Added support for linking legend entries and title.
- Added axis_ticks_x and axis_ticks_y options for specific tick marks.
- Added legend_autohide_opacity option.
- Added autohide and autohide_opacity options for shapes.
- Added grid stroke width options.

Version 3.8 (23/02/2021)
-----------
- Added SteppedLineGraph and MultiSteppedLineGraph graph types.
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.8
SVGGraph Library version 3.9
============================

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.8';
const VERSION = 'SVGGraph 3.9';
private $width = 100;
private $height = 100;
private $settings = [];
Expand Down

0 comments on commit a866ebd

Please sign in to comment.