MCPcopy
hub / github.com/chartjs/Chart.js / ColorsPluginOptions

Interface ColorsPluginOptions

src/plugins/plugin.colors.ts:4–7  ·  src/plugins/plugin.colors.ts::ColorsPluginOptions

Source from the content-addressed store, hash-verified

2import type {Chart, ChartDataset} from class="st">'../types.js';
3
4export interface ColorsPluginOptions {
5 enabled?: boolean;
6 forceOverride?: boolean;
7}
8
9interface ColorsDescriptor {
10 backgroundColor?: unknown;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected