Sha256: 559f04568423d87d18ae6f1422a072170ea876c4cac94ac4fb0f5ef79c2787b9
Contents?: true
Size: 834 Bytes
Versions: 11
Compression:
Stored size: 834 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::Charts::Support # 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