Class: Ambling::Stock::Settings::Charts

Inherits:
Object
  • Object
show all
Includes:
Base
Defined in:
lib/ambling/stock.rb

Overview

first chart#

Defined Under Namespace

Classes: Chart

Constant Summary collapse

VALUES =
[:chart]

Instance Attribute Summary collapse

Method Summary

Methods included from Base

#build_xml, #initialize, #populate, #to_xml

Instance Attribute Details

#chartObject

(Number) the relative height of your chart. If you have one chart, it will take 100% of

plot area. If you do not set any number, the space for your charts will be divided equally #


377
378
379
# File 'lib/ambling/stock.rb', line 377

def chart
  @chart
end