Method: GChart::Base#size

Defined in:
lib/gchart/base.rb

#sizeObject

Returns the chart’s size as “WIDTHxHEIGHT”.



61
62
63
# File 'lib/gchart/base.rb', line 61

def size
  "#{width}x#{height}"
end