I am prototyping Softr as a potential platform for displaying our event data. However, I am facing an issue.
I created a chart block and tested if it’s possible to mutate or do my own calculations to the data before it gets displayed. I read the documentation and there was an option to listen to an event
Hi @artur
That’s where I have the code initially in the page settings → Custom Code → inside header.
And when I check the console in the preview, I see nothing.
I can see that the script is being injected, but the event is never fired.
I also added the script in the custom code of general settings on the left side.
I feel like I am missing some sort of configuration to enable such behavior.