File: chart_examples.rst

package info (click to toggle)
xlsxwriter 3.1.9-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 56,308 kB
  • sloc: python: 51,511; javascript: 7,768; sh: 284; makefile: 195; perl: 75
file content (39 lines) | stat: -rw-r--r-- 1,018 bytes parent folder | download
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