Sha256: 6083d560c8f1d663f1a42258ea58d9bce04f149e7129690914fa4838a5a6178d
Contents?: true
Size: 669 Bytes
Versions: 11
Compression:
Stored size: 669 Bytes
Contents
# ----------------------------------------------------------------------------- # Sets up a handler for clickable chart elements # # Author:: Fernand Galiana # ----------------------------------------------------------------------------- module Ziya::Charts::Support # Sets the URL of a script responsible for processing clicks on chart elements. # This enables drilling down into charts. # # <tt></tt>: # # See http://www.maani.us/xml_charts/index.php?menu=Reference&submenu=link_data # for additional documentation, examples and futher detail. # class LinkData < Base has_attribute :url, :target, :timeout, :retry, :spinning_wheel end end
Version data entries
11 entries across 11 versions & 2 rubygems