UNPKG

@jspreadsheet/charts

Version:

JSS Charts is a premium JSS extension that allows you to create interactive and dynamic charts based on the data available in your online spreadsheets. This plugin seamlessly integrates JSS with the ChartJS engine, directly delivering visually stunning an

17 lines (12 loc) 351 B
/** * Official Type definitions for JSS search * https://jspreadsheet.com/products/charts * Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped */ declare function charts(options?: charts.options): void; declare namespace charts { interface options { animations?: object; } } export default charts;