Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
type alias ChartOptions
import { type ChartOptions } from "https://deno.land/x/fathym_atomic_reports@v0.0.19/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"
>