Method: Chartify::PieChart#initialize
- Defined in:
- lib/chartify/pie_chart.rb
#initialize ⇒ PieChart
Returns a new instance of PieChart.
13 14 15 16 |
# File 'lib/chartify/pie_chart.rb', line 13 def initialize super self.columns = ['Title', 'Value'] end |