Sha256: 9735330e38bc0539525561ec465f24c537377714c6a312183e7d52b1c92604ff

Contents?: true

Size: 773 Bytes

Versions: 9

Compression:

Stored size: 773 Bytes

Contents

# -----------------------------------------------------------------------------
# Defines an area on a chart. Typically used to embed links and buttons
#
# Author:: Fernand Galiana
# -----------------------------------------------------------------------------
require 'ziya/components/base'

module Ziya::Components
  # Creates a linkable area on the chart to use with the link component.
  # See http://www.maani.us/xml_charts/index.php?menu=Reference&submenu=link
  # for additional documentation, examples and futher detail.
  class Area < Base  
    has_attribute :x, :y, :width, :height, :url, :priority, :target, :text,
                  :font, :bold, :size, :color, :background_color, :alpha,
                  :timeout, :retry, :spinning_wheel           
  end
end

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
derailed-ziya-2.0.4 lib/ziya/components/area.rb
derailed-ziya-2.0.6 lib/ziya/components/area.rb
ziya-2.0.2 lib/ziya/components/area.rb
ziya-2.0.1 lib/ziya/components/area.rb
ziya-2.0.0 lib/ziya/components/area.rb
ziya-2.0.5 lib/ziya/components/area.rb
ziya-2.0.6 lib/ziya/components/area.rb
ziya-2.0.3 lib/ziya/components/area.rb
ziya-2.0.4 lib/ziya/components/area.rb