@uwdata/mosaic-plot
Version:
A Mosaic-powered plotting framework based on Observable Plot.
12 lines • 439 B
TypeScript
export function plotExtent(mark: any, filter: any, channel: any, domainAttr: any, niceAttr: any): any;
export function extentX(mark: any, filter: any): any;
export function extentY(mark: any, filter: any): any;
export function filteredExtent(filter: any, column: any): undefined[];
export namespace xext {
let x: string[];
}
export namespace yext {
let y: string[];
}
export namespace xyext { }
//# sourceMappingURL=extent.d.ts.map