Class: RCharts::GraphHelper::Tooltips::TooltipElement

Inherits:
Element
  • Object
show all
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

#tagsObject



13
14
15
16
17
# File 'app/helpers/rcharts/graph_helper/tooltips/tooltip_element.rb', line 13

def tags(&)
  tag.g class: 'tooltip' do
    hover_target_tag + marker_tag + tooltip_tag(&)
  end
end