File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ import type {
11
11
Timestamp ,
12
12
Utf8 ,
13
13
Vector ,
14
- TypeMap ,
15
14
} from 'apache-arrow' ;
16
15
import type { Renderer } from './rendering' ;
17
16
import type { Deeptable } from './Deeptable' ;
@@ -520,7 +519,7 @@ export type LabelOptions = {
520
519
useColorScale ?: boolean ; // Whether the colors of text should inherit from the active color scale.
521
520
margin ?: number ; // The number of pixels around each box. Default 30.
522
521
draggable_labels ?: boolean ; // Should labels be draggable in place?
523
- font ?: string // Font. Default verdana.
522
+ font ?: string ; // Font. Default verdana.
524
523
} ;
525
524
526
525
export type Labelset = {
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import {
14
14
import { Deeptable } from './Deeptable' ;
15
15
import { add_or_delete_column } from './Deeptable' ;
16
16
import type * as DS from './types' ;
17
- import { extent , extent , range } from 'd3-array' ;
17
+ import { extent , range } from 'd3-array' ;
18
18
import { Rectangle } from './tile' ;
19
19
import { tixToZxy } from './tixrixqid' ;
20
20
You can’t perform that action at this time.
0 commit comments