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