import { type ChartOptions } from "https://deno.land/x/fathym_atomic_reports@v0.0.14/src/src.deps.ts";
The set of chart options that are supported. Unsupported or fixed values
are omitted from the underlying ChartJs.ChartOptions
.
definition: Omit<ChartJs.ChartOptions<TType>, >
| "responsive"
| "responsiveAnimationDuration"
| "events"
| "legendCallback"
| "onHover"
| "onClick"
| "onResize"
| "hover"
| "animation"