Interface: ControllerDatasetOptions

    Properties

    clip: number |

    How to clip relative to chartArea. Positive value allows overflow, negative value clips that many pixels inside chartArea. 0 = clip at chartArea. Clipping can also be configured per side: clip: {left: 5, top: false, right: -2, bottom: 0}

    Defined in


    hidden

    hidden: boolean

    default false

    Defined in

    index.esm.d.ts:85ControllerDatasetOptions - 图2 (opens new window)


    indexAxis: | "y"

    The base axis of the chart. ‘x’ for vertical charts and ‘y’ for horizontal charts.

    default ‘x’

    Defined in

    index.esm.d.ts:63 (opens new window)


    label

    label: string

    The label for the dataset which appears in the legend and tooltips.

    Defined in


    normalized:

    Inherited from

    .normalized

    Defined in

    index.esm.d.ts:55 (opens new window)


    order

    order: number

    The drawing order of dataset. Also affects order for stacking, tooltip and legend.

    Defined in


    parsing: false | { [key: string]: string; }

    How to parse the dataset. The parsing can be disabled by specifying parsing: false at chart options or dataset. If parsing is disabled, data must be sorted and in the formats the associated chart type and scales use internally.

    Inherited from

    .parsing

    Defined in

    index.esm.d.ts:46 (opens new window)


    stack

    stack:

    Defined in