Module: ChartBibz::Helpers::ChartHelper
- Defined in:
- lib/chart_bibz/helpers/chart_helper.rb
Overview
rubocop:disable Style/Documentation
Instance Method Summary collapse
Instance Method Details
#chart(data = {}, options = {}, html_options = {}) ⇒ Object
6 7 8 |
# File 'lib/chart_bibz/helpers/chart_helper.rb', line 6 def chart(data = {}, = {}, = {}) ChartBibz::ViewComponents::ChartViewComponent.new(data, , ).render end |