Forums
How to change the 'data not available' message in dashboard? - Printable Version

+- Forums (https://bdn.bdb.ai)
+-- Forum: BDB Knowledge Base (https://bdn.bdb.ai/forumdisplay.php?fid=13)
+--- Forum: BDB Dashboards Designer (https://bdn.bdb.ai/forumdisplay.php?fid=43)
+---- Forum: BDB Designer Q & A (https://bdn.bdb.ai/forumdisplay.php?fid=16)
+---- Thread: How to change the 'data not available' message in dashboard? (/showthread.php?tid=535)



How to change the 'data not available' message in dashboard? - Sruthi P - 12-23-2022

How to change the 'data not available' message in dashboard?

This script can be used when the user doesn't wanted to show the data not available message in dashboard. User can change the sentence by this script and it will written under connection area.

sdk.getWidget('bar1').m_status.noData = "Sorry! Result not found";
sdk.getWidget('bar1').m_statuscolor = "#009988";