@antv/s2
Version:
effective spreadsheet render core lib
10 lines (9 loc) • 320 B
TypeScript
import { type CellMeta } from '@antv/s2';
import { ChartDataCell } from './chart-data-cell';
export declare class PivotChartDataCell extends ChartDataCell {
isChartData(): boolean;
getChartData(): any;
getChartOptions(): any;
drawTextShape(): void;
protected handleSelect(cells: CellMeta[]): void;
}