Sha256: 34c321f90b71dd22267c79ff2c7f7d89498d75fe275ed82e7d1d5c6c55466b29

Contents?: true

Size: 744 Bytes

Versions: 11

Compression:

Stored size: 744 Bytes

Contents

# -----------------------------------------------------------------------------
# Sets up chart legend location
#
# Author:: Fernand Galiana
# -----------------------------------------------------------------------------
module Ziya::Charts::Support
  # Renders a legend on the chart
  # See http://www.maani.us/xml_charts/index.php?menu=Reference&submenu=legend
  # for additional documentation, examples and futher detail.          
  
  class Legend < Base  
    has_attribute :transition, :delay, :duration,
      :x, :y, :width, :height, 
      :toggle, :layout, :margin, :bullet, :font, :bold, :size, :color, :alpha,
      :fill_color, :fill_alpha, :line_color, :line_alpha, :line_thickness,
      :shadow, :bevel, :glow, :blur
  end
end

Version data entries

11 entries across 11 versions & 2 rubygems

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