图表配置调整
This commit is contained in:
parent
4e9d4f3f4e
commit
3e5f97f55a
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user