Appearance
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.