Sha256: bd2ab99f20ee2afed8d8684440b73bfc8a5f63ad7181401678d445f4ba997be3

Contents?: true

Size: 739 Bytes

Versions: 11

Compression:

Stored size: 739 Bytes

Contents

# -----------------------------------------------------------------------------
# Sets up chart legend location
#
# Author:: Fernand Galiana
# -----------------------------------------------------------------------------
module Ziya::Components
  # 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.0.4 lib/ziya/components/legend.rb
derailed-ziya-2.0.6 lib/ziya/components/legend.rb
derailed-ziya-2.0.8 lib/ziya/components/legend.rb
ziya-2.0.0 lib/ziya/components/legend.rb
ziya-2.0.1 lib/ziya/components/legend.rb
ziya-2.0.2 lib/ziya/components/legend.rb
ziya-2.0.6 lib/ziya/components/legend.rb
ziya-2.0.7 lib/ziya/components/legend.rb
ziya-2.0.5 lib/ziya/components/legend.rb
ziya-2.0.4 lib/ziya/components/legend.rb
ziya-2.0.3 lib/ziya/components/legend.rb