@@ -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
0 commit comments