How to display stacked bar graph from custom script in UI Builder [Not in Reporting]
console.log("chart0"); // 1️⃣ Get the Script Include output const rawOutput = api.data.licensecostdata_1.output || {}; const jsonPayload = rawOutput.children : {}; console.log('[STACKED-BAR] Starting transform, nodes:', jsonPayload.length); // ...