GUI: Consistent chart colors?

I know, this is pretty minor, but is there any way to make line colors in charts (e.g. under Storage/Size etc) consistent from refresh to refresh? Right now, every time you refresh the page, the colors change (even if underlying data did not). I have a number of lines on my charts, and I usually want to pay attention to just a couple of them, but I can’t pick them up visually by color because colors are always different…

Pinging @gchen as unlike CLI there is nothing we can do ourselves about the GUI (unless there are some hidden flags somewhere).

I think that is because a Go map always returns items in random order. I’ll fix this.

Thanks, much appreciated!