class ZTK::GoogleChart::Pie

GoogleChart Pie Chart

Public Class Methods

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