Variable DEFAULT_THEMEConst
DEFAULT_THEME: {
echartsTheme: {
bar: {
itemStyle: {
emphasis: {
barBorderColor: string;
barBorderWidth: number;
};
normal: {
barBorderColor: string;
barBorderWidth: number;
};
};
};
boxplot: {
itemStyle: {
emphasis: {
borderColor: string;
borderWidth: number;
};
normal: {
borderColor: string;
borderWidth: number;
};
};
};
candlestick: {
itemStyle: {
normal: {
borderColor: string;
borderColor0: string;
borderWidth: string;
color: string;
color0: string;
};
};
};
categoryAxis: {
axisLabel: {
show: boolean;
textStyle: {
color: string;
fontSize: string;
};
};
axisLine: {
lineStyle: {
color: string;
width: number;
};
show: boolean;
};
axisTick: {
lineStyle: {
color: string;
};
show: boolean;
};
splitArea: {
areaStyle: {
color: string[];
};
show: boolean;
};
splitLine: {
lineStyle: {
color: string[];
};
show: boolean;
};
};
color: string[];
dataZoom: {
backgroundColor: string;
dataBackgroundColor: string;
fillerColor: string;
handleColor: string;
handleSize: string;
textStyle: {
color: string;
};
};
funnel: {
itemStyle: {
emphasis: {
borderColor: string;
borderWidth: number;
};
normal: {
borderColor: string;
borderWidth: number;
};
};
};
gauge: {
itemStyle: {
emphasis: {
borderColor: string;
borderWidth: number;
};
normal: {
borderColor: string;
borderWidth: number;
};
};
};
geo: {
itemStyle: {
emphasis: {
areaColor: string;
borderColor: string;
borderWidth: number;
};
normal: {
areaColor: string;
borderColor: string;
borderWidth: number;
};
};
label: {
emphasis: {
textStyle: {
color: string;
};
};
normal: {
textStyle: {
color: string;
};
};
};
};
graph: {
color: string[];
itemStyle: {
normal: {
borderColor: string;
borderWidth: number;
};
};
label: {
normal: {
textStyle: {
color: string;
};
};
};
lineStyle: {
normal: {
color: string;
width: string;
};
};
smooth: boolean;
symbol: string;
symbolSize: string;
};
grid: {
bottom: number;
left: number;
right: number;
top: number;
};
legend: {
pageIconColor: string;
pageIconInactiveColor: string;
pageTextStyle: {
color: string;
};
textStyle: {
color: string;
};
};
line: {
itemStyle: {
normal: {
borderWidth: string;
};
};
lineStyle: {
normal: {
width: string;
};
};
smooth: boolean;
symbol: string;
symbolSize: string;
};
logAxis: {
axisLabel: {
show: boolean;
textStyle: {
color: string;
fontSize: string;
};
};
axisLine: {
lineStyle: {
color: string;
};
show: boolean;
};
axisTick: {
lineStyle: {
color: string;
};
show: boolean;
};
splitArea: {
areaStyle: {
color: string[];
};
show: boolean;
};
splitLine: {
lineStyle: {
color: string[];
};
show: boolean;
};
};
map: {
itemStyle: {
emphasis: {
areaColor: string;
borderColor: string;
borderWidth: number;
};
normal: {
areaColor: string;
borderColor: string;
borderWidth: number;
};
};
label: {
emphasis: {
textStyle: {
color: string;
};
};
normal: {
textStyle: {
color: string;
};
};
};
};
markPoint: {
label: {
emphasis: {
textStyle: {
color: string;
};
};
normal: {
textStyle: {
color: string;
};
};
};
};
parallel: {
itemStyle: {
emphasis: {
borderColor: string;
borderWidth: number;
};
normal: {
borderColor: string;
borderWidth: number;
};
};
};
pie: {
itemStyle: {
emphasis: {
borderColor: string;
borderWidth: number;
};
normal: {
borderColor: string;
borderWidth: number;
};
};
};
radar: {
itemStyle: {
normal: {
borderWidth: string;
};
};
lineStyle: {
normal: {
width: string;
};
};
smooth: boolean;
symbol: string;
symbolSize: string;
};
sankey: {
itemStyle: {
emphasis: {
borderColor: string;
borderWidth: number;
};
normal: {
borderColor: string;
borderWidth: number;
};
};
label: {
color: string;
};
};
scatter: {
itemStyle: {
emphasis: {
borderColor: string;
borderWidth: number;
};
normal: {
borderColor: string;
borderWidth: number;
};
};
};
textStyle: {
color: string;
fontFamily: string;
fontSize: string;
};
timeAxis: {
axisLabel: {
show: boolean;
textStyle: {
color: string;
fontSize: string;
};
};
axisLine: {
lineStyle: {
color: string;
};
show: boolean;
};
axisTick: {
lineStyle: {
color: string;
};
show: boolean;
};
splitArea: {
areaStyle: {
color: string[];
};
show: boolean;
};
splitLine: {
lineStyle: {
color: string[];
};
show: boolean;
};
};
timeline: {
checkpointStyle: {
borderColor: string;
color: string;
};
controlStyle: {
emphasis: {
borderColor: string;
borderWidth: number;
color: string;
};
normal: {
borderColor: string;
borderWidth: number;
color: string;
};
};
itemStyle: {
emphasis: {
color: string;
};
normal: {
borderWidth: number;
color: string;
};
};
label: {
emphasis: {
textStyle: {
color: string;
};
};
normal: {
textStyle: {
color: string;
};
};
};
lineStyle: {
color: string;
width: number;
};
};
title: {
subtextStyle: {
color: string;
};
textStyle: {
color: string;
};
};
toolbox: {
iconStyle: {
emphasis: {
borderColor: string;
};
normal: {
borderColor: string;
};
};
};
tooltip: {
axisPointer: {
crossStyle: {
color: string;
width: number;
};
lineStyle: {
color: string;
width: number;
};
shadowStyle: {
color: string;
opacity: number;
};
};
backgroundColor: string;
extraCssText: string;
textStyle: {
color: string;
};
};
valueAxis: {
axisLabel: {
show: boolean;
textStyle: {
color: string;
fontSize: string;
};
};
axisLine: {
lineStyle: {
color: string;
};
show: boolean;
};
axisTick: {
lineStyle: {
color: string;
};
show: boolean;
};
splitArea: {
areaStyle: {
color: string[];
};
show: boolean;
};
splitLine: {
lineStyle: {
color: string[];
type: string;
};
show: boolean;
};
};
visualMap: {
color: string[];
};
};
name: string;
} = ...