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

Interface ColorsPluginOptions

src/plugins/plugin.colors.ts:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import type {Chart, ChartDataset} from '../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

Used in the wild real call sites across dependent graphs

searching dependent graphs…