Skip to main content

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
structA series of (x, y) coordinates for one color group in a dotted chart.
x*:Vec<f64>X-axis values (interpretation depends on DottedChartXAxis).
[items]:f64
y*:Vec<i64<uint>>Y-axis indices into DottedChartData::y_values.
[items]:i64<uint>

Example JSON Value

{
  "x": [
    0.2
  ],
  "y": [
    1
  ]
}