Skip to content

Commit 11a82eb

Browse files
corryrootjeff-allen-mongo
authored andcommitted
(DOCSP-14965): Updated pages to include info and steps for adjusting X Axis Label Angles. (#463)
* (DOCSP-14965): Updated pages to include info and steps for adjusting X Axis Label Angles. * (DOCSP-14965): Incorporated Kanchana's feedback. * (DOCSP-14965): Incorporated Tom's feedback.
1 parent cc5fc87 commit 11a82eb

File tree

4 files changed

+52
-0
lines changed

4 files changed

+52
-0
lines changed

source/chart-type-reference/column-bar-chart.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,12 @@ The following customization options are specific to column and bar
191191
charts. To see all available customization options, see
192192
:ref:`customize-charts`.
193193

194+
Adjust X-Axis Label Angle
195+
~~~~~~~~~~~~~~~~~~~~~~~~~~
196+
You can adjust the X-axis label angle.
197+
198+
.. include:: /includes/customization/adjust-x-axis-label-angle.rst
199+
194200
Show or Hide Data Value Labels
195201
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
196202

source/chart-type-reference/heatmap.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,20 @@ choice to display:
7272
data. With naturally ordered datasets, heatmaps highlight areas of
7373
concentration within the data.
7474

75+
Customization Options
76+
---------------------
77+
78+
The following customization options are specific to heatmap
79+
charts. To see all available customization options, see
80+
:ref:`customize-charts`.
81+
82+
Adjust X-Axis Label Angle
83+
~~~~~~~~~~~~~~~~~~~~~~~~~
84+
85+
You can adjust the X-axis label angle.
86+
87+
.. include:: /includes/customization/adjust-x-axis-label-angle.rst
88+
7589
Examples
7690
--------
7791

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,14 @@ The following customization options are specific to line and area
222222
charts. To see all available customization options, see
223223
:ref:`customize-charts`.
224224

225+
Adjust X-Axis Label Angle
226+
~~~~~~~~~~~~~~~~~~~~~~~~~~
227+
You can adjust the X-axis label angles in
228+
:ref:`area-chart-multi-series-example` and
229+
:ref:`discrete-line-chart-example` charts.
230+
231+
.. include:: /includes/customization/adjust-x-axis-label-angle.rst
232+
225233
Show or Hide Data Markers
226234
~~~~~~~~~~~~~~~~~~~~~~~~~
227235

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
You can choose one of the following options:
2+
3+
.. list-table::
4+
:header-rows: 1
5+
:widths: 30 70
6+
7+
* - Option
8+
- Description
9+
10+
* - :guilabel:`Vertical`
11+
- Labels right-aligned at a 270 degree angle.
12+
13+
* - :guilabel:`Horizonal`
14+
- Labels center-aligned at a 0 degree angle.
15+
16+
* - :guilabel:`Diagonal`
17+
- Labels right-aligned at a 315 degree angle.
18+
19+
To set this option:
20+
21+
1. Open the :ref:`Customize <customize-charts>` pane for your chart.
22+
23+
#. In the :guilabel:`Axes` section, select a :guilabel:`Label Angle`
24+
for the :guilabel:`X Axis`.

0 commit comments

Comments
 (0)