Skip to content

Actualización de cor1440_gen de 1.0b4 a 1.0b5

Vladimir Támara Patiño edited this page Sep 8, 2021 · 3 revisions
  • En Gemfile agregar

    gem `apexcharts`
    

    y ejecutar

    bundle
    
  • En el directorio de package.json ejecutar:

    yarn add apexcharts
    yarn
    
  • En app/packs/entrypoints/application.js agregar:

    import ApexCharts from 'apexcharts'  
    window.ApexCharts = ApexCharts