Charts

The pptx_shapes.charts module provides classes for adding simple charts to PowerPoint presentations using the pptx_shapes framework.

Chart

Description

Donut chart

A donut chart used to visualize proportions of categorical data.

Bar Chart

A bar chart used to display values across categories or time series.

Scatter Plot

A scatter plot used to visualize a set of points on a coordinate plane.