-
-
-
-
+
diff --git a/src/views/BrandComparison/weiboBigVComparison/opt.js b/src/views/BrandComparison/weiboBigVComparison/opt.js
index aa29fd1..73914a7 100644
--- a/src/views/BrandComparison/weiboBigVComparison/opt.js
+++ b/src/views/BrandComparison/weiboBigVComparison/opt.js
@@ -6,61 +6,8 @@
* @Description: In User Settings Edit
* @FilePath: /data-show/src/views/Index/spreadTheSound/opt.js
*/
-export default function createOpt() {
- return {
- grid: {
- left: 16,
- right: 16,
- bottom: 16,
- top: 56,
- containLabel: true
- },
- tooltip: {
- trigger: "axis",
- backgroundColor: "#08182F",
- color: "#fff",
- borderColor: "#3373CC",
- textStyle: {
- color: "#fff", //设置文字颜色
- },
- extraCssText: "box-shadow: 0px 0px 10px 0px #3373CC;"
- },
- legend: {
- textStyle: { //图例文字的样式
- color: '#fff'
- },
- y: 10,
- x: 16
- },
- xAxis: {
- type: 'category',
- axisTick: {
- show: false,
- },
- axisLine: {
- show: false,
- lineStyle: {
- color: "#fff",
- },
- },
- data: ['名人', '媒体', '企业', '政府', '个人大v']
- },
- yAxis: {
- type: 'value',
- axisLine: {
- show: false,
- lineStyle: {
- color: "#fff",
- },
- },
- splitLine: {
- lineStyle: {
- type: "dashed", // y轴分割线类型
- color: "#012b4b",
- },
- },
- },
- series: [
+/*
+series: [
{
name: '奥迪',
type: 'bar',
@@ -71,57 +18,82 @@ export default function createOpt() {
},
data: [320, 302, 301, 334, 390]
},
- {
- name: '宝马',
- type: 'bar',
- stack: 'total',
- barWidth: 24,
- emphasis: {
- focus: 'series'
- },
- data: [120, 132, 101, 134, 90]
- },
- {
- name: '奔驰',
- type: 'bar',
- stack: 'total',
- barWidth: 24,
- emphasis: {
- focus: 'series'
- },
- data: [220, 182, 191, 234, 290]
- },
- {
- name: '吉利',
- type: 'bar',
- stack: 'total',
- barWidth: 24,
- emphasis: {
- focus: 'series'
- },
- data: [150, 212, 201, 154, 190]
- },
- {
- name: '大众',
- type: 'bar',
- stack: 'total',
- barWidth: 24,
- emphasis: {
- focus: 'series'
- },
- data: [820, 832, 901, 934, 1290]
- },
- {
- name: '别克',
- type: 'bar',
- stack: 'total',
- barWidth: 24,
- emphasis: {
- focus: 'series'
- },
- data: [820, 832, 901, 934, 1290]
- }
- ]
- }
+*/
+function createData(dataList = []) {
+ let arr = [];
+ dataList.forEach(ele => {
+ let o = {
+ name: ele.key,
+ type: 'bar',
+ stack: 'total',
+ barWidth: 24,
+ emphasis: {
+ focus: 'series'
+ },
+ //索引各类型大v的值,0表示名人,1表示政府,2表示企业,3表示媒体,4表示个人大V
+ data: [ele.value[0].value, ele.value[3].value, ele.value[2].value, ele.value[1].value, ele.value[4].value]
+ };
+ arr.push(o);
+ })
+ return arr;
+}
+
+export default function createOpt(dataList = []) {
+ let info = createData(dataList);
+ return {
+ grid: {
+ left: 16,
+ right: 16,
+ bottom: 16,
+ top: 56,
+ containLabel: true
+ },
+ tooltip: {
+ trigger: "axis",
+ backgroundColor: "#08182F",
+ color: "#fff",
+ borderColor: "#3373CC",
+ textStyle: {
+ color: "#fff", //设置文字颜色
+ },
+ extraCssText: "box-shadow: 0px 0px 10px 0px #3373CC;"
+ },
+ legend: {
+ textStyle: { //图例文字的样式
+ color: '#fff'
+ },
+ y: 10,
+ x: 16
+ },
+ xAxis: {
+ type: 'category',
+ axisTick: {
+ show: false,
+ },
+ axisLine: {
+ show: false,
+ lineStyle: {
+ color: "#fff",
+ },
+ },
+ data: ['名人', '媒体', '企业', '政府', '个人大v']
+ },
+ yAxis: {
+ type: 'value',
+ axisLine: {
+ show: false,
+ lineStyle: {
+ color: "#fff",
+ },
+ },
+ splitLine: {
+ lineStyle: {
+ type: "dashed", // y轴分割线类型
+ color: "#012b4b",
+ },
+ },
+ },
+ series: info
+ }
}
\ No newline at end of file
diff --git a/src/views/BrandComparison/weiboContentDirectionComparison/index.vue b/src/views/BrandComparison/weiboContentDirectionComparison/index.vue
index d08894e..e1cca02 100644
--- a/src/views/BrandComparison/weiboContentDirectionComparison/index.vue
+++ b/src/views/BrandComparison/weiboContentDirectionComparison/index.vue
@@ -7,235 +7,131 @@
* @FilePath: /data-show/src/views/BrandComparison/brandCommunicationTOPMedia/index.vue
-->
-
-
-
-
+
+
+
+
+
+ {{
+ item.key
+ }}
+
+
+
diff --git a/src/views/BrandComparison/weiboTuneComparison/index.vue b/src/views/BrandComparison/weiboTuneComparison/index.vue
index 23a2b69..0b8bb95 100644
--- a/src/views/BrandComparison/weiboTuneComparison/index.vue
+++ b/src/views/BrandComparison/weiboTuneComparison/index.vue
@@ -7,70 +7,125 @@
* @FilePath: /data-show/src/views/BrandComparison/weiboTuneComparison/index.vue
-->
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+ 正面
+
+
+ 中性
+
+
+ 负面
+
+
+
+
+
diff --git a/src/views/BrandComparison/weiboTuneComparison/wbRoundata/index.vue b/src/views/BrandComparison/weiboTuneComparison/wbRoundata/index.vue
index 0baf57d..da4459e 100644
--- a/src/views/BrandComparison/weiboTuneComparison/wbRoundata/index.vue
+++ b/src/views/BrandComparison/weiboTuneComparison/wbRoundata/index.vue
@@ -27,10 +27,22 @@ export default {
type: String,
default: "",
},
+ data: {
+ type: Object,
+ default: () => {}
+ }
+ },
+ watch: {
+ data: {
+ handler(val) {
+ this.opt = createOpt(val)
+ },
+ immediate: true
+ }
},
data() {
return {
- opt: createOpt(),
+ //opt: createOpt(),
};
},
methods: {
diff --git a/src/views/BrandComparison/weiboTuneComparison/wbRoundata/opt.js b/src/views/BrandComparison/weiboTuneComparison/wbRoundata/opt.js
index 72c0191..9006c30 100644
--- a/src/views/BrandComparison/weiboTuneComparison/wbRoundata/opt.js
+++ b/src/views/BrandComparison/weiboTuneComparison/wbRoundata/opt.js
@@ -7,109 +7,84 @@
* @FilePath: /data-show/src/views/BrandInsight/weiboKol/opt.js
*/
import * as echarts from "echarts";
-export default function createOpt() {
- return {
- series: [
- {
- name: 'Access From0',
- type: 'pie',
- radius: ['70%', '92%'],
- avoidLabelOverlap: false,
- label: {
- show: false,
- position: 'center',
- lineHeight: 40
- },
- emphasis: {
- label: {
+function createData(obj = {}) {
+ if (JSON.stringify(obj) === '{}') {
+ return;
+ }
+ let arr = [];
+ for (let key in obj) {
+ let color = "";
+ if (key === '正面') {
+ color = "#3373CC"
+ } else if (key === '负面') {
+ color = "#b38b14"
+ } else {
+ color = "#54BF93"
+ }
+ let o = {
+ value: obj[key],
+ name: key,
+ itemStyle: {
+ color: new echarts.graphic.LinearGradient(0, 1, 1, 0, [{
+ //给颜色设置渐变色 前面4个参数,给第一个设置1,第四个设置0 ,就是水平渐变
+ //给第一个设置0,第四个设置1,就是垂直渐变
+ offset: 0,
+ color: 'black'
+ }, {
+ offset: 1,
+ color: color
+ }])
+ }
+ }
+ arr.push(o)
+ }
+ return arr
+}
+export default function createOpt(obj={}) {
+ let data = createData(obj);
+ return {
+ series: [
+ {
+ name: 'Access From0',
+ type: 'pie',
+ radius: ['70%', '92%'],
+ avoidLabelOverlap: false,
+ label: {
+ show: false,
+ position: 'center',
+ lineHeight: 28
+ },
+ emphasis: {
+ label: {
show: true,
- fontSize: '20',
+ fontSize: '18',
color: "#ffff",
fontWeight: 'bold',
- formatter: function(p) {
- return `${p.data.name}\n25%\n${p.data.value}`
+ formatter: function (p) {
+ return `${p.data.name}\n${p.percent}%\n${p.data.value}`
}
- }
- },
- labelLine: {
- show: false
- },
- data: [
- { value: 2000, name: '正面', itemStyle: {color: new echarts.graphic.LinearGradient(0, 1, 1, 0, [{
- //给颜色设置渐变色 前面4个参数,给第一个设置1,第四个设置0 ,就是水平渐变
- //给第一个设置0,第四个设置1,就是垂直渐变
- offset: 0,
- color: 'black'
- }, {
- offset: 1,
- color: '#3373CC'
- }])} },
-
- { value: 1000, name: '中性', itemStyle: {color: new echarts.graphic.LinearGradient(0, 1, 1, 0, [{
- //给颜色设置渐变色 前面4个参数,给第一个设置1,第四个设置0 ,就是水平渐变
- //给第一个设置0,第四个设置1,就是垂直渐变
- offset: 0,
- color: 'black'
- }, {
- offset: 1,
- color: '#54BF93'
- }])} },
- { value: 1000, name: '负面', itemStyle: {color: new echarts.graphic.LinearGradient(0, 1, 1, 0, [{
- //给颜色设置渐变色 前面4个参数,给第一个设置1,第四个设置0 ,就是水平渐变
- //给第一个设置0,第四个设置1,就是垂直渐变
- offset: 0,
- color: 'black'
- }, {
- offset: 1,
- color: '#b38b14'
- }])} },
- ],
+ }
+ },
+ labelLine: {
+ show: false
+ },
+ data: data
+ },
+ {
+ name: 'Access From1',
+ type: 'pie',
+ radius: ['96%', '100%'],
+ avoidLabelOverlap: false,
+ label: {
+ show: false,
+ position: 'center'
+ },
+ labelLine: {
+ show: false
},
- {
- name: 'Access From1',
- type: 'pie',
- radius: ['96%', '100%'],
- avoidLabelOverlap: false,
- label: {
- show: false,
- position: 'center'
- },
- labelLine: {
- show: false
- },
- center: ['50%', '50%'],//边框位置
- data: [
- { value: 2000, name: '正面', itemStyle: {color: new echarts.graphic.LinearGradient(0, 1, 1, 0, [{
- //给颜色设置渐变色 前面4个参数,给第一个设置1,第四个设置0 ,就是水平渐变
- //给第一个设置0,第四个设置1,就是垂直渐变
- offset: 0,
- color: 'black'
- }, {
- offset: 1,
- color: '#3373CC'
- }])} },
-
- { value: 1000, name: '中性', itemStyle: {color: new echarts.graphic.LinearGradient(0, 1, 1, 0, [{
- //给颜色设置渐变色 前面4个参数,给第一个设置1,第四个设置0 ,就是水平渐变
- //给第一个设置0,第四个设置1,就是垂直渐变
- offset: 0,
- color: 'black'
- }, {
- offset: 1,
- color: '#54BF93'
- }])} },
- { value: 1000, name: '负面', itemStyle: {color: new echarts.graphic.LinearGradient(0, 1, 1, 0, [{
- //给颜色设置渐变色 前面4个参数,给第一个设置1,第四个设置0 ,就是水平渐变
- //给第一个设置0,第四个设置1,就是垂直渐变
- offset: 0,
- color: 'black'
- }, {
- offset: 1,
- color: '#b38b14'
- }])} },
-
- ],
- }
- ]
- }
+ center: ['50%', '50%'],//边框位置
+ data: data
+ }
+ ]
+ }
}