Commit graph

29 commits

Author SHA1 Message Date
Colin Kuskie
4b1af3de18 Use WebGUI::Pluggable::instanciate instead of string eval to load Image::Graph modules. Fixes bug #11898. 2010-10-12 11:03:22 -07:00
Martin Kamerbeek
106d321dd9 Fixed Poll: Pie Chart broken (#10830) 2009-08-27 16:17:14 +00:00
Colin Kuskie
5458d1a679 Add missing POD to WebGUI::Image and child classes, and fix any POD typos that affect coverage. 2009-07-04 20:29:54 +00:00
Colin Kuskie
787697adce Add stub POD to these modules to get them to pass the POD test. 2009-01-26 23:35:51 +00:00
JT Smith
04f2388ef8 The deprecated use of Graphics::Magick has been eliminated. WebGUI uses
Image::Magick exclusively for all image processing functions once again.
2008-11-26 16:59:25 +00:00
JT Smith
fa09c41598 replaced return; with return undef; 2008-01-24 21:58:15 +00:00
Graham Knop
f14c6e4b91 merging 7.4 changes 2007-12-13 10:41:27 +00:00
Colin Kuskie
08fbd46d28 all loop iterators have to be declared lexical. PBP/108 2007-12-05 16:46:38 +00:00
Colin Kuskie
96178fd70c first round of Perl::Critic cleanups. Do not use return undef, use a bare return instead 2007-12-05 00:30:43 +00:00
JT Smith
e6eb07565b Colors in bar graph now cycle through the palette like pie chart.
- fix: Graphing with Graphics Magick Bungled ( fixed line and bar problems, 
   not pie problems)
2007-10-10 19:00:38 +00:00
JT Smith
9775400b8a graphing doesn't work with GraphicsMagick 2007-10-03 23:23:44 +00:00
JT Smith
bde1a7a941 Graphics::Magick is now the standard graphics package in WebGUI, but
Image::Magick will be supported for backwards compatibility. See gotcha.txt
   for details.
2007-07-26 03:23:47 +00:00
Colin Kuskie
adace63acf silly typo 2006-11-17 16:15:29 +00:00
Colin Kuskie
9f679b1c03 i18n a label in Image/Graph.pm 2006-11-17 06:45:27 +00:00
Wouter van Oijen
2d9565775f POD fixes and removing debug output 2006-07-11 09:05:22 +00:00
Colin Kuskie
5cb101af44 POD whitespace fixes 2006-05-22 15:58:31 +00:00
Wouter van Oijen
684f08649d Fixing stuff 2006-05-21 14:49:40 +00:00
Wouter van Oijen
e136fb5b4e Bugfixes, removed warnings, XHTML compliance 2006-05-19 21:23:56 +00:00
Martin Kamerbeek
9f136ed01e fix [ 1489123 ] problem with graphing 2006-05-16 12:11:16 +00:00
Martin Kamerbeek
64b0597481 Adding hoverhelp to the graphing stuff. 2006-05-11 12:35:42 +00:00
Martin Kamerbeek
b6cbd68529 Fixed a bug where the pie height could not be set to 0 2006-05-09 16:10:38 +00:00
Martin Kamerbeek
7d061da0f9 Fixed a bug where the tilt angle could not be set to 0 2006-05-09 16:05:58 +00:00
Martin Kamerbeek
11cba74195 Arggh. Stupid copy paste errors. 2006-05-09 16:00:43 +00:00
Martin Kamerbeek
d5dfa4b84d Fixing a very weird bug in the Pie Chart 2006-05-09 15:50:46 +00:00
Martin Kamerbeek
2ecedbb765 Added more and more pod, and fixed some pod bugs. 2006-05-09 15:05:06 +00:00
Martin Kamerbeek
0991385e00 Removed accidentally included use Data::Dumper and use Data::Dumper::Simple statements. 2006-05-06 09:09:53 +00:00
Martin Kamerbeek
3c1a50ee38 Added mor POD to the graphing system and adjusted the palette api to be more robust. 2006-05-05 12:01:29 +00:00
Martin Kamerbeek
a4254f51b4 Adding the first part of the graphing POD and changed the drawLabel function to have a saner api 2006-05-02 14:48:42 +00:00
Martin Kamerbeek
27af7de00c Adding the graphing engine. 2006-04-30 22:40:23 +00:00