Method: Formatter::Png#google_type

Defined in:
app/formatters/png_formatter.rb

#google_typeObject



38
39
40
# File 'app/formatters/png_formatter.rb', line 38

def google_type
  options.chart_type.try(:to_s).try(:downcase) || CHART_TYPES.first
end