Class: ZTK::GoogleChart::Annotation
Overview
GoogleChart Annotation Chart
Constant Summary
Constant Summary
Constants included from Base::Dates
Instance Method Summary (collapse)
-
- (Annotation) initialize(configuration = {})
constructor
A new instance of Annotation.
Methods inherited from Base
Methods included from Base::Ticks
Methods included from Base::Options
Methods included from Base::Dates
#date_format, #date_scale, #date_seed, #date_wrapper
Methods included from Base::DataTable
#data_table, #data_table_function, #data_table_render
Methods included from 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
- (Annotation) initialize(configuration = {})
Returns a new instance of Annotation
7 8 9 |
# File 'lib/ztk/google_chart/annotation.rb', line 7 def initialize(configuration={}) super({ :type => 'AnnotationChart' }.merge(configuration)) end |