class GerbilCharts::Surfaces::SurfaceBackground

SurfaceBackground

See the stylesheet surfaceback for customization

Public Class Methods

new(opts={}) click to toggle source
Calls superclass method GerbilCharts::Surfaces::Panel::new
# File lib/gerbilcharts/surfaces/surface_background.rb, line 7
def initialize(opts={})
  super(opts)
  @class = "surfaceback"
end