Method: Squid::Graph#draw

Defined in:
lib/squid/graph.rb

#drawObject



24
25
26
# File 'lib/squid/graph.rb', line 24

def draw
  @plot.box(h: height, border: border) { draw_graph if @data.any? }
end