dosubot[bot] commented on issue #30934: URL: https://github.com/apache/superset/issues/30934#issuecomment-2515416995
<!-- Answer --> The `drawBarValues` function appends text elements for each bar to display the values, and there is no explicit condition that prevents dimension labels from being displayed for zero values <sup>[[1]](https://github.com/apache/superset/blob/master/superset-frontend/plugins/legacy-preset-chart-nvd3/src/utils.js)</sup>. However, the visibility of dimension labels might be affected by other factors, such as CSS styles or the number formatter used in the function. If the `showBarValue` is set to `true` and the issue persists, you might want to check the CSS styles applied to the labels to ensure they are not hidden or styled in a way that makes them invisible. Additionally, verify the number formatter configuration to ensure it is not suppressing zero values. <!-- 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]
