chart.js
Version:
Simple HTML5 charts using the canvas element.
12 lines (11 loc) • 320 B
TypeScript
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;