Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FW][FIX] chart: preserve label order when aggregate #3964

Commits on Apr 2, 2024

  1. [FIX] chart: preserve label order when aggregate

    Previously, the labels were not preserving their order when data was
    aggregated. This was due to the labels being stored in an object, whose
    order is not guaranteed. This commit addresses the issue by returning a
    labelSet and mapping the data accordingly.
    
    Taskid: 3834222
    X-original-commit: 9961402
    dhrp-odoo committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    a783028 View commit details
    Browse the repository at this point in the history