参数导出模板管理提示语修改
This commit is contained in:
@@ -210,9 +210,9 @@
|
||||
},
|
||||
tooltip: {
|
||||
trigger:'axis',
|
||||
axisPointer: { // 坐标轴指示器,坐标轴触发有效
|
||||
type: 'line'// 默认为直线,可选为:'line' | 'shadow'
|
||||
},
|
||||
// axisPointer: { // 坐标轴指示器,坐标轴触发有效
|
||||
// type: 'line'// 默认为直线,可选为:'line' | 'shadow'
|
||||
// },
|
||||
formatter: function (params) {
|
||||
var html = params[0].name + "<br>";
|
||||
for (var i = 0; i < params.length; i++) {
|
||||
@@ -254,7 +254,7 @@
|
||||
itemStyle: {
|
||||
color: "#707486",
|
||||
},
|
||||
data: this.collectingdata
|
||||
data: this.notStartdata
|
||||
},
|
||||
{
|
||||
name: this.$t('Inthecollection'),
|
||||
@@ -265,7 +265,7 @@
|
||||
itemStyle: {
|
||||
color: "#00B3BE",
|
||||
},
|
||||
data: this.notStartdata
|
||||
data: this.collectingdata
|
||||
},
|
||||
{
|
||||
name: this.$t('Submitted'),
|
||||
|
||||
Reference in New Issue
Block a user