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