yuluo-yx opened a new issue, #2730: URL: https://github.com/apache/rocketmq-dashboard/issues/2730
## Problem The Grafana generator advances `y` after every panel, so panels that should share a 24-column row are staggered vertically. Gauges also emit their minimum under `fieldConfig.defaults.custom.min`, while Grafana expects the standard `fieldConfig.defaults.min` field. ## Expected behavior Pack panels left-to-right by width, advance each row by its tallest panel, avoid mutating panel definitions, and emit gauge bounds in the supported schema. ## Proposed scope Extract deterministic layout/generation helpers, add Python regression tests, and regenerate all checked-in dashboard JSON assets. -- 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]
