|
@@ -71,7 +71,7 @@
|
|
|
series: [
|
|
|
{
|
|
|
smooth: true,
|
|
|
- data: bulletChatAmountsData.value,
|
|
|
+ data: userAmountData.value,
|
|
|
type: 'line',
|
|
|
areaStyle: {},
|
|
|
name: '留言总人数',
|
|
@@ -81,7 +81,7 @@
|
|
|
},
|
|
|
{
|
|
|
smooth: true,
|
|
|
- data: userAmountData.value,
|
|
|
+ data: bulletChatAmountsData.value,
|
|
|
type: 'line',
|
|
|
name: '留言总数',
|
|
|
areaStyle: {},
|