ankane / chartkick

Create beautiful JavaScript charts with one line of Ruby
https://chartkick.com
MIT License
6.33k stars 565 forks source link

Conflicts with Action_text from rails and do not displaying in production(Heroku) #621

Closed alejandrotoledoweb closed 6 months ago

alejandrotoledoweb commented 6 months ago

I am working on a project where I have some form using rich_text_area. They were working fine until I imported the chartkick js dependencies in the application.js file: // import "chartkick"; // import "Chart.bundle";

The rich_text_area became disable to use.

Also, the charts are displaying fine for development env but for production does not work. I was making sure the js and the gem are correctly installed but not luck so far.

ankane commented 6 months ago

Hi @alejandrotoledoweb, this doesn't seem like an issue with Chartkick (but rather something with your production environment).