UNPKG

@uwdata/mosaic-plot

Version:

A Mosaic-powered plotting framework based on Observable Plot.

34 lines 838 B
export class Density1DMark extends Mark { constructor(type: any, source: any, options: any); dim: string; /** @type {number} */ bins: number; /** @type {number} */ bandwidth: number; /** @type {string | boolean} */ normalize: string | boolean; /** @type {boolean} */ stack: boolean; query(filter?: any[]): import("@uwdata/mosaic-sql").SelectQuery; extent: any; groupby: any[]; queryResult(data: any): this; grids: { numRows: number; columns: { [key: string]: Arrayish; }; }; convolve(): this; plotSpecs(): { type: any; data: { length: number; }; options: { [x: string]: any; }; }[]; } import { Mark } from './Mark.js'; //# sourceMappingURL=Density1DMark.d.ts.map