cartesian
cartesian: {
goalLine: { label: { fontSize: string } };
label: { fontSize: string };
padding?: string;
splitLine: { lineStyle: { color: string } };
}
类型声明
goalLine: { label: { fontSize: string } }
label: { fontSize: string }
label: { fontSize: string }
可选
padding?: string
splitLine: { lineStyle: { color: string } }
collectionBrowser
collectionBrowser: { breadcrumbs: { expandButton: { backgroundColor: {}; hoverBackgroundColor: {}; hoverTextColor: {}; textColor: {}; }; }; emptyContent: { icon: { height: CSSProperties["width"]; width: CSSProperties["width"] }; subtitle: { fontSize: CSSProperties["fontSize"] }; title: { fontSize: CSSProperties["fontSize"] }; };} dashboard
dashboard: {
backgroundColor: string;
card: { backgroundColor: string; border?: string };
gridBorderColor?: string;
}
类型声明
backgroundColor: string
card: { backgroundColor: string; border?: string }
backgroundColor: string
可选
border?: string
可选
gridBorderColor?: string
可选
number
number?: { value?: { fontSize?: CSSProperties["fontSize"]; lineHeight?: string };} 类型声明
可选
value?: { fontSize?: CSSProperties["fontSize"]; lineHeight?: string }
pivotTable
pivotTable: {
cell: { fontSize: string };
rowToggle: { backgroundColor: string; textColor: string };
}
类型声明
cell: { fontSize: string }
rowToggle: { backgroundColor: string; textColor: string }
popover
popover: { zIndex?: number }
question
question: { backgroundColor: string; toolbar?: { backgroundColor?: string } }
类型声明
backgroundColor: string
可选
toolbar?: { backgroundColor?: string }
table
table: {
cell: { backgroundColor?: string; fontSize: string; textColor: string };
idColumn?: { backgroundColor?: string; textColor: string };
stickyBackgroundColor?: string;
}
类型声明
cell: { backgroundColor?: string; fontSize: string; textColor: string }
可选
backgroundColor?: string
fontSize: string
textColor: string
可选
idColumn?: { backgroundColor?: string; textColor: string }
可选
backgroundColor?: string
textColor: string
可选
stickyBackgroundColor?: string
tooltip?: {
backgroundColor?: string;
focusedBackgroundColor?: string;
secondaryTextColor?: string;
textColor?: string;
}
类型声明
可选
backgroundColor?: string
可选
focusedBackgroundColor?: string
可选
secondaryTextColor?: string
可选
textColor?: string
用于自定义特定 Metabase 组件和可视化的主题选项。