Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

XAxisAnnotation

import type { XAxisAnnotation } from "https://git.sr.ht/~ruivieira/deno-experiments/blob/master/apex/options.ts";
interface XAxisAnnotation extends AxisAnnotation {
x: number;
}

§Extends

§Properties

§
x: number
[src]