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