The aggregated field well of a scatter plot.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{
"Category" : [ DimensionField, ... ]
,
"Label" : [ DimensionField, ... ]
,
"Size" : [ MeasureField, ... ]
,
"XAxis" : [ MeasureField, ... ]
,
"YAxis" : [ MeasureField, ... ]
}
YAML
Category:
- DimensionField
Label:
- DimensionField
Size:
- MeasureField
XAxis:
- MeasureField
YAxis:
- MeasureField
Properties
Category
-
The category field well of a scatter plot.
Required: No
Type: Array of DimensionField
Minimum:
0
Maximum:
200
Update requires: No interruption
Label
-
The label field well of a scatter plot.
Required: No
Type: Array of DimensionField
Minimum:
0
Maximum:
200
Update requires: No interruption
Size
-
The size field well of a scatter plot.
Required: No
Type: Array of MeasureField
Minimum:
0
Maximum:
200
Update requires: No interruption
XAxis
-
The x-axis field well of a scatter plot.
The x-axis is aggregated by category.
Required: No
Type: Array of MeasureField
Minimum:
0
Maximum:
200
Update requires: No interruption
YAxis
-
The y-axis field well of a scatter plot.
The y-axis is aggregated by category.
Required: No
Type: Array of MeasureField
Minimum:
0
Maximum:
200
Update requires: No interruption