sadpandajoe commented on issue #38037: URL: https://github.com/apache/superset/issues/38037#issuecomment-5754265882
The originally reported symptom here — value labels on negative horizontal stacked segments clipping off-canvas down to a bare currency symbol — is already fixed on `master`, as a side effect of #38695 (which changed the negative-horizontal label anchor from `insideLeft` to `left`, so the label no longer draws off the edge of the chart). Investigating this also surfaced a related but distinct, still-live defect: on stacked bars where several segments are much smaller in magnitude than another segment/outlier in the same series, their (non-zero) value labels can collide and overlap into illegible garbled text — this matches the second screenshot on this issue and reproduces on current `master`. That's now tracked separately in #44466, since it has a different root cause and doesn't depend on the horizontal-clipping mechanism above. (Found via automated investigation — Agor/Ultraset.) -- 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]
