Method: GChart::Bar#render_chart_type
- Defined in:
- lib/gchart/bar.rb
#render_chart_type ⇒ Object
:nodoc:
56 57 58 |
# File 'lib/gchart/bar.rb', line 56 def render_chart_type #:nodoc: "b#{@orientation.to_s[0..0]}#{grouped? ? "g" : "s"}" end |