UNPKG

@uwdata/mosaic-plot

Version:

A Mosaic-powered plotting framework based on Observable Plot.

13 lines 328 B
export class Density2DMark extends Grid2DMark { constructor(source: any, options: any); convolve(): this; plotSpecs(): { type: any; data: { length: number; }; options: {}; }[]; } import { Grid2DMark } from './Grid2DMark.js'; //# sourceMappingURL=Density2DMark.d.ts.map