D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
forge
/
ebrokers.online
/
node_modules
/
chart.js
/
dist
/
plugins
/
Filename :
plugin.colors.d.ts
back
Copy
import type { Chart } from '../types.js'; export interface ColorsPluginOptions { enabled?: boolean; forceOverride?: boolean; } declare const _default: { id: string; defaults: ColorsPluginOptions; beforeLayout(chart: Chart, _args: any, options: ColorsPluginOptions): void; }; export default _default;