@@ -39,6 +39,10 @@ Scatter charts provide the following :ref:`encoding channels
3939 changes the size of the data point markers, with larger sizes
4040 indicating larger aggregated values.
4141
42+ .. seealso::
43+
44+ :ref:`Customize Mark Size <customize-scatter-marks>`
45+
4246 * - Color
4347 - *(Optional)* A :guilabel:`category` encoding channel that changes
4448 the color of the data point markers based on the value of the
@@ -85,12 +89,31 @@ Consider using a scatter chart to display:
8589- Volume of sales data for selected retail outlets
8690- Population density figures across several countries
8791
92+ .. _customize-scatter-chart:
8893
89- Limitations
90- -----------
94+ Customization Options
95+ ---------------------
9196
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.
93108
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.
94117
95118Examples
96119--------
@@ -138,4 +161,9 @@ year, which would make the chart too noisy to read.
138161
139162.. figure:: /images/charts/scatter-chart-movie-details.png
140163 :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