chart.js
Version:
Simple HTML5 charts using the canvas element.
12 lines (11 loc) • 332 B
TypeScript
declare namespace _default {
const id: string;
namespace defaults {
const algorithm: string;
const enabled: boolean;
}
function beforeElementsUpdate(chart: any, args: any, options: any): void;
function destroy(chart: any): void;
function destroy(chart: any): void;
}
export default _default;