Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
type alias ChartOptions
import { type ChartOptions } from "https://deno.land/x/fathym_atomic_reports@v0.0.29/src/src.deps.ts";

The set of chart options that are supported. Unsupported or fixed values are omitted from the underlying ChartJs.ChartOptions.

Type Parameters

optional
TType extends ChartJs.ChartType = ChartJs.ChartType
definition: Omit<ChartJs.ChartOptions<TType>,
| "responsive"
| "responsiveAnimationDuration"
| "events"
| "legendCallback"
| "onHover"
| "onClick"
| "onResize"
| "hover"
| "animation"
>