From 5c105349303f67331f1322a896ff1c5b68d2b4f5 Mon Sep 17 00:00:00 2001 From: "lily.zhang" Date: Tue, 19 Oct 2021 11:53:00 +0800 Subject: [PATCH] cxw-010203 --- src/views/BrandComparison/index.vue | 4 +- .../BrandComparison/tailTOPMedia/index.vue | 4 +- src/views/EventComparison/inbcEc/index.vue | 40 ++++++++ src/views/EventComparison/inbcEc/opt.js | 91 ++++++++++++++++++ src/views/EventComparison/index.vue | 40 ++++++-- src/views/EventComparison/tirEc/index.vue | 40 ++++++++ src/views/EventComparison/tirEc/opt.js | 93 +++++++++++++++++++ src/views/EventComparison/ttmEc/index.vue | 75 +++++++++++++++ 8 files changed, 374 insertions(+), 13 deletions(-) create mode 100644 src/views/EventComparison/inbcEc/index.vue create mode 100644 src/views/EventComparison/inbcEc/opt.js create mode 100644 src/views/EventComparison/tirEc/index.vue create mode 100644 src/views/EventComparison/tirEc/opt.js create mode 100644 src/views/EventComparison/ttmEc/index.vue diff --git a/src/views/BrandComparison/index.vue b/src/views/BrandComparison/index.vue index 23b6e7e..b51c735 100644 --- a/src/views/BrandComparison/index.vue +++ b/src/views/BrandComparison/index.vue @@ -1,7 +1,7 @@ + + + + + diff --git a/src/views/EventComparison/inbcEc/opt.js b/src/views/EventComparison/inbcEc/opt.js new file mode 100644 index 0000000..cbf8520 --- /dev/null +++ b/src/views/EventComparison/inbcEc/opt.js @@ -0,0 +1,91 @@ +/* + * @Author: your name + * @Date: 2021-10-15 15:15:27 + * @LastEditTime: 2021-10-19 11:44:41 + * @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] + } + + ] + } +} \ No newline at end of file diff --git a/src/views/EventComparison/index.vue b/src/views/EventComparison/index.vue index f8f90b5..c63adb7 100644 --- a/src/views/EventComparison/index.vue +++ b/src/views/EventComparison/index.vue @@ -1,7 +1,7 @@ + + + + + diff --git a/src/views/EventComparison/tirEc/opt.js b/src/views/EventComparison/tirEc/opt.js new file mode 100644 index 0000000..eea8ca0 --- /dev/null +++ b/src/views/EventComparison/tirEc/opt.js @@ -0,0 +1,93 @@ +/* + * @Author: your name + * @Date: 2021-10-12 10:11:24 + * @LastEditTime: 2021-10-19 11:36:48 + * @LastEditors: Please set LastEditors + * @Description: In User Settings Edit + * @FilePath: /data-show/src/views/BrandInsight/titsopo/opt.js + */ +export default function createOpt() { + return { + grid: { + left: 16, + right: 26, + bottom: 16, + top: 52, + containLabel: true + }, + tooltip: { + trigger: "axis", + backgroundColor: "#08182F", + color: "#fff", + borderColor: "#3373CC", + textStyle: { + color: "#fff", //设置文字颜色 + }, + extraCssText: "box-shadow: 0px 0px 10px 0px #3373CC;" + }, + legend: { + icon: 'roundRect', + textStyle: { //图例文字的样式 + color: '#fff' + }, + y: 12, + x: 16 + }, + xAxis: { + type: 'category', + boundaryGap: false, + axisTick: { + show: false, + }, + axisLine: { + show: false, + lineStyle: { + color: "#fff", + }, + }, + data: ['00:00', '04:00', '08:00', '12:00', '16:00', '20:00', '24:00'] + }, + yAxis: { + type: 'value', + axisLine: { + show: false, + lineStyle: { + color: "#fff", + }, + }, + splitLine: { + lineStyle: { + type: "dashed", // y轴分割线类型 + color: "#012b4b", + }, + }, + }, + series: [ + { + name: '事件一', + type: 'line', + symbol: 'none', + areaStyle: { + opacity: 0.4 + }, + emphasis: { + focus: 'series' + }, + data: [2000, 1600, 1000, 2200, 2300, 2100, 1900] + }, + { + name: '事件二', + type: 'line', + symbol: 'none', + areaStyle: { + opacity: 0.4 + }, + emphasis: { + focus: 'series' + }, + data: [1000, 1100, 1300, 2000, 1800, 2100, 1600] + } + + ] + } +} diff --git a/src/views/EventComparison/ttmEc/index.vue b/src/views/EventComparison/ttmEc/index.vue new file mode 100644 index 0000000..8d14c9d --- /dev/null +++ b/src/views/EventComparison/ttmEc/index.vue @@ -0,0 +1,75 @@ + + + + + + +