michael-s-molina commented on code in PR #19558:
URL: https://github.com/apache/superset/pull/19558#discussion_r846359118
##########
superset-frontend/src/components/Chart/Chart.jsx:
##########
@@ -288,6 +288,23 @@ class Chart extends React.PureComponent {
);
}
+ if (
+ !isLoading &&
+ !chartAlert &&
+ isFaded &&
+ ensureIsArray(queriesResponse).length === 0
+ ) {
+ return (
+ <EmptyStateBig
+ title={t('Your chart is ready to go!')}
+ description={t(
+ 'Click on "Create chart" button in the control panel on the left
to preview a visualisation',
Review Comment:
@rusackas Help me out here but I think "visualiZation" is more generally
accepted in the US right?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]