File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " deepscatter" ,
33 "type" : " module" ,
4- "version" : " 3.0.0-next.50 " ,
4+ "version" : " 3.0.0-next.47 " ,
55 "description" : " Fast, animated zoomable scatterplots scaling to billions of points" ,
66 "files" : [
77 " dist"
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ import type {
1111 Timestamp ,
1212 Utf8 ,
1313 Vector ,
14- TypeMap ,
1514} from 'apache-arrow' ;
1615import type { Renderer } from './rendering' ;
1716import 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
526525export type Labelset = {
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import {
1414import { Deeptable } from './Deeptable' ;
1515import { add_or_delete_column } from './Deeptable' ;
1616import type * as DS from './types' ;
17- import { extent , extent , range } from 'd3-array' ;
17+ import { extent , range } from 'd3-array' ;
1818import { Rectangle } from './tile' ;
1919import { tixToZxy } from './tixrixqid' ;
2020
You can’t perform that action at this time.
0 commit comments