AnyChart debugging

0
Hi, those of you who know AnyChart...... (or now, since 10.20, Custom Chart option in Mendix Charts widget.   When I get a warning on a static data config that says "Failed to parse data for trace(0)" in the console log on the Client Log Node, how can I debug what its failing on? Are there logs somewhere I can inspect?   The chart I am making with the Custom Chart toolbox option of the Mendix Chart widget (I'm in StudioPro10.23.0) the Custom Chart is working, I can see the Sunburst chart it in the page and its interactive This is what is in the Static area of the Data tab: [{     "values":[10,15,7,8,12,6,5],    "labels":["A","B","C","D","E","F","G"],     "parents":["","A","A","B","B","C","D"],     "type":"sunburst" }] Is this correct? Am I formatting this incorrectly? Should the data part ] be after the parents' array? I tried ChatGPT on this, and it didn't yell at me, but it did suggest I move the type option. I then tried moving the "type":"sunburst" to the Layout Options tab in the Static area, but I encountered even more errors in the interpretation of the static data part.    
asked
0 answers