Skip to content

Commit 838f700

Browse files
authored
Update types.ts
1 parent 5d28dde commit 838f700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ export type LabelOptions = {
516516
useColorScale?: boolean; // Whether the colors of text should inherit from the active color scale.
517517
margin?: number; // The number of pixels around each box. Default 30.
518518
draggable_labels?: boolean; // Should labels be draggable in place?
519-
font?: string // Font. Default verdana.
519+
font?: string; // Font. Default verdana.
520520
};
521521

522522
export type Labelset = {

0 commit comments

Comments
 (0)