add
This commit is contained in:
parent
805db62df4
commit
73fd169870
|
@ -190,6 +190,11 @@ const sendOption = reactive({
|
|||
type: 'value'
|
||||
},
|
||||
series: [
|
||||
{
|
||||
data: [820, 932, 901, 934, 1290, 1330, 1320],
|
||||
type: 'line',
|
||||
smooth: true
|
||||
},
|
||||
{
|
||||
data: [820, 932, 901, 934, 1290, 1330, 1320],
|
||||
type: 'line',
|
||||
|
|
Loading…
Reference in New Issue