UNPKG

@sheetxl/models

Version:

Models - A Headless javascript spreadsheet library.

9 lines 448 B
export function addDataLabelShown(dataLabel: any): void; export default ChartDataLabelShape; declare class ChartDataLabelShape extends ChartPartShape { constructor(options: any, styleKey: any, _defaultShown: any); _createDataLabelTextShape(dataLabelOptions: any, styleKey: any): ChartTextShape; } import ChartPartShape from "./ChartPartShape"; import ChartTextShape from "./ChartTextShape"; //# sourceMappingURL=ChartDataLabelShape.d.ts.map