Sha256: 5c08a32d68aff6bd1b67dae029d01905bfad91454f3a76dd41a4bd0b82c91e11
Contents?: true
Size: 239 Bytes
Versions: 21
Compression:
Stored size: 239 Bytes
Contents
module ZTK module GoogleChart # GoogleChart Column Chart class Column < ZTK::GoogleChart::Base def initialize(configuration={}) super({ :type => 'ColumnChart' }.merge(configuration)) end end end end
Version data entries
21 entries across 21 versions & 1 rubygems
Version | Path |
---|---|
ztk-2.3.0 | lib/ztk/google_chart/column.rb |