Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 18 additions & 6 deletions content/applications/general/reporting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -155,25 +155,37 @@ when they form a meaningful whole.
:alt: Viewing the Sales Analysis report as a pie chart

.. tip::
For bar and line charts, you can use the stacked option when you have at least two groups, which
then appear on top of each other instead of next to each other.
For **bar** and **line** charts, you can use the stacked option when you have at least two
groups, which then appear on top of each other instead of next to each other.

.. tabs::

.. tab:: Stacked bar chart

.. image:: reporting/stacked.png
.. image:: reporting/stacked-bar.png
:align: center
:alt: Stacked bar chart example

.. tab:: Regular bar chart

.. image:: reporting/non-stacked.png
.. image:: reporting/non-stacked-bar.png
:align: center
:alt: Non-stacked bar chart example

For line charts, you can use the cumulative option to sum values, which is especially useful to
show the change in growth over a time period.
.. tab:: Stacked line chart

.. image:: reporting/stacked-line.png
:align: center
:alt: Stacked line chart example

.. tab:: Regular line chart

.. image:: reporting/non-stacked-line.png
:align: center
:alt: Non-stacked line chart example

For **line** charts, you can use the cumulative option to sum values, which is especially useful
to show the change in growth over a time period.

.. tabs::

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.