What is the problem or goal the end user is trying to solve or accomplish?
Provide functionality to update the text when no data is returned. (BigNumber chart)
How are they solving it currently?
Utilize the subtitle feature and include a general text so that when no data is returned the following text is NOT returned.
No data after filtering or data is NULL for the latest time recordWhat is the recommended solution by the Customer?
Provide functionality to allow admins to freely edit the text that is returned when no data is returned.
Thanks for the feature enhancement request. The idea here is to reduce noise and differing from default chart size/format, which is exposed to end users.
If the chart is sized a certain way, sometimes the extra text included in the NULL response makes the chart larger, introducing a new scroll bar.
Also, the message
No data after filtering or data is NULL for the latest time recordmay not even be relevant depending on the data. If there are no dashboard-level filters, or if the dataset is not timeseries data, then this message does not apply.Preference would just be to display a simple
NULLorN/Awhich does not add extra text or alter chart dimensions.