@sheetxl/models
Version:
Models - A Headless javascript spreadsheet library.
13 lines • 622 B
TypeScript
export default ChartDataPointShape;
export class ChartDataPointShapePersister extends PropertyPersister {
constructor(path: any, options: any);
options: any;
fromJSON(jsonValue: any, index: any): import("../..").AbstractModel;
}
declare class ChartDataPointShape extends ChartPartShape {
constructor(options: any, series: any, xRange: any, valueRange: any, offset: any, length: any, seriesOffset: any, seriesLength: any);
_styleKey: string;
}
import PropertyPersister from "../../dagm/PropertyPersister";
import ChartPartShape from "../ChartPartShape";
//# sourceMappingURL=ChartDataPointShape.d.ts.map