Class: LesliView::Charts::Line
- Defined in:
- lib/lesli_view/charts/line.rb
Instance Attribute Summary
Attributes inherited from General
#compact, #datasets, #height, #id, #labels, #subtitle, #title
Instance Method Summary collapse
Methods inherited from General
#database_to_dataset, #database_to_datasets, #initialize
Constructor Details
This class inherits a constructor from LesliView::Charts::General
Instance Method Details
#type ⇒ Object
36 37 38 |
# File 'lib/lesli_view/charts/line.rb', line 36 def type "line" end |