Method: Writexlsx::Chart::Column#write_chart_type

Defined in:
lib/write_xlsx/chart/column.rb

#write_chart_type(params) ⇒ Object

Override the virtual superclass method with a chart specific method.



56
57
58
59
# File 'lib/write_xlsx/chart/column.rb', line 56

def write_chart_type(params)
  # Write the c:barChart element.
  write_bar_chart(params)
end