Skip to content

Commit

Permalink
Update docs for version 3.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
goat1000 committed Feb 15, 2022
1 parent 9498dfd commit 93ce3c3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Version 3.13 (14/02/2022)
------------
- Added curved line graph support with line_curve option.
- Added horizontal 3D bar graph.
- Added horizontal grouped 3D bar graph.
- Added horizontal stacked 3D bar graph.
- Added line_bar option for setting marker positions on bar and line graphs.
- Cylinder graphs now support bar_top_overlay_* options.
- Made conversion of multi-dataset data to structured more robust.

Version 3.12 (10/12/2021)
------------
- Added exploded semi-donut graph.
Expand Down
10 changes: 8 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SVGGraph Library version 3.12
SVGGraph Library version 3.13
=============================

This library provides PHP classes and functions for easily creating SVG
Expand Down Expand Up @@ -66,6 +66,12 @@ At the moment these types of graph are supported by SVGGraph:

HorizontalGroupedBarGraph - a grouped bar graph drawn horizontally;

HorizontalBar3DGraph - a 3D bar graph with the axes swapped;

HorizontalStackedBar3DGraph - a stacked 3D bar graph drawn horizontally;

HorizontalGroupedBar3DGraph - a grouped 3D bar graph drawn horizontally;

RadarGraph - a radar or star graph with values drawn as lines;

MultiRadarGraph - a radar graph supporting multiple data sets;
Expand Down Expand Up @@ -323,4 +329,4 @@ For more information about this software please contact the author,
graham(at)goat1000.com or visit the website: http://www.goat1000.com/


Copyright (C) 2009-2021 Graham Breach
Copyright (C) 2009-2022 Graham Breach

0 comments on commit 93ce3c3

Please sign in to comment.