chart2text automatically generates natural language descriptions of charts for screen readers. The text descriptions are visually hidden but available to assistive technologies.
This bar chart shows data over time (ages 55-75). By setting descriptor: 'trend',
the plugin uses piecewise regression instead of treating each bar as an independent category.
Pie charts are automatically sorted from largest to smallest slice by default (use sortPieSlices: false to preserve original order).
This example demonstrates handling larger datasets (31 data points). The synthesized data shows volume increasing during weekdays and decreasing on weekends, which the piecewise regression captures as distinct trend segments.
Stacked bar charts show multiple datasets where bars are stacked on top of each other. With combineStacks: true, the plugin describes the total combined values instead of each dataset separately, making the description more concise.