Class: PolarArea

Inherits:
MyChart::Proto show all
Defined in:
lib/my_chart/charts/polar_area.rb

Instance Attribute Summary

Attributes inherited from MyChart::Proto

#id, #name

Instance Method Summary collapse

Methods inherited from MyChart::Proto

#concrete_options, #concrete_style, #datasets, #default_html, #diff_color_on_x, #diff_color_on_z, #has_z?, #height, #iife, #initialize, #json, #labels, no_z_axis, #no_z_axis?, #options, same_color_on_x, #styled_datasets, #title, #type, #width

Constructor Details

This class inherits a constructor from MyChart::Proto

Instance Method Details

#concrete_typeObject



5
6
7
# File 'lib/my_chart/charts/polar_area.rb', line 5

def concrete_type
  :polarArea
end