@uwdata/mosaic-plot
Version:
A Mosaic-powered plotting framework based on Observable Plot.
16 lines • 357 B
TypeScript
export class Legend {
constructor(channel: any, options: any);
channel: any;
options: any;
type: any;
handler: any;
selection: any;
field: any;
legend: any;
element: HTMLDivElement;
setPlot(plot: any): void;
plot: any;
init(svg: any): HTMLDivElement;
update(): void;
}
//# sourceMappingURL=legend.d.ts.map