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

AxisAnnotation

import type { AxisAnnotation } from "https://git.sr.ht/~ruivieira/deno-experiments/blob/master/apex/options.ts";
interface AxisAnnotation {
borderColor?: string;
label?: {
borderColor?: string;
style?: {
color?: string;
background?: string;
fontSize?: string;
}
;
text: string;
}
;
opacity?: number;
}

§Properties

§
borderColor?: string
[src]
§
label?: {
borderColor?: string;
style?: {
color?: string;
background?: string;
fontSize?: string;
}
;
text: string;
}
[src]
§
opacity?: number
[src]