Hello,
We're currently upgrading our ExtJS app from version 5 to version 7.6 and have hit an issue with importing the Ext.charts package. This has been raised before by another forum member here- viewtopic.php?p=49856 - but there isn't a resolution on the thread.
Briefly, the charts library is under the Ext.charts namespace but the files are split across two locations (ext/packages/charts/src/chart and ext/packages/charts/classic/src/chart). How can we use the loaderPath to import classes from two different locations?
E.g.
loaderPath: {
'Ext.chart': '../../../ext/packages/charts/src/chart' // <- Also needs the "classic" classes to be imported.
},
We are currently using Siesta 5.6.1.