gkneighb commented on PR #42371: URL: https://github.com/apache/superset/pull/42371#issuecomment-5428160468
@rusackas fixed in c0ea6a7e77. - Ungated `y_axis_format` and `currency_format` from `show_y_axis` — you're right that both feed `defaultFormatter`, which formats the tooltips and bar labels as well as the axis, so they need to stay configurable when the axis is hidden. `y_axis_label` (the axis title) stays gated since it only renders with the axis. - Also took Codeant's second point in the same pass: the grid now reclaims the bottom (X) and left (Y) margins when the corresponding axis is hidden, so the axis-free layout is tight instead of retaining the empty axis padding. Added `transformProps` tests covering the margin reclaim in both directions. (The push also rebases onto current master, which clears the earlier bundle-size/liccheck red — those were a stale-branch + infra flake, not the change itself.) -- 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]
