Class: ZTK::GoogleChart::Bar
Overview
GoogleChart Bar Chart
Constant Summary
Constant Summary
Constants included from ZTK::GoogleChart::Base::Dates
ZTK::GoogleChart::Base::Dates::DATE_HELPERS
Instance Method Summary (collapse)
-
- (Bar) initialize(configuration = {})
constructor
A new instance of Bar.
Methods inherited from Base
Methods included from ZTK::GoogleChart::Base::Ticks
Methods included from ZTK::GoogleChart::Base::Options
Methods included from ZTK::GoogleChart::Base::Dates
#date_format, #date_scale, #date_seed, #date_wrapper
Methods included from ZTK::GoogleChart::Base::DataTable
#data_table, #data_table_function, #data_table_render
Methods included from ZTK::GoogleChart::Base::ArrayToDataTable
#array_to_data_table, #array_to_data_table_function, #array_to_data_table_render
Methods inherited from Base
build_config, #config, #direct_log, hash_config, log_and_raise, #log_and_raise
Constructor Details
- (Bar) initialize(configuration = {})
Returns a new instance of Bar
7 8 9 |
# File 'lib/ztk/google_chart/bar.rb', line 7 def initialize(configuration={}) super({ :type => 'BarChart' }.merge(configuration)) end |