Sha256: 7653943b19899a83d8fa9a9346eda0805e5317f13d797273b0af091adb9acf5e
Contents?: true
Size: 829 Bytes
Versions: 11
Compression:
Stored size: 829 Bytes
Contents
# ----------------------------------------------------------------------------- # Sets up handler for refresh the chart content. The refresh xml can only refresh # parts of the chart that have changed. # # Author:: Fernand Galiana # ----------------------------------------------------------------------------- module Ziya::Components # Updates the chart at intervals, without reloading the web page. This makes it possible # to display charts with live data, change the chart's look over time for emphasis, or # create a slideshow from different charts. # # <tt></tt>: # # See http://www.maani.us/xml_charts/index.php?menu=Reference&submenu=live_update # for additional documentation, examples and futher detail. class Update < Base has_attribute :url, :delay, :timeout, :retry, :mode, :span end end
Version data entries
11 entries across 11 versions & 2 rubygems