Skip to main content
Module

x/fresh_charts/deps.ts>ChartJs.Animation

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

Constructors

new
Animation(
cfg: AnyObject,
target: AnyObject,
prop: string,
to?: unknown,
)

Properties

readonly
_to: unknown

Methods

active(): boolean
cancel(): void
tick(date: number): void
update(
cfg: AnyObject,
to: unknown,
date: number,
): void