UNPKG

@uwdata/mosaic-plot

Version:

A Mosaic-powered plotting framework based on Observable Plot.

22 lines 613 B
export function hasExtent(mark: any, channel: any): boolean; export function bin(field: any, options?: {}): { (mark: any, channel: any): { [x: string]: BinTransformNode; }; [Transform]: boolean; }; declare class BinTransformNode extends ExprNode { constructor(column: any, mark: any, channel: any, options: any); column: any; mark: any; channel: any; options: any; get stats(): { column: any; stats: string[]; }; } import { Transform } from '../symbols.js'; import { ExprNode } from '@uwdata/mosaic-sql'; export {}; //# sourceMappingURL=bin.d.ts.map