Skip to content

Commit

Permalink
Updates for version 3.17.
Browse files Browse the repository at this point in the history
  • Loading branch information
goat1000 committed Sep 16, 2022
1 parent cbfc7b6 commit 1bdb330
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion AxisFixedTicks.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright (C) 2021 Graham Breach
* Copyright (C) 2021-2022 Graham Breach
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
Expand Down
8 changes: 8 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Version 3.17 (16/09/2022)
------------
- Added axis_tightness_x option for removing space at ends of X-axis.
- Added data_label_align option for label text alignment.
- Added tooltip_align option for tooltip text alignment.
- Fixed missing final bar when using axis_ticks_x with bar graphs.
- Fixed data labels from structured data not showing when filter set to "none".

Version 3.16 (29/07/2022)
------------
- Added support for multiple task bars/milestones on Gantt chart rows.
Expand Down
2 changes: 1 addition & 1 deletion Javascript.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright (C) 2012-2021 Graham Breach
* Copyright (C) 2012-2022 Graham Breach
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
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.16
SVGGraph Library version 3.17
=============================

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

0 comments on commit 1bdb330

Please sign in to comment.