Current Situation Currently, when creating pie charts to represent boolean (true/false) values in Port, the colors assigned to true and false values are inconsistent across different charts. This inconsistency can be misleading when interpreting data across multiple visualizations. Proposed Feature Implement a consistent color scheme for boolean properties in pie charts. Specifically: Assign a static color for 'true' values (e.g., green) Assign a static color for 'false' values (e.g., red) Optionally, assign a static color for 'N/A' or null values (e.g., gray) Rationale This feature would improve data interpretation and reduce cognitive load for users by: Ensuring consistency across all boolean property visualizations Aligning with common color conventions for true/false representations Enhancing the ability to quickly compare boolean properties across different entities or categories Additional Context This request is related to the existing ability to configure display colors for boolean properties, as mentioned in the Ability to configure display colours for boolean properties roadmap item. However, it specifically focuses on maintaining consistency in pie chart visualizations.