Sha256: 357726b0bb3fe47b2ef02fd9060e79064d9a7fcd38925f0189ddd15e0f958375
Contents?: true
Size: 707 Bytes
Versions: 11
Compression:
Stored size: 707 Bytes
Contents
# ----------------------------------------------------------------------------- # Draw a line on a chart # # Author:: Fernand Galiana # ----------------------------------------------------------------------------- module Ziya::Charts::Support # Line component to draw a line on the chart. Must be set up within the draw # component. # See http://www.maani.us/xml_charts/index.php?menu=Reference&submenu=draw # for additional documentation, examples and futher detail. class Line < Base has_attribute :layer, :transition, :delay, :duration, :x1, :y1, :x2, :y2, :line_color,:line_alpha, :line_thickness, :bevel, :glow, :blur, :shadow end end
Version data entries
11 entries across 11 versions & 2 rubygems