Class: GoogleChart::LineChart
- Inherits:
-
Base
- Object
- Base
- GoogleChart::LineChart
- Includes:
- Axis, Color, DataArray, Fills, Grid, Legend, Markers
- Defined in:
- lib/google_chart/line_chart.rb
Constant Summary
Constant Summary
Constants included from Markers
Markers::ORIENTATION, Markers::PRIORITY, Markers::SHAPES
Constants included from Axis
Axis::ALIGNMENT_MAPPING, Axis::AXIS_TYPE_MAPPING
Constants included from Fills
Fills::FILL_KINDS, Fills::FILL_TYPES, Fills::FILL_TYPES_SOLID, Fills::FILL_TYPE_CODES
Instance Attribute Summary
Attributes inherited from Base
#encoding, #height, #title, #title_color, #title_font_size, #width
Instance Method Summary (collapse)
-
- (LineChart) initialize(options = {})
constructor
A new instance of LineChart.
Methods included from Markers
Methods included from Grid
Methods included from Axis
Methods included from Fills
Methods included from DataArray
Methods included from Legend
Methods inherited from Base
inherited, #query_params, #size, #size=, #to_url
Constructor Details
- (LineChart) initialize(options = {})
A new instance of LineChart
13 14 15 16 17 |
# File 'lib/google_chart/line_chart.rb', line 13 def initialize(={}) @chart_type = "lc" @show_legend = false super() end |