superset
superset copied to clipboard
Different colours for the same metrics
When I refresh page with dashboard in browser, I can see different colours for the same metrics
- helm chart version:
0.10.8
- superset version:
3.0.0
- python version:
3.10
There is no such problem In the previous version superset 2.1.0 The error is reproduced on all types of charts.
Can confirm with v3.0.2 and v3.1.0rc2
The problem reproduced in 3.0.2 (((
Are you still seeing this in 3.1/4.0? CC @geido for context, who is looking at some of these color consistency issues.
Can only test 3.1 for now, there I can still reproduce the issue. Opening an existing dashboard and just refreshing the page changes the colors of the metrics
I'll track this here https://github.com/apache/superset/pull/27439
After a little bit more investigation there seems to be a different problem here in addition to the labels changing color. In the bar chart the label is emitted as COUNT(*). There is no specific label emitted for which makes making label colors consistent across charts impossible. This requires a separate fix.