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

createXAnnotation

import { createXAnnotation } from "https://git.sr.ht/~ruivieira/deno-experiments/blob/master/apex/options.ts";
function createXAnnotation(value: number, text: string): XAxisAnnotation;
§
createXAnnotation(value: number, text: string): XAxisAnnotation
[src]

§Parameters

§
value: number
[src]
§
text: string
[src]