Charts
The pptx_shapes.charts module provides classes for adding simple charts to PowerPoint presentations using the pptx_shapes framework.
Chart |
Description |
|---|---|
A donut chart used to visualize proportions of categorical data. |
|
A bar chart used to display values across categories or time series. |
|
A scatter plot used to visualize a set of points on a coordinate plane. |