Method: Nyaplot::Diagrams::Bar#zoom?

Defined in:
lib/nyaplot/diagram.rb

#zoom?Boolean

internal use. Nyaplot::Plot asks diagram through this method whether to enable zooming option or not.

Returns:

  • (Boolean)


73
74
75
# File 'lib/nyaplot/diagram.rb', line 73

def zoom?
  false
end