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

Version Path
derailed-ziya-2.1.0 lib/ziya/charts/support/update.rb
derailed-ziya-2.1.1 lib/ziya/charts/support/update.rb
derailed-ziya-2.1.2 lib/ziya/charts/support/update.rb
derailed-ziya-2.1.3 lib/ziya/charts/support/update.rb
derailed-ziya-2.1.4 lib/ziya/charts/support/update.rb
derailed-ziya-2.1.5 lib/ziya/charts/support/update.rb
ziya-2.3.0 lib/ziya/charts/support/update.rb
ziya-2.1.9 lib/ziya/charts/support/update.rb
ziya-2.1.8 lib/ziya/charts/support/update.rb
ziya-2.1.7 lib/ziya/charts/support/update.rb
ziya-2.1.6 lib/ziya/charts/support/update.rb