Charts ====== The ``pptx_shapes.charts`` module provides classes for adding simple charts to PowerPoint presentations using the ``pptx_shapes`` framework. .. list-table:: :header-rows: 1 * - Chart - Description * - :doc:`charts/donut` - A donut chart used to visualize proportions of categorical data. * - :doc:`charts/bar` - A bar chart used to display values across categories or time series. * - :doc:`charts/line` - A line chart used to show trends or continuous data over a range. * - :doc:`charts/scatter` - A scatter plot used to visualize a set of points on a coordinate plane. .. toctree:: :hidden: charts/donut charts/bar charts/line charts/scatter