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?
3 Replies
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",
});
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
thank you @Justin Mathew