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