influxdata / ui

UI for InfluxDB
94 stars 42 forks source link

autorefreshing graph in dashboard keeps changing colors #2328

Open agenis opened 3 years ago

agenis commented 3 years ago

Using InfluxDB Cloud 2.

  1. Create dashboard, add cell with graph.
  2. the graph is a time series with 4 different _fields for each value (see picture). Rest of the parameters stay as default
  3. I set auto-refresh to enabled and every x seconds (but it happens also with manual refresh)

Sans titre

Expected behavior: One always expects that the coloring of each series will stay identical when new data comes in... that's why i post this as a bug and not a feature request.

actual behavior Every second the graph reloads itself with the lines having a different set of colors... It's impossible to see anything on the graph with this behavior. The color shuffling is linked to the reloading of the graph, not the fact that new data arrived.

Environment info: cloud, so no relevant info.

kristinarobinson commented 3 years ago

Related to Color Mapping epic