class ZTK::GoogleChart::Sankey

GoogleChart Sankey Chart

Public Class Methods

new(configuration={}) click to toggle source
Calls superclass method ZTK::GoogleChart::Base::new
# File lib/ztk/google_chart/sankey.rb, line 7
def initialize(configuration={})
  super({ :type => 'Sankey' }.merge(configuration))
end