@ -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
};