Skip to content

chartjs-chart-pcp / ILineSegmentOptions

Interface: ILineSegmentOptions

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

Extends

  • LineOptions

Properties

tension

tension: number

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

Overrides

LineOptions.tension