diff --git a/src/assets/images/BrandInsight/img_yhtx.png b/src/assets/images/BrandInsight/img_yhtx.png new file mode 100644 index 0000000..ab83a76 Binary files /dev/null and b/src/assets/images/BrandInsight/img_yhtx.png differ diff --git a/src/lycomponents/iLayout/index.vue b/src/lycomponents/iLayout/index.vue index 2cb90a1..bbd0f9b 100644 --- a/src/lycomponents/iLayout/index.vue +++ b/src/lycomponents/iLayout/index.vue @@ -1,7 +1,7 @@ + + + + + diff --git a/src/views/BrandComparison/informationVolumeByChannel/opt.js b/src/views/BrandComparison/informationVolumeByChannel/opt.js new file mode 100644 index 0000000..5cb74e0 --- /dev/null +++ b/src/views/BrandComparison/informationVolumeByChannel/opt.js @@ -0,0 +1,126 @@ +/* + * @Author: your name + * @Date: 2021-10-15 15:15:27 + * @LastEditTime: 2021-10-15 17:44:34 + * @LastEditors: Please set LastEditors + * @Description: In User Settings Edit + * @FilePath: /data-show/src/views/BrandComparison/channelDistribution/opt.js + */ +export default function createOpt() { + return { + grid: { + top: "56px", + left: "16px", + right: "28px", + bottom: "16px", + containLabel: true, + }, + legend: { + data: ['奥迪', '宝马', '奔驰', '吉利', '大众', '别克'], + textStyle: { //图例文字的样式 + color: '#fff' + }, + y: 12, + x: 16 + }, + tooltip: { + trigger: "axis", + backgroundColor: "#08182F", + color: "#fff", + borderColor: "#3373CC", + textStyle: { + color: "#fff", //设置文字颜色 + }, + extraCssText: "box-shadow: 0px 0px 10px 0px #3373CC;", + }, + xAxis: [ + { + type: 'category', + axisTick: { + show: false, + }, + axisLine: { + show: false, + lineStyle: { + color: "#fff", + }, + }, + data: ['新闻', '论坛', '微信', 'APP', '微博', "其他"] + } + ], + yAxis: [ + { + type: 'value', + axisLine: { + show: false, + lineStyle: { + color: "#FFF", + }, + }, + splitLine: { + lineStyle: { + type: "dashed", // y轴分割线类型 + color: "#012b4b", + }, + }, + } + ], + series: [ + { + name: '奥迪', + type: 'bar', + barGap: 0, + barWidth: 16, + emphasis: { + focus: 'series' + }, + data: [320, 332, 301, 334, 390, 400] + }, + { + name: '宝马', + type: 'bar', + barWidth: 16, + emphasis: { + focus: 'series' + }, + data: [220, 182, 191, 234, 290, 300] + }, + { + name: '奔驰', + type: 'bar', + barWidth: 16, + emphasis: { + focus: 'series' + }, + data: [150, 232, 201, 154, 190, 200] + }, + { + name: '吉利', + type: 'bar', + barWidth: 16, + emphasis: { + focus: 'series' + }, + data: [98, 77, 101, 99, 40, 44] + }, + { + name: '大众', + type: 'bar', + barWidth: 16, + emphasis: { + focus: 'series' + }, + data: [198, 177, 101, 199, 140, 145] + }, + { + name: '别克', + type: 'bar', + barWidth: 16, + emphasis: { + focus: 'series' + }, + data: [298, 277, 201, 299, 240, 250] + } + ] + } +} \ No newline at end of file diff --git a/src/views/BrandComparison/tailTOPMedia/index.vue b/src/views/BrandComparison/tailTOPMedia/index.vue new file mode 100644 index 0000000..c80a09b --- /dev/null +++ b/src/views/BrandComparison/tailTOPMedia/index.vue @@ -0,0 +1,91 @@ + + + + + + + diff --git a/src/views/WeiboDetails/index.vue b/src/views/WeiboDetails/index.vue index cb7e39c..65b7673 100644 --- a/src/views/WeiboDetails/index.vue +++ b/src/views/WeiboDetails/index.vue @@ -1,7 +1,7 @@ + + + + + diff --git a/src/views/WeiboDetails/positiveViewKOL/index.vue b/src/views/WeiboDetails/positiveViewKOL/index.vue new file mode 100644 index 0000000..69230bb --- /dev/null +++ b/src/views/WeiboDetails/positiveViewKOL/index.vue @@ -0,0 +1,119 @@ + + + + + +