john-bodley commented on a change in pull request #17236:
URL: https://github.com/apache/superset/pull/17236#discussion_r736939490
##########
File path: superset-frontend/src/explore/controls.jsx
##########
@@ -92,7 +92,7 @@ export const D3_FORMAT_OPTIONS = [
const ROW_LIMIT_OPTIONS = [10, 50, 100, 250, 500, 1000, 5000, 10000, 50000];
-const SERIES_LIMITS = [0, 5, 10, 25, 50, 100, 500];
+const SERIES_LIMITS = [5, 10, 25, 50, 100, 500];
Review comment:
Consistent with
https://github.com/apache-superset/superset-ui/pull/1430. Note I'm unsure why
things are defined in multiple places.
--
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]