Sha256: 47effc75cb51ca8f460387e17b97992412192ab2e0e20ecb899c69b2317415e3
Contents?: true
Size: 726 Bytes
Versions: 11
Compression:
Stored size: 726 Bytes
Contents
# ----------------------------------------------------------------------------- # Draws a circle # # Author:: Fernand Galiana # ----------------------------------------------------------------------------- module Ziya::Charts::Support # Circle component to draw a circle 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 Circle < Base has_attribute :layer, :transition, :delay, :duration, :x, :y, :radius, :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