Method: Formatter::Png#google_type
- Defined in:
- app/formatters/png_formatter.rb
#google_type ⇒ Object
38 39 40 |
# File 'app/formatters/png_formatter.rb', line 38 def google_type .chart_type.try(:to_s).try(:downcase) || CHART_TYPES.first end |