Skip to content

Commit

Permalink
Update for SVGGraph 3.16.
Browse files Browse the repository at this point in the history
  • Loading branch information
goat1000 committed Aug 1, 2022
1 parent e05e9ee commit 9d46deb
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.16 (29/07/2022)
------------
- Added support for multiple task bars/milestones on Gantt chart rows.
- Added axis_double_x and axis_double_y options for same axis both sides.
- Added axis_pad_* options for adding space between axes and grid.
- Added axis_extend_* options for extending ends of axes.
- Fixed axis with levels on right side of horizontal graph.

Version 3.15 (16/06/2022)
------------
- Added dependency arrow support to Gantt charts.
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.15
SVGGraph Library version 3.16
=============================

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

0 comments on commit 9d46deb

Please sign in to comment.