graceguo-supercat commented on a change in pull request #8345: [dashboard] show 
fewer filter indicators
URL: 
https://github.com/apache/incubator-superset/pull/8345#discussion_r332219541
 
 

 ##########
 File path: 
superset/assets/src/dashboard/components/FilterIndicatorsContainer.jsx
 ##########
 @@ -150,21 +150,16 @@ export default class FilterIndicatorsContainer extends 
React.PureComponent {
     }
 
     const indicators = this.getFilterIndicators();
-    // if total indicators <= 5, show all
-    // else: show top 4 indicators, and show all the rest in group
+    // if total indicators <= FILTER_INDICATORS_DISPLAY_LENGTH,
+    // show indicator for each filter field.
+    // else: show single group indicator.
     const showExtraIndicatorsInGroup =
 
 Review comment:
   fixed.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to