Skip to content

chartjs-chart-pcp / ILogarithmicParallelCoordinatesControllerDatasetOptions

Interface: ILogarithmicParallelCoordinatesControllerDatasetOptions

Defined in: work/chartjs-chart-pcp/chartjs-chart-pcp/src/controllers/LogarithmicParallelCoordinatesController.ts:33

Extends

  • Omit<ControllerDatasetOptions, "clip">.Omit<ILogarithmicAxisOptions, "backgroundColor">.ScriptableAndArrayOptions<ILineSegmentOptions, ScriptableContext<"logarithmicPcp">>.ScriptableAndArrayOptions<CommonHoverOptions, ScriptableContext<"logarithmicPcp">>

Properties

axisWidth

axisWidth: number

Defined in: work/chartjs-chart-pcp/chartjs-chart-pcp/src/elements/LinearAxis.ts:22

width of the visible axis

Default

ts
30

Inherited from

IAxisOptions.axisWidth


stack

stack: string

Defined in: work/chartjs-chart-pcp/chartjs-chart-pcp/src/controllers/LogarithmicParallelCoordinatesController.ts:38

The ID of the group to which this dataset belongs to (when stacked, each group will be a separate stack).

Overrides

Omit.stack


tension

tension: ScriptableAndArray<number, ScriptableContext<"logarithmicPcp">>

Defined in: work/chartjs-chart-pcp/chartjs-chart-pcp/src/elements/LineSegment.ts:9

line tension > 0 (e.g., 0.3) to create bezier curves

Default

ts
0

Inherited from

ILineSegmentOptions.tension