lib/ziya/components/area.rb in derailed-ziya-2.0.6 vs lib/ziya/components/area.rb in derailed-ziya-2.0.8

- old
+ new

@@ -8,10 +8,9 @@ module Ziya::Components # Creates a linkable area on the chart to use with the link component. # See http://www.maani.us/xml_charts/index.php?menu=Reference&submenu=link # for additional documentation, examples and futher detail. class Area < Base - has_attribute :x, :y, :width, :height, :url, :priority, :target, :text, - :font, :bold, :size, :color, :background_color, :alpha, - :timeout, :retry, :spinning_wheel + has_attribute :x, :y, :width, :height, :url, :priority, :target, :tooltip, + :timeout, :retry, :spinning_wheel end end \ No newline at end of file