File tree Expand file tree Collapse file tree 4 files changed +52
-0
lines changed Expand file tree Collapse file tree 4 files changed +52
-0
lines changed Original file line number Diff line number Diff line change @@ -191,6 +191,12 @@ The following customization options are specific to column and bar
191
191
charts. To see all available customization options, see
192
192
:ref:`customize-charts`.
193
193
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
+
194
200
Show or Hide Data Value Labels
195
201
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
196
202
Original file line number Diff line number Diff line change @@ -72,6 +72,20 @@ choice to display:
72
72
data. With naturally ordered datasets, heatmaps highlight areas of
73
73
concentration within the data.
74
74
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
+
75
89
Examples
76
90
--------
77
91
Original file line number Diff line number Diff line change @@ -222,6 +222,14 @@ The following customization options are specific to line and area
222
222
charts. To see all available customization options, see
223
223
:ref:`customize-charts`.
224
224
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
+
225
233
Show or Hide Data Markers
226
234
~~~~~~~~~~~~~~~~~~~~~~~~~
227
235
Original file line number Diff line number Diff line change
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 `.
You can’t perform that action at this time.
0 commit comments