We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d28dde commit 838f700Copy full SHA for 838f700
src/types.ts
@@ -516,7 +516,7 @@ export type LabelOptions = {
516
useColorScale?: boolean; // Whether the colors of text should inherit from the active color scale.
517
margin?: number; // The number of pixels around each box. Default 30.
518
draggable_labels?: boolean; // Should labels be draggable in place?
519
- font?: string // Font. Default verdana.
+ font?: string; // Font. Default verdana.
520
};
521
522
export type Labelset = {
0 commit comments