prod
校文 3 years ago
parent cd987c9baf
commit 648e87adc2

@ -1,7 +1,7 @@
/* /*
* @Author: your name * @Author: your name
* @Date: 2021-10-12 11:16:44 * @Date: 2021-10-12 11:16:44
* @LastEditTime: 2021-11-16 15:44:07 * @LastEditTime: 2021-11-29 10:59:38
* @LastEditors: Please set LastEditors * @LastEditors: Please set LastEditors
* @Description: In User Settings Edit * @Description: In User Settings Edit
* @FilePath: /data-show/src/views/BrandInsight/popularEvents/opt.js * @FilePath: /data-show/src/views/BrandInsight/popularEvents/opt.js
@ -25,7 +25,7 @@ function createData(obj = {}) {
data: obj[key], data: obj[key],
type: 'scatter', type: 'scatter',
symbolSize: function (data) { symbolSize: function (data) {
return data[2]/1.2 return data[2] / 0.023e2;
} }
} }
arr.push(o) arr.push(o)

@ -1,7 +1,7 @@
/* /*
* @Author: your name * @Author: your name
* @Date: 2021-10-12 11:16:44 * @Date: 2021-10-12 11:16:44
* @LastEditTime: 2021-11-16 15:49:47 * @LastEditTime: 2021-11-29 11:01:29
* @LastEditors: Please set LastEditors * @LastEditors: Please set LastEditors
* @Description: In User Settings Edit * @Description: In User Settings Edit
* @FilePath: /data-show/src/views/BrandInsight/popularEvents/opt.js * @FilePath: /data-show/src/views/BrandInsight/popularEvents/opt.js
@ -18,7 +18,7 @@ function createData(obj = {}) {
data: obj[key], data: obj[key],
type: 'scatter', type: 'scatter',
symbolSize: function (data) { symbolSize: function (data) {
return data[2] / 1.2 return data[2] / 0.023e2
} }
} }
arr.push(o) arr.push(o)

Loading…
Cancel
Save