Sha256: 868157ff3809d4b8019a873c2d894ce72d68e735f0837b50567e71cf5c958069
Contents?: true
Size: 942 Bytes
Versions: 11
Compression:
Stored size: 942 Bytes
Contents
# ----------------------------------------------------------------------------- # Describes the look and feel for a chart annotation. An annotation must be # added using the Chart#add( :series) call using the hash definition ie # # chart.add( :series, "fred", [ { :value => 10, :tooltip => "Hi there !"} ] ) # # Author:: Fernand Galiana # ----------------------------------------------------------------------------- module Ziya::Charts::Support # Specifies the label for the chart element actual value. This can be setup to # be fixed or as a tooltip # See http://www.maani.us/xml_charts/index.php?menu=Reference&submenu=tooltip # for additional documentation, examples and futher detail. class Tooltip < Base has_attribute :font, :bold, :size, :color, :alpha, :background_color, :background_alpha, :duration, :shadow, :bevel, :glow, :blur end end
Version data entries
11 entries across 11 versions & 2 rubygems