UNPKG

@hpcc-js/composite

Version:
18 lines (17 loc) 589 B
import { Widget } from "@hpcc-js/common"; import { ChartPanel } from "@hpcc-js/layout"; import { MultiChart } from "./MultiChart.ts"; import "../src/ChartPanel.css"; export declare class MultiChartPanel extends ChartPanel<MultiChart> { constructor(); multiChart(): MultiChart; chartType(): string; chartType(_: string): this; chart(): Widget; chart(_: Widget): this; chartTypeDefaults(): object; chartTypeDefaults(_: object): this; chartTypeProperties(): object; chartTypeProperties(_: object): this; update(domNode: any, element: any): void; }