Class: GChart::Venn
Instance Attribute Summary
Attributes inherited from Base
#axes, #chart_background, #colors, #data, #entire_background, #extras, #height, #legend, #max, #title, #width
Instance Method Summary collapse
-
#render_chart_type ⇒ Object
:nodoc:.
Methods inherited from Base
#axis, #fetch, #initialize, #size, #size=, #to_url, #write
Constructor Details
This class inherits a constructor from GChart::Base
Instance Method Details
#render_chart_type ⇒ Object
:nodoc:
3 4 5 |
# File 'lib/gchart/venn.rb', line 3 def render_chart_type #:nodoc: "v" end |