survey-analytics
Version:
SurveyJS analytics Library.
12 lines (11 loc) • 544 B
TypeScript
import { QuestionMatrixDropdownModel } from "survey-core";
import { MatrixDropdownGrouped } from "../matrixDropdownGrouped";
export declare class MatrixDropdownGroupedPlotly extends MatrixDropdownGrouped {
private _chartAdapter;
static types: string[];
constructor(question: QuestionMatrixDropdownModel, data: Array<{
[index: string]: any;
}>, options?: Object, name?: string);
protected destroyContent(container: HTMLElement): void;
protected renderContentAsync(container: HTMLElement): Promise<HTMLElement>;
}