DottedChartData
Result of
get_dotted_chart, containing the plotted points grouped by color.Used as Input
0
functions accept this type
Used as Output
1
function return this type
Type Definition
8 nested items
DottedChartData— Result of
get_dotted_chart, containing the plotted points grouped by color.[key: string]:DottedChartPoints— A series of (x, y) coordinates for one color group in a dotted chart.
y_values*:Vec<String>— Ordered list of y-axis labels (index corresponds to
DottedChartPoints::y values).[items]:String
Example JSON Value
{
"dots_per_color": {
"something": {
"x": [
0.2
],
"y": [
1
]
}
},
"y_values": [
"example"
]
}