Sha256: c5e9cb3b35fbf82217f92df6568d94a7774fb31032b7ffe195a3e56c9324ff67
Contents?: true
Size: 700 Bytes
Versions: 11
Compression:
Stored size: 700 Bytes
Contents
# ----------------------------------------------------------------------------- # Defines an area on a chart. Typically used to embed links and buttons # # Author:: Fernand Galiana # ----------------------------------------------------------------------------- require 'ziya/charts/support/base' module Ziya::Charts::Support # 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, :tooltip, :timeout, :retry, :spinning_wheel end end
Version data entries
11 entries across 11 versions & 2 rubygems