diff --git a/src/assets/images/EventInsight/ic_kssj.png b/src/assets/images/EventInsight/ic_kssj.png new file mode 100644 index 0000000..c901ddb Binary files /dev/null and b/src/assets/images/EventInsight/ic_kssj.png differ diff --git a/src/assets/images/EventInsight/ic_yxl.png b/src/assets/images/EventInsight/ic_yxl.png new file mode 100644 index 0000000..cbf6b69 Binary files /dev/null and b/src/assets/images/EventInsight/ic_yxl.png differ diff --git a/src/lycomponents/iHeader/index.vue b/src/lycomponents/iHeader/index.vue index 299522d..d966e93 100644 --- a/src/lycomponents/iHeader/index.vue +++ b/src/lycomponents/iHeader/index.vue @@ -1,228 +1,232 @@ diff --git a/src/views/EventDEC/incidentSpreadSituation/index.vue b/src/views/EventDEC/incidentSpreadSituation/index.vue new file mode 100644 index 0000000..f331637 --- /dev/null +++ b/src/views/EventDEC/incidentSpreadSituation/index.vue @@ -0,0 +1,66 @@ + + + + + + diff --git a/src/views/EventDEC/incidentSpreadSituation/opt.js b/src/views/EventDEC/incidentSpreadSituation/opt.js new file mode 100644 index 0000000..d9eea98 --- /dev/null +++ b/src/views/EventDEC/incidentSpreadSituation/opt.js @@ -0,0 +1,141 @@ +/* + * @Author: your name + * @Date: 2021-10-12 10:11:24 + * @LastEditTime: 2021-10-19 19:34:14 + * @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] + }, + { + name: '论坛', + type: 'line', + symbol: 'none', + areaStyle: { + opacity: 0.4 + }, + emphasis: { + focus: 'series' + }, + data: [1200, 1200, 1400, 2100, 1400, 1900, 2000] + }, + { + name: '微博', + type: 'line', + symbol: 'none', + areaStyle: { + opacity: 0.4 + }, + emphasis: { + focus: 'series' + }, + data: [1200, 1200, 1350, 1550, 1750, 1900, 2000] + }, + { + name: 'APP', + type: 'line', + symbol: 'none', + areaStyle: { + opacity: 0.4 + }, + emphasis: { + focus: 'series' + }, + data: [1260, 1280, 1390, 1570, 1790, 1950, 2020] + }, + { + name: '其他', + type: 'line', + symbol: 'none', + areaStyle: { + opacity: 0.4 + }, + emphasis: { + focus: 'series' + }, + data: [1260, 1280, 1390, 1570, 1790, 1950, 2020] + }, + + ] + } +} diff --git a/src/views/EventDEC/index.vue b/src/views/EventDEC/index.vue index 9861bd7..0575117 100644 --- a/src/views/EventDEC/index.vue +++ b/src/views/EventDEC/index.vue @@ -1,21 +1,134 @@ diff --git a/src/views/EventDEC/tonalCommunicationPosture/index.vue b/src/views/EventDEC/tonalCommunicationPosture/index.vue new file mode 100644 index 0000000..c50c93f --- /dev/null +++ b/src/views/EventDEC/tonalCommunicationPosture/index.vue @@ -0,0 +1,66 @@ + + + + + + diff --git a/src/views/EventDEC/tonalCommunicationPosture/opt.js b/src/views/EventDEC/tonalCommunicationPosture/opt.js new file mode 100644 index 0000000..7310e73 --- /dev/null +++ b/src/views/EventDEC/tonalCommunicationPosture/opt.js @@ -0,0 +1,106 @@ +/* + * @Author: your name + * @Date: 2021-10-12 10:11:24 + * @LastEditTime: 2021-10-19 19:41:42 + * @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] + }, + { + name: '负面', + type: 'line', + symbol: 'none', + areaStyle: { + opacity: 0.4 + }, + emphasis: { + focus: 'series' + }, + data: [1200, 1200, 1400, 2100, 1400, 1900, 2000] + } + + + ] + } +} diff --git a/src/views/EventInsight/industryTOPHE/index.vue b/src/views/EventInsight/industryTOPHE/index.vue index d28df5e..fc3151a 100644 --- a/src/views/EventInsight/industryTOPHE/index.vue +++ b/src/views/EventInsight/industryTOPHE/index.vue @@ -1,7 +1,7 @@