+
+ {i18n.translate('data.noDataPopover.content', {
+ defaultMessage:
+ "This time range doesn't contain any data. Increase or adjust the time range to see more fields and create charts",
+ })}
+
+
+ }
+ minWidth={300}
+ anchorPosition="downCenter"
+ step={1}
+ stepsTotal={1}
+ isStepOpen={noDataPopoverVisible}
+ subtitle={i18n.translate('data.noDataPopover.title', { defaultMessage: 'Tip' })}
+ title=""
+ footerAction={
+ {
+ setNoDataPopoverVisible(false);
+ }}
+ >
+ {children}
+
+