UNPKG

@uwdata/mosaic-plot

Version:

A Mosaic-powered plotting framework based on Observable Plot.

15 lines 378 B
export class Highlight { constructor(mark: any, { selection, channels }: { selection: any; channels?: {}; }); mark: any; selection: any; channels: [string, any][] | (string | number)[][]; init(svg: any): Promise<void>; svg: any; values: any[]; nodes: any; update(): Promise<void>; } //# sourceMappingURL=Highlight.d.ts.map