-
Notifications
You must be signed in to change notification settings - Fork 474
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
graph fields get (semi) randomized ordering #1562
Comments
OK so as of perl 5.18 |
This (provisional) PR makes the perl deterministic: #1563 but the field order is still jumbled up. To graph correctly the order given by the "config" (not "fetch") output must be preserved:
|
There are still variations in color sequence which leads me to believe that the .color attribute is not retrieved correctly as well :-( Actually a superficial inspections makes it seem like the graph is using the system palette. |
This indeed looks like a bug. As we should reuse the |
Hmmm.. if still not working on |
Describe the bug
This is with git master from this morning.
The graph fields get (semi) randomized ordering. This results in different colors for each field in the graph too. This can be seen clearly in this screenshot:
Expected behavior
The behavior in version 2 and earlier was
I'll have a looksee to find a array with the plugin given order preserved.
The text was updated successfully, but these errors were encountered: