Skip to content

Commit b4de8cd

Browse files
authored
(DOCSP-13974) Line smoothing (#456)
* (DOCSP-13974) Line smoothing * add step examples
1 parent cce484b commit b4de8cd

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

source/chart-type-reference/line-area-chart.txt

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,43 @@ Add a Trendline
268268

269269
.. include:: /includes/customization/trendline.rst
270270

271+
Smooth Lines
272+
~~~~~~~~~~~~
273+
274+
You can change the way lines are drawn on your chart. To smooth lines:
275+
276+
1. Open the :ref:`Customize <customize-charts>` pane for your chart.
277+
278+
#. In the :guilabel:`General Customization` section, set
279+
:guilabel:`Line Smoothing` to the desired option.
280+
281+
The following line smoothing options are available:
282+
283+
.. list-table::
284+
:header-rows: 1
285+
:stub-columns: 1
286+
:widths: 30 70
287+
288+
* - Option
289+
- Description
290+
291+
* - None (Default)
292+
- Draws straight lines between data points.
293+
294+
* - Smooth
295+
- Draws curved lines between data points.
296+
297+
* - Step Before
298+
- Lines extend horizontally to data points. This is useful
299+
for visualizing data that only changes in intervals and is
300+
collected at the end of a period, such as
301+
daily average temperature.
302+
303+
* - Step After
304+
- Lines extend horizontally from data points. This is useful
305+
for visualizing data that only changes in intervals, such as
306+
stock prices.
307+
271308
Examples
272309
--------
273310

0 commit comments

Comments
 (0)