Module: ApexCharts::Helper
- Extended by:
- Prefixer
- Includes:
- Utils::Copy
- Included in:
- Sinatra::ApexCharts
- Defined in:
- lib/apex_charts/helper.rb
Instance Method Summary collapse
Methods included from Prefixer
Methods included from Utils::Copy
Instance Method Details
#create_palette(palette_name, colors) ⇒ Object
151 152 153 154 155 156 |
# File 'lib/apex_charts/helper.rb', line 151 def create_palette(palette_name, colors) warn "`create_palette' and `destroy_palette` are deprecated " + "and will be removed in the next release." Theme::Local.create palette_name, colors end |