MCPcopy Index your code
hub / github.com/ChartGPU/ChartGPU / ThemeConfig

Interface ThemeConfig

src/themes/types.ts:5–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3 */
4
5export interface ThemeConfig {
6 readonly backgroundColor: string;
7 readonly textColor: string;
8 readonly axisLineColor: string;
9 readonly axisTickColor: string;
10 readonly gridLineColor: string;
11 readonly colorPalette: string[];
12 readonly fontFamily: string;
13 readonly fontSize: number;
14}
15

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected