I would like to add a static string suffix to the Big Number with Trendline chart in Superset. I'm specifically looking to add "hours" to the number. Here is what I've tried so far:
,d hours
,d 'hours'
,d + hours
,d = ' hours'
I do see a Duration in ms selection in the Number Format field, but that doesn't seem to have any unit customization.
Alternatively, I'd be okay with the ability to show the Metric label via a checkbox to enable it.