Sha256: 188e7640f43f698d5d26b28fc8cb5b098153c06496df2403fc7da1f040246aee
Contents?: true
Size: 791 Bytes
Versions: 11
Compression:
Stored size: 791 Bytes
Contents
# ----------------------------------------------------------------------------- # Setup configuration on the chart value axis # # Author:: Fernand Galiana # ----------------------------------------------------------------------------- module Ziya::Charts::Support # Specifies the label attribute on the x or y axis depending on the chart type. # See http://www.maani.us/xml_charts/index.php?menu=Reference&submenu=axis_value # for additional documentation, examples and futher detail. class AxisValue < Base has_attribute :min, :max, :steps, :prefix, :suffix, :decimals, :decimal_char, :separator, :show_min, :font, :bold, :size, :color, :background_color, :alpha, :orientation, :shadow, :bevel, :glow, :blur end end
Version data entries
11 entries across 11 versions & 2 rubygems