NAME

Google::Chart::Size - Google::Chart Size Specification

SYNOPSIS

  Google::Chart->new(
    size => "400x300"
  )

  Google::Chart->new(
    size => {
      width => 400,
      height => 300
    }
  )

METHODS

parameter_value