Skip to content

Commit

Permalink
Update type definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
joshkel committed Jan 2, 2021
1 parent d9758bc commit 78e4add
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/label.d.ts
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 78e4add

Please sign in to comment.