Is your feature request related to a problem? Please describe.
Currently Highcharts is fetched on initial page load. This is a quite a significant package size that is being loaded, while it might not be used on the page. It's only used on the Survey page.
Describe the solution you'd like
Lazy load highcharts using await import() so it can get split into a separate chunk by ember-auto-import.
Is your feature request related to a problem? Please describe.
Currently Highcharts is fetched on initial page load. This is a quite a significant package size that is being loaded, while it might not be used on the page. It's only used on the Survey page.
Describe the solution you'd like
Lazy load
highcharts
usingawait import()
so it can get split into a separate chunk byember-auto-import
.Describe alternatives you've considered
/
Additional context
/