Accessibility in Flutter Pyramid Charts (SfPyramidChart)
5 Oct 20211 minute to read
Sufficient contrast
The SfPyramidChart
theming
support offers a consistent and standardized look, as well as the ability to set the colors for all UI elements.
The customization the colors can be done for the following chart elements.
- Chart title
- Palette for data points
- Color mapping for data points
- Data label
- Legend title
- Legend item text
- Series tooltip
- Selected segments
Large fonts
The SfPyramidChart
font size can be adjusted automatically based on device settings and the font size scaled based on the MediaQueryData.textScaleFactor
. And also it allows to change the font size of all elements in Pyramid chart.
Easily tappable targets
The SfPyramidChart
Provides callback support to notify when tapping on the essential elements in the chart.