rusackas commented on issue #30914: URL: https://github.com/apache/superset/issues/30914#issuecomment-5098241004
Dug into @dpruess's screenshots pixel by pixel. The missing bit isn't a partial clip, it's specific segments vanishing entirely for certain categories (some as big as 15% of the row) while every other segment in the same bar renders at the correct width. So the underlying percentages are right, this reads as a rendering bug rather than bad math in `transformProps`. I tried reproducing with a bare echarts render using the same stack/axis config (min 0, max 1, `stack`, category axis) and couldn't get a segment to drop, so I don't think it's something obvious in how we build the chart option. Feels more like a canvas-specific edge case that'd need actual browser devtools to chase down, not something I want to guess a fix for blind. @dpruess, is "Truncate Metric" checked in your setup? And does the same category lose its segment consistently on reload, or does it shift around between runs? -- 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]
