Class: GoogleVisualr::Interactive::GanttChart
- Defined in:
- lib/google_visualr/interactive/gantt_chart.rb
Overview
Constant Summary
Constants inherited from BaseChart
Instance Attribute Summary
Attributes inherited from BaseChart
#data_table, #language, #listeners, #material, #version
Instance Method Summary collapse
Methods inherited from BaseChart
#add_listener, #chart_class, #chart_function_name, #chart_name, #class_name, #draw_js, #initialize, #load_js, #options, #options=, #to_js
Methods included from ParamHelpers
#js_parameters, #stringify_keys!, #typecast
Constructor Details
This class inherits a constructor from GoogleVisualr::BaseChart
Instance Method Details
#package_name ⇒ Object
7 8 9 |
# File 'lib/google_visualr/interactive/gantt_chart.rb', line 7 def package_name "gantt" end |