Highcharts not defined
dremsol opened this issue · 1 comments
dremsol commented
For some reason highcharts is not defined in main.js.
including <script src="https://code.highcharts.com/highcharts.js"></script>
above <script data-main="js/app" src="js/require.js"></script>
seems to solve the issue.
I'm not a frontend expert but including the script outside requireJs seems a bit hacky to me.