Sha256: d8a5b2ef641a2a2158fa0ec322953712fa1962bd154c9fe42e3f78af25f84687
Contents?: true
Size: 236 Bytes
Versions: 21
Compression:
Stored size: 236 Bytes
Contents
module ZTK module GoogleChart # GoogleChart Combo Chart class Combo < ZTK::GoogleChart::Base def initialize(configuration={}) super({ :type => 'ComboChart' }.merge(configuration)) end end end end
Version data entries
21 entries across 21 versions & 1 rubygems