I would like to display a chart in a dashboard displaying text. The text value is retrieved from a query.
e.g. I have the following query:
SELECT MAX(update_date) FROM my_data_tbl
I would like to create a box (inside the dashboard) like this one:
I've tried with the 'Markdown Chart' but i don't understand how to dynamical push data into the component