1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
.. SPDX-License-Identifier: BSD-2-Clause
Copyright 2013-2023, John McNamara, jmcnamara@cpan.org
.. _chart_examples:
Chart Examples
==============
The following are some of the examples included in the
`examples <https://github.com/jmcnamara/XlsxWriter/tree/main/examples>`_
directory of the XlsxWriter distribution.
.. toctree::
:maxdepth: 1
example_chart_simple.rst
example_chart_area.rst
example_chart_bar.rst
example_chart_column.rst
example_chart_line.rst
example_chart_pie.rst
example_chart_doughnut.rst
example_chart_scatter.rst
example_chart_radar.rst
example_chart_stock.rst
example_chart_styles.rst
example_chart_pattern.rst
example_chart_gradient.rst
example_chart_secondary_axis.rst
example_chart_combined.rst
example_chart_pareto.rst
example_chart_gauge.rst
example_chart_clustered.rst
example_chart_date_axis.rst
example_chart_data_table.rst
example_chart_data_tools.rst
example_chart_data_labels.rst
example_chartsheet.rst
|