Skip to content

Commit

Permalink
Updates for version 3.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
goat1000 committed Jun 19, 2020
1 parent 9b81b5c commit d6b752d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Version 3.6 (19/06/2020)
-----------
- Added support for multi-level axis division labels.
- Added axis_font_weight option and its horizontal and vertical options.
- Added axis_text_back_colour option and horizontal, vertical options.
- Fixed display of axis lines when using a gradient.
- Fixed crosshairs not hiding when cursor leaves grid.
- Fixed link_target and link_base options not working.

Version 3.5 (07/03/2020)
-----------
- Added support for saturation, brightness and hue colour filters.
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.5
SVGGraph Library version 3.6
============================

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

0 comments on commit d6b752d

Please sign in to comment.