Sha256: 3d2ac0120ac64fefc41c6b4bb45e1fd4b6d8809b543ad206a47e9703388ccd32

Contents?: true

Size: 617 Bytes

Versions: 11

Compression:

Stored size: 617 Bytes

Contents

# -----------------------------------------------------------------------------
# Sets up chart border configuration
#
# Author:: Fernand
# -----------------------------------------------------------------------------
module Ziya::Charts::Support
  # Specifies how to render a chart border
  # See http://www.maani.us/xml_charts/index.php?menu=Reference&submenu=chart_border
  # for additional documentation, examples and futher detail.      
  class ChartBorder < Base  
    has_attribute :top_thickness, :bottom_thickness, :left_thickness,
                  :right_thickness, :color                      
  end
end

Version data entries

11 entries across 11 versions & 2 rubygems

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