修改 echart线上点问题

This commit is contained in:
GGJ
2024-10-23 19:13:37 +08:00
parent 896362b62f
commit ea76431f0f

View File

@@ -142,17 +142,17 @@ const init = () => {
// [1584086342000, '57'],
// [1584086462000, '56']
// ],
markPoint: {
symbol: 'circle',
symbolSize: 8,
label: {
show: false
},
data: [
{ type: 'max', name: 'Max' },
{ type: 'min', name: 'Min' }
]
},
// markPoint: {
// symbol: 'circle',
// symbolSize: 0,
// label: {
// show: false
// },
// data: [
// { type: 'max', name: 'Max' },
// { type: 'min', name: 'Min' }
// ]
// },
type: 'line',
showSymbol: false,
smooth: true,