It does not show any graphs. It is just an empty widget that displays a message that there is no data.
Example
import emptyWidget from '@devoinc/applications-builder/widgets/empty';
let widget;
widget = emptyWidget('empty-example');
Tutorial
It does not show any graphs. It is just an empty widget that displays a message that there is no data.
import emptyWidget from '@devoinc/applications-builder/widgets/empty';
let widget;
widget = emptyWidget('empty-example');