yx9o opened a new issue, #628: URL: https://github.com/apache/rocketmq-dashboard/issues/628
## Problem `MiniBar` applies a minimum height of 4px to every value, causing zero throughput values to render as visible bars. As a result, an all-zero or partially zero throughput trend can incorrectly appear to contain activity. ## Expected behavior - Render zero values without a visible bar. - Keep the minimum 4px height for positive values. - Preserve proportional heights for larger values. ## Proposed fix Handle zero values before applying the minimum bar height and add regression tests for all-zero and mixed throughput data. -- 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]
