You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to implement this library in my rails 7 app but am struggling to get it to work. I am using esbuild and have imported it in my application.js like so:
import ApexCharts from 'apexcharts'
window.ApexCharts = ApexCharts
However, I can't get the charts to show up. The only way I can get it to work is if I add the cdn script tag at the top of my .html.erb file but I'd rather not do it that way. Can anyone help me with this. I love this library and would really love to implement it. Thanks in advance!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am trying to implement this library in my rails 7 app but am struggling to get it to work. I am using esbuild and have imported it in my application.js like so:
import ApexCharts from 'apexcharts'
window.ApexCharts = ApexCharts
However, I can't get the charts to show up. The only way I can get it to work is if I add the cdn script tag at the top of my .html.erb file but I'd rather not do it that way. Can anyone help me with this. I love this library and would really love to implement it. Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions