dosubot[bot] commented on issue #30914: URL: https://github.com/apache/superset/issues/30914#issuecomment-2474387065
<!-- Greeting --> Hey @Wardormeur! I'm here to help you with the issue you've encountered. I'm a bot designed to assist with bug fixes, questions, and contributions. Let's work together to resolve the issue you've come across. <!-- Answer --> The issue you're experiencing with the stacked bar chart in contribution mode is related to the `getOverMaxHiddenFormatter` function. This function hides values that are over a certain maximum threshold, which can cause categories with very small contributions (like those below 3%) to not be displayed if they fall below this threshold <sup>[[1]](https://github.com/apache/superset/blob/master/superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/transformProps.ts)</sup>. Additionally, there is a configuration option called `percentageThresholdControl` that allows you to adjust the minimum threshold in percentage points for showing labels. This might help in ensuring that smaller categories are displayed <sup>[[2]](https://github.com/apache/superset/blob/master/superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx)</sup>. Regarding the changelog for version 4.0.2, the only change related to bar charts was a fix for "Excess padding in horizontal Bar charts" <sup>[[3]](https://github.com/apache/superset/blob/master/CHANGELOG/4.0.2.md)</sup>. This does not directly address the issue you're facing, so it seems the behavior you're observing might not have been fixed in the update. <!-- 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]
