Difference between two array outputs?
I 'm building a chart .js package , and got it to work perfectly in "test app " view . However , I noticed that none of the charts show up when I launch it in a new tab . After a few experiments , the only way to get it to show up was by manually creating a constant array within the node editor , and passing that to the data attribute of the chart component . (as opposed to using dynamic data ) I hope these screenshots and annotations give you a good idea of what I 've tried and what 's not working . I 've made a minimum reproducible example you can check out below . https://editor.nordcraft.com/projects/chartjs/branches/main ✅1



