Hi, The demo you shared is not working. As for the if (typeof Highcharts === 'object') check, it's not necessary with the new import style in v12. This check was typically used in environments where you needed to ensure that Highcharts was loaded before using it, but with ES module imports, this is ...