@@ -38,7 +38,7 @@ watch(
echartDatas.value=data
getOption();
},
- { immediate : true, }
+ { deep : true, }
);
function getOption() {
@@ -95,7 +95,7 @@ function getOption() {
labelLine: {
normal: {
lineStyle: {
- color: '#eee',
+ color: 'rgb(98,137,169)',
smooth: 0.2,
length: 10,