class AmCharts::Graph

Attributes

chart[RW]
type[RW]
value_field[RW]

Public Class Methods

new(value_field, type) click to toggle source
Calls superclass method AmCharts::UsesSettings::new
# File lib/amcharts/graph.rb, line 8
def initialize(value_field, type)
  super
  @value_field = value_field
  @type = type
end