Use Alongside Other Charting Libraries
gem 'apexcharts', require: 'apex_charts/prefix_with_apex'<%= awesome_syncing_chart(syncing_options) do %>
<% combo_chart(mixed_options) do %>
<% line_chart(line_series) %>
<% area_chart(area_series) %>
<% end %>
<% end %>Last updated