Opened 10 years ago
Closed 10 years ago
#16355 closed defect (wontfix)
[regression] order of colors in clustered columns plot changed from 1.7 to 1.8
Reported by: | cjolif | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | undecided | Milestone: | |
Component: | Charting | Version: | 1.8.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
see:
This might be related to #15308
Change History (3)
comment:1 Changed 10 years ago by
Milestone: | tbd → 1.8.2 |
---|
comment:2 Changed 10 years ago by
comment:3 Changed 10 years ago by
Milestone: | 1.8.2 |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
Thinking more about it I don't think we want to "fix" that one separately. All other plots are using the color in that order. The clustered columns were _the_ exception. They now all do the same as all other plots which is consistent. As stated in #15359, that order is not very good, but if we change it, we need to change it for all plots not just clustered columns to keep the consistency. So I think we will wait for the full solution in #15359 do fix this. Meanwhile apply a workaround which is to reverse the order of colors in your theme.
Note: See
TracTickets for help on using
tickets.
See also: #15359
This behavior was indeed introduced by #15308 for ClusteredCoumns?. However it was there for a long time for other types of plots including Columns.