ishiis opened a new issue, #24283:
URL: https://github.com/apache/airflow/issues/24283

   ### Description
   
   I’d like to make the legends in GraphView easier to read, and simplify color 
assignments.
   
   ### Use case/motivation
   
   The legend in GraphView has several problems.
   If ui_color in Operator is not set, the legend is set to white. If more than 
one Operator is white, the legend cannot be distinguished. See: 
[#23999](https://github.com/apache/airflow/issues/23999)
   
   Similar colors may be set to Operator. When a similar color is set, the 
colors cannot be distinguished. For example, BashOperator(#F0EDE4) and 
GCSToBigQueryOperator(#F0EEE4). I can’t distinguish the colors of BashOperator 
and GCSToBigQueryOperator. It is difficult to set different colors for many 
Operators.
   
   To solve these problems, I list some colors and assign color to the legend 
from the listed colors. For example, select 14 colors. We assign color to the 
legend from these 14 colors. By doing so, it is not necessary to assign a color 
to each Operator.
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to