class GerbilCharts::Surfaces::StackedGrid

Stacked Grid - grid overlay Used for stacked area surface. Maps the sum of the model values

Protected Instance Methods

grid_range_y() click to toggle source
# File lib/gerbilcharts/surfaces/stacked_grid.rb, line 8
def grid_range_y
  return parent.modelgroup.cumulative_sweep_round_range_y0
end