Skip to main content
Module

x/fresh_charts/deps.ts>ChartJs.DoughnutAnimationOptions

A server-side-rendered charting library for Fresh
Go to Latest
interface ChartJs.DoughnutAnimationOptions
import { type ChartJs } from "https://deno.land/x/fresh_charts@0.2.0/deps.ts";
const { DoughnutAnimationOptions } = ChartJs;

Properties

animateRotate: boolean

If true, the chart will animate in with a rotation animation. This property is in the options.animation object.

animateScale: boolean

If true, will animate scaling the chart from the center outwards.