Skip to content

Interface: DrawdownOptions

Defined in: finance/charts.ts:177

Properties

color?

ts
optional color?: string;

Defined in: finance/charts.ts:184


equity

ts
equity: ArrayLike<number>;

Defined in: finance/charts.ts:179

Equity / NAV series.


markMax?

ts
optional markMax?: boolean;

Defined in: finance/charts.ts:186

Mark the deepest point with a labelled annotation. Default true.


name?

ts
optional name?: string;

Defined in: finance/charts.ts:187


percent?

ts
optional percent?: boolean;

Defined in: finance/charts.ts:183

Plot as percentages rather than fractions. Default true.


renderType?

ts
optional renderType?: RenderType;

Defined in: finance/charts.ts:189


x?

ts
optional x?: ArrayLike<number>;

Defined in: finance/charts.ts:181

X positions (epoch ms or bar indices). Defaults to 0..n-1.


yAxis?

ts
optional yAxis?: string;

Defined in: finance/charts.ts:188

MIT licensed. WebGL2 required.