修改 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'], // [1584086342000, '57'],
// [1584086462000, '56'] // [1584086462000, '56']
// ], // ],
markPoint: { // markPoint: {
symbol: 'circle', // symbol: 'circle',
symbolSize: 8, // symbolSize: 0,
label: { // label: {
show: false // show: false
}, // },
data: [ // data: [
{ type: 'max', name: 'Max' }, // { type: 'max', name: 'Max' },
{ type: 'min', name: 'Min' } // { type: 'min', name: 'Min' }
] // ]
}, // },
type: 'line', type: 'line',
showSymbol: false, showSymbol: false,
smooth: true, smooth: true,