[libchart-clicker-perl] 01/07: Merge tag 'upstream/2.86'
gregor herrmann
gregoa at debian.org
Fri Aug 9 20:04:00 UTC 2013
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libchart-clicker-perl.
commit 26f5de1fbe97e0000aa476027df7dfc6e005bba5
Merge: 0097084 f5547ce
Author: gregor herrmann <gregoa at debian.org>
Date: Fri Aug 9 21:46:20 2013 +0200
Merge tag 'upstream/2.86'
Upstream version 2.86
Changes | 6 +
LICENSE | 8 +-
MANIFEST | 5 +
META.json | 16 +-
META.yml | 9 +-
Makefile.PL | 9 +-
README | 4 +-
README.mkdn | 189 ++++++++++----------
lib/Chart/Clicker.pm | 21 ++-
lib/Chart/Clicker/Axis.pm | 88 ++++++++-
lib/Chart/Clicker/Axis/DateTime.pm | 9 +-
lib/Chart/Clicker/Axis/DivisionType.pm | 54 ++++++
lib/Chart/Clicker/Axis/DivisionType/Exact.pm | 93 ++++++++++
.../Clicker/Axis/DivisionType/LinearExpandGraph.pm | 162 +++++++++++++++++
.../Clicker/Axis/DivisionType/LinearRounded.pm | 175 ++++++++++++++++++
lib/Chart/Clicker/Component.pm | 9 +-
lib/Chart/Clicker/Container.pm | 9 +-
lib/Chart/Clicker/Context.pm | 9 +-
lib/Chart/Clicker/Data/DataSet.pm | 9 +-
lib/Chart/Clicker/Data/Marker.pm | 19 +-
lib/Chart/Clicker/Data/Range.pm | 94 ++++++----
lib/Chart/Clicker/Data/Series.pm | 13 +-
lib/Chart/Clicker/Data/Series/HighLow.pm | 9 +-
lib/Chart/Clicker/Data/Series/Size.pm | 9 +-
lib/Chart/Clicker/Decoration.pm | 9 +-
lib/Chart/Clicker/Decoration/Glass.pm | 9 +-
lib/Chart/Clicker/Decoration/Grid.pm | 8 +-
lib/Chart/Clicker/Decoration/Legend.pm | 12 +-
lib/Chart/Clicker/Decoration/Legend/Tabular.pm | 9 +-
lib/Chart/Clicker/Decoration/MarkerOverlay.pm | 9 +-
lib/Chart/Clicker/Decoration/OverAxis.pm | 9 +-
lib/Chart/Clicker/Decoration/Plot.pm | 9 +-
lib/Chart/Clicker/Drawing/ColorAllocator.pm | 9 +-
lib/Chart/Clicker/Positioned.pm | 9 +-
lib/Chart/Clicker/Renderer.pm | 9 +-
lib/Chart/Clicker/Renderer/Area.pm | 9 +-
lib/Chart/Clicker/Renderer/Bar.pm | 9 +-
lib/Chart/Clicker/Renderer/Bubble.pm | 9 +-
lib/Chart/Clicker/Renderer/CandleStick.pm | 9 +-
lib/Chart/Clicker/Renderer/Line.pm | 66 ++++++-
lib/Chart/Clicker/Renderer/Pie.pm | 10 +-
lib/Chart/Clicker/Renderer/Point.pm | 9 +-
lib/Chart/Clicker/Renderer/PolarArea.pm | 9 +-
lib/Chart/Clicker/Renderer/StackedArea.pm | 9 +-
lib/Chart/Clicker/Renderer/StackedBar.pm | 9 +-
lib/Chart/Clicker/Tutorial.pm | 9 +-
t/axis-division-rounded.t | 89 +++++++++
t/axis.t | 1 +
t/data-range.t | 3 -
49 files changed, 1090 insertions(+), 289 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libchart-clicker-perl.git
More information about the Pkg-perl-cvs-commits
mailing list