图表配置调整

This commit is contained in:
任珮宇 2024-01-24 17:10:52 +08:00
parent 4e9d4f3f4e
commit 3e5f97f55a

View File

@ -426,9 +426,9 @@ export default {
param = { param = {
type: 'line', type: 'line',
name: key, name: key,
smooth: true, smooth: false,
showSymbol: true, showSymbol: true,
symbolSize: 6, symbolSize: 10,
symbol: this.symbolList[num_symbol], symbol: this.symbolList[num_symbol],
animation: false, animation: false,
data: element, data: element,