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

YAxisAnnotation

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

§Extends

§Properties

§
y: number
[src]