Skip to main content

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
DottedChartDataResult of get_dotted_chart, containing the plotted points grouped by color.
dots_per_color*:HashMap<String, DottedChartPoints>Points grouped by color-axis value.
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"
  ]
}

Functions Returning This Type(1)