NEZ-3083 fix:修改pointSize默认值等样式

This commit is contained in:
zyh
2023-09-11 15:03:23 +08:00
parent b8ea64fcce
commit 4e3f218951
17 changed files with 74 additions and 780 deletions

View File

@@ -267,8 +267,8 @@ export default {
max: undefined
},
option: {
lineWidth: 1,
pointSize: 6
lineWidth: 2,
pointSize: 8
}
},
elements: [{ expression: '', legend: '', type: 'expert', id: '', name: 'A', state: 1, orderNum: 0 }],
@@ -634,8 +634,8 @@ export default {
}
if (!this.chart.param.option) {
this.chart.param.option = {
lineWidth: 1,
pointSize: 6
lineWidth: 2,
pointSize: 8
}
}
}
@@ -676,8 +676,8 @@ export default {
}
if (!this.chart.param.option) {
this.chart.param.option = {
lineWidth: 1,
pointSize: 6
lineWidth: 2,
pointSize: 8
}
}
}