Method: Playbook::PbLineGraph::LineGraph#chart_type

Defined in:
app/pb_kits/playbook/pb_line_graph/line_graph.rb

#chart_typeObject

[View source]

38
39
40
# File 'app/pb_kits/playbook/pb_line_graph/line_graph.rb', line 38

def chart_type
  gradient ? "area" : "line"
end