From 78e4addd56dbe8da8ab54e5edf250c9ad8090b9d Mon Sep 17 00:00:00 2001 From: Josh Kelley Date: Sat, 2 Jan 2021 16:15:15 -0500 Subject: [PATCH] Update type definitions --- types/label.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/types/label.d.ts b/types/label.d.ts index 13b21997c..d0b640f3e 100644 --- a/types/label.d.ts +++ b/types/label.d.ts @@ -1,7 +1,9 @@ import { Color, FontSpec } from "chart.js"; +import { DrawTime } from "./options"; export interface LabelOptions { backgroundColor?: Color, + drawTime?: DrawTime, font?: FontSpec /** * Padding of label to add left/right, default below