We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
En Gemfile agregar
Gemfile
gem `apexcharts`
y ejecutar
bundle
En el directorio de package.json ejecutar:
package.json
yarn add apexcharts yarn
En app/packs/entrypoints/application.js agregar:
app/packs/entrypoints/application.js
import ApexCharts from 'apexcharts' window.ApexCharts = ApexCharts