Doug Bell
|
7389128d99
|
must have a width/height in order to set width/height
Failing to give a proper width/height will cause ImageMagick to die
with an assertion error
|
2011-05-03 17:09:14 -05:00 |
|
Doug Bell
|
3ce8498427
|
fix bad heredoc ending
|
2011-02-25 15:45:40 -06:00 |
|
Doug Bell
|
88a94d65e2
|
finish Graph migration to FormBuilder
|
2011-02-25 15:45:39 -06:00 |
|
Colin Kuskie
|
5d4405f43d
|
Convert Image::Graph and Poll over to use FormBuilder.
|
2010-11-29 09:37:28 -08:00 |
|
Colin Kuskie
|
a90eadda7c
|
Merge commit 'bfe9780ce0' into WebGUI8. Merged up to 7.10.3
|
2010-11-02 14:49:33 -07:00 |
|
Doug Bell
|
199c4e4960
|
change ErrorHandler to Log
|
2010-10-27 12:50:12 -05:00 |
|
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 |
|
Graham Knop
|
ed04b99872
|
remove WebGUI::Utility
|
2010-09-07 13:18:49 -05:00 |
|
Graham Knop
|
6aa26c2e44
|
remove WebGUI::Utility::isIn
|
2010-09-07 12:33:15 -05:00 |
|
Graham Knop
|
fadc4f34ea
|
remove WebGUI::Utility::round
|
2010-08-25 12:38:14 -05:00 |
|
Scott Walters
|
9c3a3b1b79
|
It's better to die than to return in failure.
|
2010-08-19 12:38:27 -04:00 |
|
Graham Knop
|
e4792fe9d9
|
move var -> share
|
2010-07-07 03:04:06 -05:00 |
|
Graham Knop
|
29df110409
|
progress and WebGUI::Paths conversion
|
2010-04-15 18:42:16 -05: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 |
|