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