Histogram legend coloring in v2.3
Moderator: Mattk
Histogram legend coloring in v2.3
Can we have the ability to color each datum with a different color of our choosing like we do in the other graphs? I like this graph but want to change the colors similar to those on my other graphs. Thanks.
Station: Davis Vantage Pro2 Plus
Hardware: Raspberry Pi 2 (Meteohub status)
Hardware: Raspberry Pi 2 (Meteohub status)
Re:Histogram legend coloring in v2.3
colors for histogram are defined as follows:
7, // yellow
9, // orange
6, // red
2, // green
11, // violet
5, // light blue
3, // blue
8, // dark blue
0
by making use of the format command you might be able to map these colors to other rgb values. (never tried this myself).
7, // yellow
9, // orange
6, // red
2, // green
11, // violet
5, // light blue
3, // blue
8, // dark blue
0
by making use of the format command you might be able to map these colors to other rgb values. (never tried this myself).

