import { useNavigate } from "@solidjs/router"; import { addSeconds } from "date-fns"; import type { IPanePrimitivePaneView, IPrimitivePaneRenderer, PaneAttachedParameter, Time, } from "lightweight-charts"; import { createMemo, createSignal } from "solid-js"; import { type PanePrimitive, TimeChart } from "../../src"; // Watermark Primitive - draws a text watermark in the background class WatermarkPrimitive implements PanePrimitive