3
0

Change symbol size for line charts

This commit is contained in:
Jože Fortun
2023-04-18 17:36:06 +02:00
parent 201bc87fe5
commit 136affc116

View File

@@ -242,7 +242,7 @@ export default class Chart extends BaseChart {
opacity: fill ? 0.7 : 0,
},
symbol,
symbolSize: 16,
symbolSize: type === 'scatter' ? 16 : 10,
tooltip: {
trigger: 'axis',
formatter: tooltipFormatter,