Method: Statsample::Graph::Boxplot#report_building
- Defined in:
- lib/statsample/graph/boxplot.rb
#report_building(builder) ⇒ Object
:nodoc:
229 230 231 232 233 |
# File 'lib/statsample/graph/boxplot.rb', line 229 def report_building(builder) # :nodoc: builder.section(:name=>name) do |b| b.image(to_svg, :type=>'svg', :width=>width, :height=>height) end end |