UNPKG

@sheetxl/models

Version:

Models - A Headless javascript spreadsheet library.

8 lines 447 B
export default ChartSeriesDataLabelShape; declare class ChartSeriesDataLabelShape extends ChartDataLabelShape { constructor(options: any, styleKey: any); createDataPointLabel: (index: any, readonly?: boolean) => ChartDataPointDataLabelShape; } import ChartDataLabelShape from "../ChartDataLabelShape"; import ChartDataPointDataLabelShape from "../point/ChartDataPointDataLabelShape"; //# sourceMappingURL=ChartSeriesDataLabelShape.d.ts.map