Class: GoogleVisualr::Interactive::GanttChart

Inherits:
BaseChart
  • Object
show all
Defined in:
lib/google_visualr/interactive/gantt_chart.rb

Overview

Constant Summary

Constants inherited from BaseChart

BaseChart::DEFAULT_VERSION

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_nameObject



7
8
9
# File 'lib/google_visualr/interactive/gantt_chart.rb', line 7

def package_name
  "gantt"
end