There is 1 comment.
 
 
ChartJS Integration / cid:jira-generated-image-avatar-f7afc773-8ac9-4e38-a63e-f8465faac5b8 CHARTJS-39 Open

Inserted chart in WYSIWYG editor is not visible

 
View issue   ยท   Add comment
 

1 comment

 
cid:jira-generated-image-avatar-3b6e2c7a-aa72-44e3-b5bb-84c10213083e Marius Dumitru Florea on 18/Dec/24 08:18
 

Simon Urli, I suspect this is a common mistake: the JavaScript code of the chart macro initializes the charts only on page load, i.e. it looks in the DOM for charts to "enhance" only when the page is initially loaded. But charts can be added after the page is loaded, which is the case of the WYSIWYG editor.

So there are two things to check: