Skip to content

Commit 5ee932e

Browse files
committed
[IMP] general: add screenshot of stacked line chart in reporting
task-3375264 closes #5147 Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
1 parent 2e9c99c commit 5ee932e

File tree

5 files changed

+18
-6
lines changed

5 files changed

+18
-6
lines changed

content/applications/general/reporting.rst

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -155,25 +155,37 @@ when they form a meaningful whole.
155155
:alt: Viewing the Sales Analysis report as a pie chart
156156

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

161161
.. tabs::
162162

163163
.. tab:: Stacked bar chart
164164

165-
.. image:: reporting/stacked.png
165+
.. image:: reporting/stacked-bar.png
166166
:align: center
167167
:alt: Stacked bar chart example
168168

169169
.. tab:: Regular bar chart
170170

171-
.. image:: reporting/non-stacked.png
171+
.. image:: reporting/non-stacked-bar.png
172172
:align: center
173173
:alt: Non-stacked bar chart example
174174

175-
For line charts, you can use the cumulative option to sum values, which is especially useful to
176-
show the change in growth over a time period.
175+
.. tab:: Stacked line chart
176+
177+
.. image:: reporting/stacked-line.png
178+
:align: center
179+
:alt: Stacked line chart example
180+
181+
.. tab:: Regular line chart
182+
183+
.. image:: reporting/non-stacked-line.png
184+
:align: center
185+
:alt: Non-stacked line chart example
186+
187+
For **line** charts, you can use the cumulative option to sum values, which is especially useful
188+
to show the change in growth over a time period.
177189

178190
.. tabs::
179191

12.3 KB
Loading
11.4 KB
Loading

0 commit comments

Comments
 (0)