Empty chart / No data available

Hello, I have a scenario where sometimes a query returns nothing. Then empty chart is shown as follows:
empty_chart

What i want to do is show some text/image (Something like "No data is available") when the result of the query is empty.

For now I can only think of the approach having another component and keep it hidden when chart is showing results and as soon as the chart is empty, hide the chart and show the component.
But is there any other approach or the way it can be done?

TIA.

Hi @rai_umad, I think your suggested solution of hiding the chart and showing a Text Component when there is no data to be displayed and vice versa would be the best approach!