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