Sha256: 46dcebac393d78cd0d9e366cbac4b53c9b20cbbda099c1c44a290fd0217ff1c7
Contents?: true
Size: 691 Bytes
Versions: 2
Compression:
Stored size: 691 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, :tooltip, :timeout, :retry, :spinning_wheel end end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
derailed-ziya-2.0.8 | lib/ziya/components/area.rb |
ziya-2.0.7 | lib/ziya/components/area.rb |