Skip to content

[Feature Request]: Pattern for better accessibility in PieChart #2082

@jay-k98

Description

@jay-k98

Description

To improve accessibility of PieChart it would help to have an optional pattern e.g. dots to make pie chart sections or segments easier to distinguish for people who have trouble with low contrast.

Example

Image

Proposed Solution

class PieChartSectionData {
  // ...
  final DotPattern pattern;
  // ...
}

class PieChartStackSegmentData {
  // ...
  final DotPattern pattern;
  // ...
}

class DotPattern {
  final Color color;
  final double spacing;
  final double dotRadius;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions