@synergy-design-system/components
Version:
137 lines (136 loc) • 3.07 kB
TypeScript
export declare const synergyLightTheme: {
categoryAxis: {
alignTicks: boolean;
axisLabel: {
color: string;
fontFamily: string;
fontSize: string;
fontWeight: string;
};
axisLine: {
lineStyle: {
color: string;
width: number;
};
show: boolean;
};
minorSplitLine: {
lineStyle: {};
};
nameTextStyle: {
color: string;
fontSize: string;
fontWeight: string;
};
splitLine: {
lineStyle: {
color: string;
};
show: boolean;
};
};
color: string[];
darkMode: string;
grid: {
bottom: number;
left: number;
right: number;
top: number;
};
logAxis: {
alignTicks: boolean;
axisLabel: {
color: string;
fontFamily: string;
fontSize: string;
fontWeight: string;
};
axisLine: {
lineStyle: {
color: string;
width: number;
};
show: boolean;
};
minorSplitLine: {
lineStyle: {};
};
nameTextStyle: {
color: string;
fontSize: string;
fontWeight: string;
};
splitLine: {
lineStyle: {
color: string;
};
show: boolean;
};
};
textStyle: {
color: string;
fontFamily: string;
fontSize: string;
fontWeight: string;
};
timeAxis: {
alignTicks: boolean;
axisLabel: {
color: string;
fontFamily: string;
fontSize: string;
fontWeight: string;
};
axisLine: {
lineStyle: {
color: string;
width: number;
};
show: boolean;
};
minorSplitLine: {
lineStyle: {};
};
nameTextStyle: {
color: string;
fontSize: string;
fontWeight: string;
};
splitLine: {
lineStyle: {
color: string;
};
show: boolean;
};
};
valueAxis: {
alignTicks: boolean;
axisLabel: {
color: string;
fontFamily: string;
fontSize: string;
fontWeight: string;
};
axisLine: {
lineStyle: {
color: string;
width: number;
};
show: boolean;
};
minorSplitLine: {
lineStyle: {};
};
nameTextStyle: {
color: string;
fontSize: string;
fontWeight: string;
};
splitLine: {
lineStyle: {
color: string;
};
show: boolean;
};
};
};