Hello, I have a scenario where sometimes a query returns nothing. Then empty chart is shown as follows:
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.