@@ -39,6 +39,10 @@ Scatter charts provide the following :ref:`encoding channels
39
39
changes the size of the data point markers, with larger sizes
40
40
indicating larger aggregated values.
41
41
42
+ .. seealso::
43
+
44
+ :ref:`Customize Mark Size <customize-scatter-marks>`
45
+
42
46
* - Color
43
47
- *(Optional)* A :guilabel:`category` encoding channel that changes
44
48
the color of the data point markers based on the value of the
@@ -85,12 +89,31 @@ Consider using a scatter chart to display:
85
89
- Volume of sales data for selected retail outlets
86
90
- Population density figures across several countries
87
91
92
+ .. _customize-scatter-chart:
88
93
89
- Limitations
90
- -----------
94
+ Customization Options
95
+ ---------------------
91
96
92
- The maximum query response size for a scatter chart is 50000 documents.
97
+ The following customization options are specific to scatter charts. To
98
+ see all available customization options, see :ref:`customize-charts`.
99
+
100
+ .. _customize-scatter-marks:
101
+
102
+ Mark Size
103
+ ~~~~~~~~~
104
+
105
+ Adjust the size of the scatter marks. This option behaves differently
106
+ based on whether you have a field mapped to the :guilabel:`Size`
107
+ encoding channel.
93
108
109
+ - If you do not have a field mapped to :guilabel:`Size`, the
110
+ :guilabel:`Mark Size` setting changes the size of the marks linearly
111
+ based on the chosen value.
112
+
113
+ - If you have a field mapped to :guilabel:`Size`, the
114
+ :guilabel:`Mark Size` setting changes the size of the largest mark,
115
+ and also controls the difference between the smallest and largest
116
+ marks.
94
117
95
118
Examples
96
119
--------
@@ -138,4 +161,9 @@ year, which would make the chart too noisy to read.
138
161
139
162
.. figure:: /images/charts/scatter-chart-movie-details.png
140
163
:figwidth: 750px
141
- :alt: Scatter chart example
164
+ :alt: Scatter chart example
165
+
166
+ Limitations
167
+ -----------
168
+
169
+ The maximum query response size for a scatter chart is 50000 documents.
0 commit comments