I have several charts with the chartjs plugin, all of which work well in advanced mode. I bind the “settings” object to a variable ww. When I want to customize the legend, specifically the labels, the chart crashes and is no longer displayed.
Here’s my object, at its simplest:
Following some discussions on the nocode slack, I was able to notice that after publishing the project, the chart did appear in the published project. It did not show up in the editor.
Finally, I don’t know how, but the chart shows up in the editor. Problem 50% solved, because if the chart shows up in the editor, the labels don’t.
The addition of “maintainAspectRatio”: false, unfortunately, doesn’t change anything.
I created a ticket about this a few days ago.