Method: Playbook::PbBarGraph::BarGraph#chart_type
- Defined in:
- app/pb_kits/playbook/pb_bar_graph/bar_graph.rb
#chart_type ⇒ Object
41 42 43 |
# File 'app/pb_kits/playbook/pb_bar_graph/bar_graph.rb', line 41 def chart_type orientation == "horizontal" ? "bar" : "column" end |