NAME
Google::Chart::Size - Google::Chart Size Specification
SYNOPSIS
Google::Chart->new(
size => "400x300"
)
Google::Chart->new(
size => {
width => 400,
height => 300
}
)
Google::Chart::Size - Google::Chart Size Specification
Google::Chart->new(
size => "400x300"
)
Google::Chart->new(
size => {
width => 400,
height => 300
}
)