Sha256: 5198a3008284c29eb307a329ec2d5e9ef978364d3e2d401c55a0aef13813b70f

Contents?: true

Size: 947 Bytes

Versions: 4

Compression:

Stored size: 947 Bytes

Contents

# -----------------------------------------------------------------------------
# Sets up various preferences available on a given chart type
#
# Author:: Fernand Galiana
# -----------------------------------------------------------------------------
module Ziya::Charts::Support
  # Sets the preferences for some chart types. Each chart type has different preferences,
  # or no preferences at all.
  #
  # <tt></tt>:
  #
  # See http://www.maani.us/xml_charts/index.php?menu=Reference&submenu=chart_pref
  # for additional documentation, examples and futher detail.
  #  
  class ChartPref < Base  
    has_attribute :line_thickness, :point_shape, :point_size, :fill_shape, :connect, :tip,
                  :type, :bull_color, :bear_color,
                  :drag, :min_x, :min_y, :max_x, :max_y,
                  :trend_thickness, :trend_alpha, :line_alpha, :rotation_x,
                  :rotation_y, :grid, :select, :empty_center
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
derailed-ziya-2.1.0 lib/ziya/charts/support/chart_pref.rb
derailed-ziya-2.1.1 lib/ziya/charts/support/chart_pref.rb
derailed-ziya-2.1.2 lib/ziya/charts/support/chart_pref.rb
derailed-ziya-2.1.3 lib/ziya/charts/support/chart_pref.rb