dosubot[bot] commented on issue #30647: URL: https://github.com/apache/superset/issues/30647#issuecomment-2422184952
<!-- Answer --> The message "ineligible item(s) are hidden" in the Mixed Chart sidebar appears when there are metrics or columns that are not displayed due to being hidden by default. This happens when the `hiddenMetricCount` or `hiddenColumnCount` is greater than zero, indicating that some items are not shown because they exceed the default maximum length or are collapsed <sup>[[1]](https://github.com/apache/superset/blob/master/superset-frontend/src/explore/components/DatasourcePanel/DatasourcePanelItem.tsx)</sup><sup>[[2]](https://github.com/apache/superset/blob/master/superset-frontend/src/explore/components/DatasourcePanel/DatasourcePanelItem.test.tsx)</sup>. When you open Query A or Query B, the metrics and columns become visible because these sections are expanded, allowing you to see and configure the items that were previously hidden. This behavior is part of the design to manage the display of items in the sidebar efficiently. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* -- 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]
