Intermact API Reference / @intermact/core / TangentOptions
Interface: TangentOptions
Defined in: packages/core/src/constructs/graphs.ts:143
Options for tangentLine.
Properties
dx?
readonlyoptionaldx?:number
Defined in: packages/core/src/constructs/graphs.ts:147
Finite-difference step for the numeric derivative (default 1e-3).
length?
readonlyoptionallength?:number
Defined in: packages/core/src/constructs/graphs.ts:145
Half-length of the drawn tangent in data x units (default 1).
style?
readonlyoptionalstyle?:ObjectStyle
Defined in: packages/core/src/constructs/graphs.ts:148