Class: MyChart::Chart
- Inherits:
-
Object
- Object
- MyChart::Chart
- Includes:
- Dsl::Draw, Dsl::Group, Dsl::Material, Dsl::Output
- Defined in:
- lib/my_chart.rb
Instance Attribute Summary collapse
-
#chart_tags ⇒ Object
readonly
Returns the value of attribute chart_tags.
Attributes included from Dsl::Output
Instance Method Summary collapse
Methods included from Dsl::Output
Methods included from Dsl::Draw
#charts, #check_overwrite_group_method, #grouped
Methods included from Dsl::Group
Methods included from Dsl::Material
#get_x, #material, #raw_data, #select
Instance Attribute Details
#chart_tags ⇒ Object (readonly)
Returns the value of attribute chart_tags.
30 31 32 |
# File 'lib/my_chart.rb', line 30 def @chart_tags end |
Instance Method Details
#generate ⇒ Object
32 33 34 35 |
# File 'lib/my_chart.rb', line 32 def generate generate_charts generate_files end |
#plain_tags ⇒ Object
37 38 39 |
# File 'lib/my_chart.rb', line 37 def .map &:default_html end |