Class: Ambling::Stock::Settings::Charts::Chart::Graphs
- Inherits:
-
Object
- Object
- Ambling::Stock::Settings::Charts::Chart::Graphs
- Includes:
- Base
- Defined in:
- lib/ambling/stock.rb
Overview
first graph #
Defined Under Namespace
Classes: Graph
Constant Summary collapse
- VALUES =
[:graph]
Instance Attribute Summary collapse
-
#graph ⇒ Object
- left
-
(left / right) axis of this graph #.
Method Summary
Methods included from Base
#build_xml, #initialize, #populate, #to_xml
Instance Attribute Details
#graph ⇒ Object
- left
-
(left / right) axis of this graph #
932 933 934 |
# File 'lib/ambling/stock.rb', line 932 def graph @graph end |