Class: LesliView::Charts::Bar

Inherits:
General
  • Object
show all
Defined in:
lib/lesli_view/charts/bar.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

#typeObject



36
37
38
# File 'lib/lesli_view/charts/bar.rb', line 36

def type
    "bar"
end