Method: Ambling::Line::Settings#rescale_on_hide
- Defined in:
- lib/ambling/line.rb
#rescale_on_hide ⇒ Object
- true
-
(true/false) When you show or hide graphs, the chart recalculates min and max values (rescales the chart). If you don’t want this, set this to false.
121 122 123 |
# File 'lib/ambling/line.rb', line 121 def rescale_on_hide @rescale_on_hide end |