Sha256: 961108d6d0f3c4d1fd8b0afd58b89b03d6594ab818f66a8930436b55f5afe318

Contents?: true

Size: 251 Bytes

Versions: 21

Compression:

Stored size: 251 Bytes

Contents

module ZTK
  module GoogleChart

    # GoogleChart Annotation Chart
    class Annotation < ZTK::GoogleChart::Base

      def initialize(configuration={})
        super({ :type => 'AnnotationChart' }.merge(configuration))
      end

    end

  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
ztk-2.3.0 lib/ztk/google_chart/annotation.rb