Forums

Full Version: How to change the 'data not available' message in dashboard?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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";