Skip to content

Commit 3d173f5

Browse files
committed
Update types.ts
1 parent 8a1084f commit 3d173f5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/types.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import type {
1111
Timestamp,
1212
Utf8,
1313
Vector,
14-
TypeMap,
1514
} from 'apache-arrow';
1615
import type { Renderer } from './rendering';
1716
import type { Deeptable } from './Deeptable';
@@ -520,7 +519,7 @@ export type LabelOptions = {
520519
useColorScale?: boolean; // Whether the colors of text should inherit from the active color scale.
521520
margin?: number; // The number of pixels around each box. Default 30.
522521
draggable_labels?: boolean; // Should labels be draggable in place?
523-
font?: string // Font. Default verdana.
522+
font?: string; // Font. Default verdana.
524523
};
525524

526525
export type Labelset = {

src/wrap_arrow.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {
1414
import { Deeptable } from './Deeptable';
1515
import { add_or_delete_column } from './Deeptable';
1616
import type * as DS from './types';
17-
import { extent, extent, range } from 'd3-array';
17+
import { extent, range } from 'd3-array';
1818
import { Rectangle } from './tile';
1919
import { tixToZxy } from './tixrixqid';
2020

0 commit comments

Comments
 (0)