Customize {Null} text

Hello team, i was wondering if you can help me with changing the data shown from {null} to some message for KPI chart when data is not available?
No description
3 Replies
Justin Mathew
Justin Mathew6mo ago
yes you can do that , const embed = new LiveboardEmbed("#your-own-div", { frameParams: {}, customizations: { content: { strings: { "Null" : "No data found", "No data found for this query" : "hui" } } }, liveboardId: "LIVEBOARD_ID", });
No description
Justin Mathew
Justin Mathew6mo ago
Currently i wasn't able to change the curly braces, have reported it to the team , do let us know if this is a blocker
Murali Krishna
Murali KrishnaOP6mo ago
thank you @Justin Mathew

Did you find this page helpful?