I’m trying to create a graph in InfluxDB with multiple graphs layered on top of each other in different colors.
The way I would expect this to work is that when I’m in the configure screen, I generate the query for one graph, then I click the blue + to create a second query. This layers them on top of each other fine, but the issue is the colors. If the two values are of different types, like degrees C vs psi, they will be different colors. When the two values are the same data type, like degrees C, they will be the same color. This means it’s harder to distinguish them from each other.
If I go into Visualization I can change the color, but they will still both be the same color.
Is there any way around this? I’d like to select a unique color for each graph.