Skip to main content
Module

x/fresh_charts/mod.ts>ChartOptions

A server-side-rendered charting library for Fresh
Go to Latest
type alias ChartOptions
import { type ChartOptions } from "https://deno.land/x/fresh_charts@0.2.1/mod.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"
>