Method: Statsample::Graph::Histogram#report_building
- Defined in:
- lib/statsample/graph/histogram.rb
#report_building(builder) ⇒ Object
:nodoc:
181 182 183 184 185 |
# File 'lib/statsample/graph/histogram.rb', line 181 def report_building(builder) # :nodoc: builder.section(:name=>name) do |b| b.image(to_svg, :type=>'svg', :width=>width, :height=>height) end end |