Class: RCharts::GraphHelper::Tooltips::TooltipElement
- Defined in:
- app/helpers/rcharts/graph_helper/tooltips/tooltip_element.rb
Overview
:nodoc:
Instance Method Summary collapse
Methods inherited from Element
#aria, #class_names, #data, #id, #render_in
Instance Method Details
#tags ⇒ Object
13 14 15 16 17 |
# File 'app/helpers/rcharts/graph_helper/tooltips/tooltip_element.rb', line 13 def (&) tag.g class: 'tooltip' do hover_target_tag + marker_tag + tooltip_tag(&) end end |