修改看板配置

master
suixy 3 weeks ago
parent 866839690e
commit ead580bea7

@ -184,7 +184,7 @@ const defaultOption = {
},
itemStyle: {
normal: {
color: '#0372FF'
color: props.data?.options?.seriesColor || '#0372FF'
}
},
barMaxWidth: 50,

@ -57,6 +57,7 @@ const getOption = (e) => {
lineSymbolShow: false,
lineSymbolSize: 5,
lineSymbolType: 'circle',
seriesColor:'#9E87FF',
tooltip: true,
legend: true
};

Loading…
Cancel
Save