Fusion Chart errors
Hi,
A while ago we developed some custom widgets using charts, they were working fine until recently I found out some issues:

- Uncaught (in promise) Error: TypeError: Cannot read properties of undefined (reading 'call')
- Uncaught (in promise) Error: TypeError: h is not a constructor
- Uncaught Error: #90211 ExtensionName Error >> A FusionCharts extension must have a getName API or a name property.
Only information I could find is that it could be a package management issue (maybe related to NPM/Yarn) and that we might need to reset the JS local environment (rebuilding the dependency tree).
Have anyone seen this issue before? wondering if we might need to raise a ticket to fix this... (our application is hosted in the Pega cloud)
Thanks,
-Jose Navas
@MarijeSchillernthank you. That file with instructions will definitely be useful in the future when we create new charts.
Regarding the original issue, one of our teammates, Alessandro, found an issue caused by the fusioncharts js file. Recently we added a Pega Robot Manager layer as part of the application stack, our guess is that there is some inconsistency between the fusioncharts js versions in Pega-Gadgets and Robotics. So we did a save as from Pega-Gadgets to a upper layer, to override the one in Robotics, that fixed the issue.