Skip to content

Type Alias: DrawTool

ts
type DrawTool = "trendline" | "hline" | "ray" | "fib" | "rect";

Defined in: plot.ts:201

An interactive drawing tool: click-drag on the plot to place the shape.

MIT licensed. WebGL2 required.