Subject: | size coersion from hashref is no good |
The synopsis says:
my $chart = Google::Chart->new(
size => {
width => 400,
height => 300
}
);
This is no good, it doesn't work. The hashref needs to be wrapped in ANOTHER hash ref and
made the value for the key "args"
Blech.
--
rjbs