DottedChartPoints
A series of (x, y) coordinates for one color group in a dotted chart.
Used as Input
0
functions accept this type
Used as Output
0
functions return this type(+1 nested)
Type Definition
4 nested items
struct— A series of (x, y) coordinates for one color group in a dotted chart.
[items]:f64
Example JSON Value
{
"x": [
0.2
],
"y": [
1
]
}