From fdbfc5b0ee119539f3becafc80ccead7c21b961c Mon Sep 17 00:00:00 2001 From: "lily.zhang" Date: Mon, 8 Nov 2021 18:43:25 +0800 Subject: [PATCH] cxw-010203 --- src/router/index.js | 16 +- .../etc-cc/roundatacc/index.vue | 31 +- src/views/EventComparison/wtcEc/index.vue | 31 +- .../index.vue | 69 +++++ .../MEDDistributionOfHotEventChannels/opt.js | 129 ++++++++ .../MEDEventCorrelation/index.vue | 183 +++++++++++ .../MEDHotEventPropagationOriented/index.vue | 65 ++++ .../MEDHotEventPropagationOriented/opt.js | 98 ++++++ .../ModelEventDetails/MEDHotOther/index.vue | 112 +++++++ src/views/ModelEventDetails/index.vue | 72 +++++ src/views/ModelInsight/index.vue | 12 +- .../MTDmediaDistribution/index.vue | 32 +- .../MTDtheOverallToneOfTheTail/index.vue | 32 +- .../mtd-popular-word-cloud/index.vue | 4 +- .../MWDmodelPopularity/index.vue | 180 +++++++++++ .../v-ranking-mpth/index.vue | 230 ++++++++++++++ .../MWDnegativeOpinionKOL/index.vue | 135 ++++++++ .../MWDpositiveViewKOL/index.vue | 135 ++++++++ .../MWDweiboCharacters/index.vue | 169 ++++++++++ .../MWDweiboCharacters/opt.js | 80 +++++ .../MWDweiboCommunicationTrend/index.vue | 71 +++++ .../MWDweiboCommunicationTrend/opt.js | 88 ++++++ .../MWDweiboContentTOPVolume/index.vue | 108 +++++++ .../MWDweiboContentTOPVolume/opt.js | 81 +++++ .../MWDweiboContentType/index.vue | 119 +++++++ .../MWDweiboContentType/opt.js | 80 +++++ .../MWDweiboSpreadFission/index.vue | 62 ++++ .../MWDweiboSpreadFission/opt.js | 57 ++++ .../MWDweiboTonalDistribution/index.vue | 116 +++++++ .../MWDweiboTonalDistribution/opt.js | 112 +++++++ .../MWDweiboUserActiveArea/index.vue | 104 +++++++ .../MWDweiboUserActiveArea/opt1.js | 83 +++++ .../MWDweiboUserActiveArea/opt2.js | 94 ++++++ .../MWDweiboWordCloud/index.vue | 115 +++++++ .../MWDweiboWordCloud/opt.js | 215 +++++++++++++ src/views/ModelWeiboDetails/index.vue | 292 ++++++++++++++++++ 36 files changed, 3491 insertions(+), 121 deletions(-) create mode 100644 src/views/ModelEventDetails/MEDDistributionOfHotEventChannels/index.vue create mode 100644 src/views/ModelEventDetails/MEDDistributionOfHotEventChannels/opt.js create mode 100644 src/views/ModelEventDetails/MEDEventCorrelation/index.vue create mode 100644 src/views/ModelEventDetails/MEDHotEventPropagationOriented/index.vue create mode 100644 src/views/ModelEventDetails/MEDHotEventPropagationOriented/opt.js create mode 100644 src/views/ModelEventDetails/MEDHotOther/index.vue create mode 100644 src/views/ModelEventDetails/index.vue create mode 100644 src/views/ModelWeiboDetails/MWDmodelPopularity/index.vue create mode 100644 src/views/ModelWeiboDetails/MWDmodelPopularity/v-ranking-mpth/index.vue create mode 100644 src/views/ModelWeiboDetails/MWDnegativeOpinionKOL/index.vue create mode 100644 src/views/ModelWeiboDetails/MWDpositiveViewKOL/index.vue create mode 100644 src/views/ModelWeiboDetails/MWDweiboCharacters/index.vue create mode 100644 src/views/ModelWeiboDetails/MWDweiboCharacters/opt.js create mode 100644 src/views/ModelWeiboDetails/MWDweiboCommunicationTrend/index.vue create mode 100644 src/views/ModelWeiboDetails/MWDweiboCommunicationTrend/opt.js create mode 100644 src/views/ModelWeiboDetails/MWDweiboContentTOPVolume/index.vue create mode 100644 src/views/ModelWeiboDetails/MWDweiboContentTOPVolume/opt.js create mode 100644 src/views/ModelWeiboDetails/MWDweiboContentType/index.vue create mode 100644 src/views/ModelWeiboDetails/MWDweiboContentType/opt.js create mode 100644 src/views/ModelWeiboDetails/MWDweiboSpreadFission/index.vue create mode 100644 src/views/ModelWeiboDetails/MWDweiboSpreadFission/opt.js create mode 100644 src/views/ModelWeiboDetails/MWDweiboTonalDistribution/index.vue create mode 100644 src/views/ModelWeiboDetails/MWDweiboTonalDistribution/opt.js create mode 100644 src/views/ModelWeiboDetails/MWDweiboUserActiveArea/index.vue create mode 100644 src/views/ModelWeiboDetails/MWDweiboUserActiveArea/opt1.js create mode 100644 src/views/ModelWeiboDetails/MWDweiboUserActiveArea/opt2.js create mode 100644 src/views/ModelWeiboDetails/MWDweiboWordCloud/index.vue create mode 100644 src/views/ModelWeiboDetails/MWDweiboWordCloud/opt.js create mode 100644 src/views/ModelWeiboDetails/index.vue diff --git a/src/router/index.js b/src/router/index.js index fc1fcf1..c69a228 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -1,7 +1,7 @@ /* * @Author: your name * @Date: 2021-10-08 09:26:29 - * @LastEditTime: 2021-11-08 10:03:10 + * @LastEditTime: 2021-11-08 18:38:19 * @LastEditors: Please set LastEditors * @Description: In User Settings Edit * @FilePath: /data-show/src/router/index.js @@ -33,6 +33,8 @@ import MarketingAnalysis from "@/views/MarketingAnalysis" import ModelInsight from "@/views/ModelInsight" import mcIndex from "@/views/MarketingComparison" import ModelTailDetails from "@/views/ModelTailDetails" +import ModelEventDetails from "@/views/ModelEventDetails" +import ModelWeiboDetails from "@/views/ModelWeiboDetails" const router = [ { path: '/login', @@ -130,6 +132,18 @@ const router = [ component: ModelInsight }, { + path: '/modelEventDetails', + name: "modelEventDetails", + desc: "车型事件详情", + component: ModelEventDetails + }, + { + path: '/modelWeiboDetails', + name: "modelWeiboDetails", + desc: "车型微博详情", + component: ModelWeiboDetails + }, + { path: '/modelTailDetails', name: "modelTailDetails", desc: "车型尾翼详情", diff --git a/src/views/EventComparison/etc-cc/roundatacc/index.vue b/src/views/EventComparison/etc-cc/roundatacc/index.vue index 7eceff1..b825ecf 100644 --- a/src/views/EventComparison/etc-cc/roundatacc/index.vue +++ b/src/views/EventComparison/etc-cc/roundatacc/index.vue @@ -1,7 +1,7 @@ + + + + + diff --git a/src/views/ModelEventDetails/MEDDistributionOfHotEventChannels/opt.js b/src/views/ModelEventDetails/MEDDistributionOfHotEventChannels/opt.js new file mode 100644 index 0000000..c0a6a0c --- /dev/null +++ b/src/views/ModelEventDetails/MEDDistributionOfHotEventChannels/opt.js @@ -0,0 +1,129 @@ +/* + * @Author: your name + * @Date: 2021-10-09 11:01:19 + * @LastEditTime: 2021-10-29 15:52:04 + * @LastEditors: Please set LastEditors + * @Description: In User Settings Edit + * @FilePath: /data-show/src/views/Index/spreadTheSound/opt.js + */ +import * as echarts from "echarts"; +import { bigNumberTransform } from "@/utils/gol/dataTool" +let colors = ['rgba(203,118,58,1)', 'rgba(202,156,17,1)', 'rgba(90,203,156,1)', 'rgba(99,173,204,1)', 'rgba(55,113,190,1)', "rgba(138,191,66,1)", 'rgba(181,191,67,1)', 'rgba(203,91,65,1)'] +let colors2 = ['rgba(203,118,58,0.6)', 'rgba(202,156,17,0.6)', 'rgba(90,203,156,0.6)', 'rgba(99,173,204,0.6)', 'rgba(55,113,190,0.6)', "rgba(138,191,66,0.6)", 'rgba(181,191,67,0.6)', 'rgba(203,91,65,0.6)'] +function createData(ds = []) { + let arr = []; + for (let i = 0; i < ds.length; i++) { + let arr1 = ds[i]; + for (let j = 0; j < arr1.length; j++) { + let n = arr.findIndex(ele => { + return ele.name === arr1[j].key; + }) + if (n === -1) { + let obj = + { + name: arr1[j].key, + type: 'bar', + stack: 'total', + barWidth: 22, + barGap: "-100%", + emphasis: { + focus: 'series' + }, + itemStyle: { + normal: { + //柱体的颜色 + //右,下,左,上(1,0,0,0)表示从正右开始向左渐变 + color: function () { + return new echarts.graphic.LinearGradient(0, 0, 0, 1, [ + { + offset: 0, + color: colors[j] + }, + { + offset: 1, + color: colors2[j] + } + ], false); + } + } + + }, + data: [arr1[j].value] + } + arr.push(obj) + } else { + arr[n].data.push(arr1[j].value) + } + } + } + return arr; +} +export default function createOpt(dx = [], ds = []) { + const data = createData(ds); + return { + grid: { + left: 10, + right: 10, + bottom: 10, + top: 46, + containLabel: true + }, + tooltip: { + trigger: "axis", + backgroundColor: "#08182F", + color: "#fff", + borderColor: "#3373CC", + textStyle: { + color: "#fff", //设置文字颜色 + }, + extraCssText: "box-shadow: 0px 0px 10px 0px #3373CC;" + }, + color: colors, + legend: { + textStyle: { //图例文字的样式 + color: '#fff', + fontSize:10 + }, + y: 10, + x: 10, + itemWidth: 10, + itemHeight: 10, + }, + xAxis: { + type: 'category', + axisTick: { + show: false, + }, + axisLine: { + show: false, + lineStyle: { + color: "#fff", + }, + }, + data: dx + }, + yAxis: { + type: 'value', + axisLine: { + show: false, + lineStyle: { + color: "#fff", + }, + }, + axisLabel: { + formatter: (value) => { + let str = bigNumberTransform(value); + return str; + } + }, + splitLine: { + lineStyle: { + type: "dashed", // y轴分割线类型 + color: "#012b4b", + }, + }, + }, + series: data + } + +} \ No newline at end of file diff --git a/src/views/ModelEventDetails/MEDEventCorrelation/index.vue b/src/views/ModelEventDetails/MEDEventCorrelation/index.vue new file mode 100644 index 0000000..2434f68 --- /dev/null +++ b/src/views/ModelEventDetails/MEDEventCorrelation/index.vue @@ -0,0 +1,183 @@ + + + + + + diff --git a/src/views/ModelEventDetails/MEDHotEventPropagationOriented/index.vue b/src/views/ModelEventDetails/MEDHotEventPropagationOriented/index.vue new file mode 100644 index 0000000..f1c3874 --- /dev/null +++ b/src/views/ModelEventDetails/MEDHotEventPropagationOriented/index.vue @@ -0,0 +1,65 @@ + + + + + + + diff --git a/src/views/ModelEventDetails/MEDHotEventPropagationOriented/opt.js b/src/views/ModelEventDetails/MEDHotEventPropagationOriented/opt.js new file mode 100644 index 0000000..6b404ca --- /dev/null +++ b/src/views/ModelEventDetails/MEDHotEventPropagationOriented/opt.js @@ -0,0 +1,98 @@ +/* + * @Author: your name + * @Date: 2021-10-13 09:09:51 + * @LastEditTime: 2021-10-27 17:32:39 + * @LastEditors: Please set LastEditors + * @Description: In User Settings Edit + * @FilePath: /data-show/src/views/EventDetails/hotEventPropagationOriented/opt.js + */ +// const citylist = [ +// {name: '领导人'}, +// {name: '自然'}, +// {name: '明星代言人'}, +// {name: '车展'}, +// {name: '新车上市'}, +// {name: '新闻'}, +// {name: '论坛'}, +// {name: '微博'}, +// {name: 'APP'}, +// {name: '短视频'}, +// {name: '吉利'}, +// {name: '奔驰'}, +// {name: '宝马'}, +// {name: '特斯拉'}, +// {name: '奥迪'}, +// {name: '女车主表态'}, +// {name: '广州车展'}, +// {name: '销量大增'}, +// ]; +// const population=[ +// {source: "领导人", target: "APP", value: 2000}, +// {source: "APP", target: "宝马", value: 3000}, +// // +// {source: "明星代言人", target: "论坛", value: 1000}, +// // +// {source: "自然", target: "论坛", value: 2100}, +// {source: "论坛", target: "宝马", value: 3100}, +// {source: "宝马", target: "广州车展", value: 5100}, +// // +// {source: "自然", target: "新闻", value: 3234}, +// {source: "新闻", target: "吉利", value: 3000}, +// {source: "吉利", target: "销量大增", value: 6000}, +// // +// {source: "车展", target: "微博", value: 1234}, +// {source: "微博", target: "特斯拉", value: 3234}, +// {source: "特斯拉", target: "销量大增", value: 4234}, +// // +// {source: "新车上市", target: "APP", value: 1234}, +// {source: "APP", target: "宝马", value: 1234}, +// // +// {source: "新车上市", target: "短视频", value: 2234}, +// {source: "短视频", target: "奔驰", value: 2234}, +// {source: "奔驰", target: "广州车展", value: 2234}, +// // +// {source: "APP", target: "奥迪", value: 2234}, +// {source: "奥迪", target: "销量大增", value: 2234}, +// // +// {source: "奔驰", target: "女车主表态", value: 5234}, +// ]; +export default function createOpt(citylist=[],population=[]) { + return { + tooltip: { + trigger: "item", + backgroundColor: "#08182F", + color: "#fff", + borderColor: "#3373CC", + textStyle: { + color: "#fff", //设置文字颜色 + }, + triggerOn: 'mousemove', + extraCssText: "box-shadow: 0px 0px 10px 0px #3373CC;" + }, + series: [ + { + type: 'sankey', + data: citylist, + links: population, + focusNodeAdjacency: 'allEdges', //鼠标悬停到节点或边上,相邻接的节点和边高亮显示 + left: 16, + right: 120, + top: 16, + bottom: 16, + itemStyle: { + borderWidth: 1, + }, + lineStyle: { + color: 'target', + curveness: 0.5, + opacity:0.5 + }, + label: { + color: "#fff", + fontWeight: 'bold', + fontSize: 10 + } + } + ] + } +} diff --git a/src/views/ModelEventDetails/MEDHotOther/index.vue b/src/views/ModelEventDetails/MEDHotOther/index.vue new file mode 100644 index 0000000..2add45a --- /dev/null +++ b/src/views/ModelEventDetails/MEDHotOther/index.vue @@ -0,0 +1,112 @@ + + + + + + diff --git a/src/views/ModelEventDetails/index.vue b/src/views/ModelEventDetails/index.vue new file mode 100644 index 0000000..a7af325 --- /dev/null +++ b/src/views/ModelEventDetails/index.vue @@ -0,0 +1,72 @@ + + + + + + diff --git a/src/views/ModelInsight/index.vue b/src/views/ModelInsight/index.vue index 3135b0c..b300bd7 100644 --- a/src/views/ModelInsight/index.vue +++ b/src/views/ModelInsight/index.vue @@ -1,7 +1,7 @@ + + + + + + diff --git a/src/views/ModelWeiboDetails/MWDmodelPopularity/v-ranking-mpth/index.vue b/src/views/ModelWeiboDetails/MWDmodelPopularity/v-ranking-mpth/index.vue new file mode 100644 index 0000000..fb825e2 --- /dev/null +++ b/src/views/ModelWeiboDetails/MWDmodelPopularity/v-ranking-mpth/index.vue @@ -0,0 +1,230 @@ + + + + + + diff --git a/src/views/ModelWeiboDetails/MWDnegativeOpinionKOL/index.vue b/src/views/ModelWeiboDetails/MWDnegativeOpinionKOL/index.vue new file mode 100644 index 0000000..429de8e --- /dev/null +++ b/src/views/ModelWeiboDetails/MWDnegativeOpinionKOL/index.vue @@ -0,0 +1,135 @@ + + + + + + diff --git a/src/views/ModelWeiboDetails/MWDpositiveViewKOL/index.vue b/src/views/ModelWeiboDetails/MWDpositiveViewKOL/index.vue new file mode 100644 index 0000000..7214cd6 --- /dev/null +++ b/src/views/ModelWeiboDetails/MWDpositiveViewKOL/index.vue @@ -0,0 +1,135 @@ + + + + + + diff --git a/src/views/ModelWeiboDetails/MWDweiboCharacters/index.vue b/src/views/ModelWeiboDetails/MWDweiboCharacters/index.vue new file mode 100644 index 0000000..173c32e --- /dev/null +++ b/src/views/ModelWeiboDetails/MWDweiboCharacters/index.vue @@ -0,0 +1,169 @@ + + + + + + + diff --git a/src/views/ModelWeiboDetails/MWDweiboCharacters/opt.js b/src/views/ModelWeiboDetails/MWDweiboCharacters/opt.js new file mode 100644 index 0000000..f01a8de --- /dev/null +++ b/src/views/ModelWeiboDetails/MWDweiboCharacters/opt.js @@ -0,0 +1,80 @@ +/* + * @Author: your name + * @Date: 2021-10-09 09:49:50 + * @LastEditTime: 2021-10-28 13:07:24 + * @LastEditors: Please set LastEditors + * @Description: In User Settings Edit + * @FilePath: /data-show/src/views/Index/userPortrait/opt.js + */ +import * as echarts from "echarts"; +// let colors = ['#3373CC', '#CC9D12', '#54BF93','#f15c80', '#e4d354', '#8085e8', '#8d4653', '#91e8e1','#f7a35c','#90ed7d'] +function createData(ds = [], colors) { + let arr = []; + ds.map((ele, index) => { + let obj = { + value: ele.value, + name: ele.key, + itemStyle: { + color: new echarts.graphic.LinearGradient(0, 1, 1, 0, [{ + //给颜色设置渐变色 前面4个参数,给第一个设置1,第四个设置0 ,就是水平渐变 + //给第一个设置0,第四个设置1,就是垂直渐变 + offset: 0, + color: 'black' + }, { + offset: 1, + color: colors[index] + }]) + } + } + arr.push(obj) + }) + return arr; +} +export default function createOpt(ds = [], color = []) { + const data = createData(ds, color); + return { + series: [ + { + name: 'Access From0', + type: 'pie', + radius: ['65%', '80%'], + avoidLabelOverlap: false, + label: { + show: false, + position: 'center', + lineHeight: 30 + }, + emphasis: { + label: { + show: true, + fontSize: '16', + color: "#ffff", + fontWeight: 'bold', + formatter: function (p) { + return `${p.data.name}\n${p.percent}%\n${p.data.value}` + } + } + }, + labelLine: { + show: false + }, + data: data + }, + { + name: 'Access From1', + type: 'pie', + radius: ['86%', '94%'], + avoidLabelOverlap: false, + label: { + show: false, + position: 'center' + }, + labelLine: { + show: false + }, + center: ['50%', '50%'],//边框位置 + data: data + } + ] + } +} diff --git a/src/views/ModelWeiboDetails/MWDweiboCommunicationTrend/index.vue b/src/views/ModelWeiboDetails/MWDweiboCommunicationTrend/index.vue new file mode 100644 index 0000000..451c0cf --- /dev/null +++ b/src/views/ModelWeiboDetails/MWDweiboCommunicationTrend/index.vue @@ -0,0 +1,71 @@ + + + + + + diff --git a/src/views/ModelWeiboDetails/MWDweiboCommunicationTrend/opt.js b/src/views/ModelWeiboDetails/MWDweiboCommunicationTrend/opt.js new file mode 100644 index 0000000..bc0efce --- /dev/null +++ b/src/views/ModelWeiboDetails/MWDweiboCommunicationTrend/opt.js @@ -0,0 +1,88 @@ +/* + * @Author: your name + * @Date: 2021-10-12 15:32:24 + * @LastEditTime: 2021-10-14 10:21:55 + * @LastEditors: Please set LastEditors + * @Description: In User Settings Edit + * @FilePath: /data-show/src/views/BrandInsight/weiboVolumeTrend/opt.js + */ +import * as echarts from "echarts"; +import { bigNumberTransform } from "@/utils/gol/dataTool" +export default function createOpt(dx = [], ds = []) { + return { + grid: { + top: 16, + left: 16, + right: "5%", + bottom: 10, + containLabel: true, + }, + tooltip: { + trigger: "axis", + backgroundColor: "#08182F", + color: "#fff", + borderColor: "#3373CC", + textStyle: { + color: "#fff", //设置文字颜色 + }, + extraCssText: "box-shadow: 0px 0px 10px 0px #3373CC;" + }, + xAxis: { + type: 'category', + boundaryGap: false, + axisTick: { + show: false, + }, + axisLabel: { + formatter: (value) => { + let str = value.substring(10, 16) + return str; + } + }, + axisLine: { + show: false, + lineStyle: { + color: "#fff", + }, + }, + data: dx + }, + yAxis: { + type: 'value', + axisLine: { + show: false, + lineStyle: { + color: "#FFF", + }, + }, + axisLabel: { + formatter: (value) => { + let str = bigNumberTransform(value); + return str; + } + }, + splitLine: { + lineStyle: { + type: "dashed", // y轴分割线类型 + color: "#012b4b", + }, + }, + }, + series: [ + { + data: ds, + type: 'line', + color: '#546fc5', + areaStyle: {normal: { + color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{ + offset: 0, + color: '#546fc5' + }, { + offset: 1, + color: 'rgba(0,0,0,0)' + }]), + }} + } + ] + }; +} diff --git a/src/views/ModelWeiboDetails/MWDweiboContentTOPVolume/index.vue b/src/views/ModelWeiboDetails/MWDweiboContentTOPVolume/index.vue new file mode 100644 index 0000000..70cc2de --- /dev/null +++ b/src/views/ModelWeiboDetails/MWDweiboContentTOPVolume/index.vue @@ -0,0 +1,108 @@ + + + + + + diff --git a/src/views/ModelWeiboDetails/MWDweiboContentTOPVolume/opt.js b/src/views/ModelWeiboDetails/MWDweiboContentTOPVolume/opt.js new file mode 100644 index 0000000..6d88a66 --- /dev/null +++ b/src/views/ModelWeiboDetails/MWDweiboContentTOPVolume/opt.js @@ -0,0 +1,81 @@ +/* + * @Author: your name + * @Date: 2021-10-14 16:05:12 + * @LastEditTime: 2021-11-04 17:05:41 + * @LastEditors: Please set LastEditors + * @Description: In User Settings Edit + * @FilePath: /data-show/src/views/WeiboDetails/weiboContentTOPVolume/opt.js + * startAngle: 180, + */ +import * as echarts from "echarts"; +export default function createOpt(name, color, num, maxVal) { + return { + tooltip: { + backgroundColor: "#08182F", + color: "#fff", + borderColor: "#3373CC", + textStyle: { + color: "#fff", //设置文字颜色 + }, + extraCssText: "box-shadow: 0px 0px 10px 0px #3373CC;", + formatter: function(param) { + let value = param.data.value; + let name = param.data.name; + return `${name}
声量:${value}` + } + }, + series: [ + { + name: name, + type: 'gauge', + startAngle: 180, + endAngle: 0, + min: 0, + max: maxVal * 5, + splitNumber: 5, + detail: { show: false, formatter: '{value}%' }, + axisLine: { + show: true, + lineStyle: { + width: 7, + color: [ + [1, new echarts.graphic.LinearGradient(0, 0, 1, 0, [ + { + offset: 0, + color: "#020f1f" + }, + { + offset: 1, + color: color + } + ]) + ] + ] + } + }, + axisLabel: { + distance: -30, + color: "#d8d8d8", + }, + splitLine: { + distance: -6, + length: 12, + lineStyle: { + color: '#d8d8d8', + width: 2 + } + }, + // 刻度线 + axisTick: { + show: true, + length: 15, + lineStyle: { + color: "auto", + width: 5 + } + }, + data: [{ value: num, name: name, title: {show: true, color: color,fontWeight: 'bold'},itemStyle:{color: color}}], + } + ] + }; +} diff --git a/src/views/ModelWeiboDetails/MWDweiboContentType/index.vue b/src/views/ModelWeiboDetails/MWDweiboContentType/index.vue new file mode 100644 index 0000000..71d9f6b --- /dev/null +++ b/src/views/ModelWeiboDetails/MWDweiboContentType/index.vue @@ -0,0 +1,119 @@ + + + + + diff --git a/src/views/ModelWeiboDetails/MWDweiboContentType/opt.js b/src/views/ModelWeiboDetails/MWDweiboContentType/opt.js new file mode 100644 index 0000000..f01a8de --- /dev/null +++ b/src/views/ModelWeiboDetails/MWDweiboContentType/opt.js @@ -0,0 +1,80 @@ +/* + * @Author: your name + * @Date: 2021-10-09 09:49:50 + * @LastEditTime: 2021-10-28 13:07:24 + * @LastEditors: Please set LastEditors + * @Description: In User Settings Edit + * @FilePath: /data-show/src/views/Index/userPortrait/opt.js + */ +import * as echarts from "echarts"; +// let colors = ['#3373CC', '#CC9D12', '#54BF93','#f15c80', '#e4d354', '#8085e8', '#8d4653', '#91e8e1','#f7a35c','#90ed7d'] +function createData(ds = [], colors) { + let arr = []; + ds.map((ele, index) => { + let obj = { + value: ele.value, + name: ele.key, + itemStyle: { + color: new echarts.graphic.LinearGradient(0, 1, 1, 0, [{ + //给颜色设置渐变色 前面4个参数,给第一个设置1,第四个设置0 ,就是水平渐变 + //给第一个设置0,第四个设置1,就是垂直渐变 + offset: 0, + color: 'black' + }, { + offset: 1, + color: colors[index] + }]) + } + } + arr.push(obj) + }) + return arr; +} +export default function createOpt(ds = [], color = []) { + const data = createData(ds, color); + return { + series: [ + { + name: 'Access From0', + type: 'pie', + radius: ['65%', '80%'], + avoidLabelOverlap: false, + label: { + show: false, + position: 'center', + lineHeight: 30 + }, + emphasis: { + label: { + show: true, + fontSize: '16', + color: "#ffff", + fontWeight: 'bold', + formatter: function (p) { + return `${p.data.name}\n${p.percent}%\n${p.data.value}` + } + } + }, + labelLine: { + show: false + }, + data: data + }, + { + name: 'Access From1', + type: 'pie', + radius: ['86%', '94%'], + avoidLabelOverlap: false, + label: { + show: false, + position: 'center' + }, + labelLine: { + show: false + }, + center: ['50%', '50%'],//边框位置 + data: data + } + ] + } +} diff --git a/src/views/ModelWeiboDetails/MWDweiboSpreadFission/index.vue b/src/views/ModelWeiboDetails/MWDweiboSpreadFission/index.vue new file mode 100644 index 0000000..8dde0b8 --- /dev/null +++ b/src/views/ModelWeiboDetails/MWDweiboSpreadFission/index.vue @@ -0,0 +1,62 @@ + + + + + + diff --git a/src/views/ModelWeiboDetails/MWDweiboSpreadFission/opt.js b/src/views/ModelWeiboDetails/MWDweiboSpreadFission/opt.js new file mode 100644 index 0000000..974aa47 --- /dev/null +++ b/src/views/ModelWeiboDetails/MWDweiboSpreadFission/opt.js @@ -0,0 +1,57 @@ + +/* + * @Author: your name + * @Date: 2021-10-14 19:32:39 + * @LastEditTime: 2021-10-14 19:40:03 + * @LastEditors: Please set LastEditors + * @Description: In User Settings Edit + * @FilePath: /data-show/src/views/WeiboDetails/weiboSpreadFission/opt.js + */ +export default function createOpt(data) { + return { + title: { + show: false, + text: 'NPM Dependencies' + }, + animationDurationUpdate: 1500, + animationEasingUpdate: 'quinticInOut', + series: [ + { + type: 'graph', + layout: 'none', + // progressiveThreshold: 700, + data: data.nodes.map(function (node) { + return { + x: node.x, + y: node.y, + id: node.id, + name: node.label, + symbolSize: node.size, + itemStyle: { + color: node.color + } + }; + }), + edges: data.edges.map(function (edge) { + return { + source: edge.sourceID, + target: edge.targetID + }; + }), + emphasis: { + focus: 'adjacency', + label: { + position: 'right', + show: true + } + }, + roam: true, + lineStyle: { + width: 0.5, + curveness: 0.3, + opacity: 0.7 + } + } + ] + } +} \ No newline at end of file diff --git a/src/views/ModelWeiboDetails/MWDweiboTonalDistribution/index.vue b/src/views/ModelWeiboDetails/MWDweiboTonalDistribution/index.vue new file mode 100644 index 0000000..7f41d9a --- /dev/null +++ b/src/views/ModelWeiboDetails/MWDweiboTonalDistribution/index.vue @@ -0,0 +1,116 @@ + + + + + + diff --git a/src/views/ModelWeiboDetails/MWDweiboTonalDistribution/opt.js b/src/views/ModelWeiboDetails/MWDweiboTonalDistribution/opt.js new file mode 100644 index 0000000..bb17999 --- /dev/null +++ b/src/views/ModelWeiboDetails/MWDweiboTonalDistribution/opt.js @@ -0,0 +1,112 @@ +/* + * @Author: your name + * @Date: 2021-10-14 19:59:04 + * @LastEditTime: 2021-10-14 20:58:54 + * @LastEditors: Please set LastEditors + * @Description: In User Settings Edit + * @FilePath: /data-show/src/views/WeiboDetails/weiboTonalDistribution/opt.js + */ +export default function createOpt() { + return { + grid: { + left: 16, + right: 16, + bottom: 0, + top: 40, + containLabel: true + }, + tooltip: { + trigger: "axis", + backgroundColor: "#08182F", + color: "#fff", + borderColor: "#3373CC", + textStyle: { + color: "#fff", //设置文字颜色 + }, + extraCssText: "box-shadow: 0px 0px 10px 0px #3373CC;" + }, + legend: { + position: 'center', + icon: 'roundRect', + y: 16, + textStyle: { //图例文字的样式 + color: '#fff' + }, + data: ['负面', '正面'] + }, + xAxis: { + type: 'value', + show: false, + splitLine: { + show: false, + lineStyle: { + type: 'dashed' + } + } + }, + yAxis: { + type: 'category', + axisLine: { show: false }, + axisLabel: { show: false }, + axisTick: { show: false }, + splitLine: { show: false }, + data: [ + '已认证', + '非认证', + '名人博主', + '政府', + '企业', + '媒体', + '个人大V', + ] + }, + series: [ + { + name: '正面', + type: 'bar', + stack: '总量', + barWidth: 20, + label: { + show: true, + formatter: '{b}', + position: 'left', + color: '#fff', + fontWeight: 'bold' + }, + data: [ + { value: 0.07 }, + { value: 0.09 }, + { value: 0.23 }, + { value: 0.17 }, + { value: 0.36 }, + { value: 0.26 }, + { value: 0.28 }, + ] + }, { + name: '负面', + type: 'bar', + stack: '总量', + barWidth: 20, + label: { + show: true, + formatter: '{b}', + position: 'right', + color: '#fff', + fontWeight: 'bold' + }, + itemStyle: { + color: '#CC9D12', + }, + data: [ + { value: -0.07 }, + { value: -0.09 }, + { value: -0.23 }, + { value: -0.17 }, + { value: -0.36 }, + { value: -0.26 }, + { value: -0.28 }, + ] + } + ] + } +} diff --git a/src/views/ModelWeiboDetails/MWDweiboUserActiveArea/index.vue b/src/views/ModelWeiboDetails/MWDweiboUserActiveArea/index.vue new file mode 100644 index 0000000..5f26928 --- /dev/null +++ b/src/views/ModelWeiboDetails/MWDweiboUserActiveArea/index.vue @@ -0,0 +1,104 @@ + + + + + + diff --git a/src/views/ModelWeiboDetails/MWDweiboUserActiveArea/opt1.js b/src/views/ModelWeiboDetails/MWDweiboUserActiveArea/opt1.js new file mode 100644 index 0000000..3fd7054 --- /dev/null +++ b/src/views/ModelWeiboDetails/MWDweiboUserActiveArea/opt1.js @@ -0,0 +1,83 @@ + + +/* + * @Author: your name + * @Date: 2021-10-09 12:38:34 + * @LastEditTime: 2021-10-14 11:48:19 + * @LastEditors: Please set LastEditors + * @Description: In User Settings Edit + * @FilePath: /data-show/src/views/Index/tailInsight/opt.js + */ +import * as echarts from "echarts"; +import { bigNumberTransform } from "@/utils/gol/dataTool" +export default function createOptD1(dx=[],ds=[]) { + return { + grid: { + left: 16, + right: '5%', + bottom: 10, + top: "1%", + containLabel: true + }, + tooltip: { + trigger: "axis", + backgroundColor: "#08182F", + color: "#fff", + borderColor: "#3373CC", + textStyle: { + color: "#fff", //设置文字颜色 + }, + extraCssText: "box-shadow: 0px 0px 10px 0px #3373CC;" + }, + xAxis: { + type: 'value', + axisLine: { + show: false, + lineStyle: { + color: "#fff", + }, + }, + axisLabel: { + formatter: (value) => { + let str = bigNumberTransform(value); + return str; + } + }, + splitLine: { + lineStyle: { + type: "dashed", // y轴分割线类型 + color: "#012b4b", + }, + }, + }, + yAxis: { + type: 'category', + data: dx, + axisTick: { + show: false, + }, + axisLine: { + show: false, + lineStyle: { + color: "#fff", + }, + }, + inverse: true + }, + series: [ + { + name: '2011', + type: 'bar', + barWidth: 20, + data: ds, + color: new echarts.graphic.LinearGradient(0, 0, 1, 0, [{ + offset: 0, + color: '#010B19' + }, { + offset: 1, + color: '#2f68b4' + }]), + } + ] + } +} diff --git a/src/views/ModelWeiboDetails/MWDweiboUserActiveArea/opt2.js b/src/views/ModelWeiboDetails/MWDweiboUserActiveArea/opt2.js new file mode 100644 index 0000000..c961002 --- /dev/null +++ b/src/views/ModelWeiboDetails/MWDweiboUserActiveArea/opt2.js @@ -0,0 +1,94 @@ +/* + * @Author: your name + * @Date: 2021-10-14 11:53:16 + * @LastEditTime: 2021-11-04 17:17:02 + * @LastEditors: Please set LastEditors + * @Description: In User Settings Edit + * @FilePath: /data-show/src/views/WeiboDetails/weiboUserActiveArea/opt2.js + */ + +export default function createOptD2(dm) { + return { + tooltip: { + trigger: "item", + backgroundColor: "#08182F", + color: "#fff", + borderColor: "#3373CC", + textStyle: { + color: "#fff", //设置文字颜色 + }, + extraCssText: "box-shadow: 0px 0px 10px 0px #3373CC;" + }, + // geo: { + // show: true, + // map: 'china', + // roam: false,//地图设置不可拖拽,固定的 + // itemStyle: { + // normal: { + // borderWidth: 0, + // shadowColor: 'rgba(0,54,255, 1)', + // shadowBlur: 100 + // } + // } + // }, + visualMap: { + type: 'continuous', + show: false, + min: 0, + max: 2000, + text: ['高', '低'], + orient: 'horizontal', + itemWidth: 15, + itemHeight: 200, + right: 0, + bottom: 30, + inRange: { + color: ['#0393d2', '#75ddff'] + }, + textStyle: { + color: 'white' + } + }, + series: [ + { + name: "微博区域", + type: "map", + mapType: "china", + roam: false, + zoom: 1,//默认地图在容器中显示zoom:1,可根据需求放大缩小地图 + left: 16, + top: 20, + right: 10, + bottom: 10, + selectedMode:'multiple', + colorBy: 'data', + itemStyle: { + areaColor: '#001f5b',//地图区域背景颜色 + borderColor: '#005cf9',//地图边界颜色 + shadowColor: '#005cf9', + emphasis: { + areaColor: '#3066ba',//鼠标滑过区域颜色 + label: { + color: '#fff' + } + } + }, + label: { + normal: { + show: false + }, + }, + + // select: { + // label: { + // show: false + // }, + // itemStyle: { + // areaColor: '#3edffe' + // } + // }, + data: dm + } + ] + } +} diff --git a/src/views/ModelWeiboDetails/MWDweiboWordCloud/index.vue b/src/views/ModelWeiboDetails/MWDweiboWordCloud/index.vue new file mode 100644 index 0000000..2fca135 --- /dev/null +++ b/src/views/ModelWeiboDetails/MWDweiboWordCloud/index.vue @@ -0,0 +1,115 @@ + + + + + + \ No newline at end of file diff --git a/src/views/ModelWeiboDetails/MWDweiboWordCloud/opt.js b/src/views/ModelWeiboDetails/MWDweiboWordCloud/opt.js new file mode 100644 index 0000000..9fd72a6 --- /dev/null +++ b/src/views/ModelWeiboDetails/MWDweiboWordCloud/opt.js @@ -0,0 +1,215 @@ +/* + * @Author: your name + * @Date: 2021-10-09 13:35:13 + * @LastEditTime: 2021-10-14 19:14:21 + * @LastEditors: Please set LastEditors + * @Description: In User Settings Edit + * @FilePath: /data-show/src/views/Index/hotDiscussionGraph/opt.js + */ +// import * as echarts from "echarts"; +const dataBJ = [ + [1, 55, 9, 56, 0.46, 18, 6, '良'], + [2, 25, 11, 21, 0.65, 34, 9, '优'], + [3, 56, 7, 63, 0.3, 14, 5, '良'], + [4, 33, 7, 29, 0.33, 16, 6, '优'], + [5, 42, 24, 44, 0.76, 40, 16, '优'], + [6, 82, 58, 90, 1.77, 68, 33, '良'], + [7, 74, 49, 77, 1.46, 48, 27, '良'], + [8, 78, 55, 80, 1.29, 59, 29, '良'], + [9, 267, 216, 280, 4.8, 108, 64, '重度污染'], + // [10, 185, 127, 216, 2.52, 61, 27, '中度污染'], + // [11, 39, 19, 38, 0.57, 31, 15, '优'], + // [12, 41, 11, 40, 0.43, 21, 7, '优'], + // [13, 64, 38, 74, 1.04, 46, 22, '良'], + // [14, 108, 79, 120, 1.7, 75, 41, '轻度污染'], + // [15, 108, 63, 116, 1.48, 44, 26, '轻度污染'], + // [16, 33, 6, 29, 0.34, 13, 5, '优'], + // [17, 94, 66, 110, 1.54, 62, 31, '良'], + // [18, 186, 142, 192, 3.88, 93, 79, '中度污染'], + // [19, 57, 31, 54, 0.96, 32, 14, '良'], + // [20, 22, 8, 17, 0.48, 23, 10, '优'], + // [21, 39, 15, 36, 0.61, 29, 13, '优'], + // [22, 94, 69, 114, 2.08, 73, 39, '良'], + // [23, 99, 73, 110, 2.43, 76, 48, '良'], + // [24, 31, 12, 30, 0.5, 32, 16, '优'], + // [25, 42, 27, 43, 1, 53, 22, '优'], + // [26, 154, 117, 157, 3.05, 92, 58, '中度污染'], + // [27, 234, 185, 230, 4.09, 123, 69, '重度污染'], + // [28, 160, 120, 186, 2.77, 91, 50, '中度污染'], + // [29, 134, 96, 165, 2.76, 83, 41, '轻度污染'], + // [30, 52, 24, 60, 1.03, 50, 21, '良'], + // [31, 46, 5, 49, 0.28, 10, 6, '优'] + ]; + const dataGZ = [ + [1, 26, 37, 27, 1.163, 27, 13, '优'], + [2, 85, 62, 71, 1.195, 60, 8, '良'], + [3, 78, 38, 74, 1.363, 37, 7, '良'], + [4, 21, 21, 36, 0.634, 40, 9, '优'], + [5, 41, 42, 46, 0.915, 81, 13, '优'], + // [6, 56, 52, 69, 1.067, 92, 16, '良'], + // [7, 64, 30, 28, 0.924, 51, 2, '良'], + // [8, 55, 48, 74, 1.236, 75, 26, '良'], + // [9, 76, 85, 113, 1.237, 114, 27, '良'], + // [10, 91, 81, 104, 1.041, 56, 40, '良'], + // [11, 84, 39, 60, 0.964, 25, 11, '良'], + // [12, 64, 51, 101, 0.862, 58, 23, '良'], + // [13, 70, 69, 120, 1.198, 65, 36, '良'], + // [14, 77, 105, 178, 2.549, 64, 16, '良'], + // [15, 109, 68, 87, 0.996, 74, 29, '轻度污染'], + // [16, 73, 68, 97, 0.905, 51, 34, '良'], + // [17, 54, 27, 47, 0.592, 53, 12, '良'], + // [18, 51, 61, 97, 0.811, 65, 19, '良'], + // [19, 91, 71, 121, 1.374, 43, 18, '良'], + // [20, 73, 102, 182, 2.787, 44, 19, '良'], + // [21, 73, 50, 76, 0.717, 31, 20, '良'], + // [22, 84, 94, 140, 2.238, 68, 18, '良'], + // [23, 93, 77, 104, 1.165, 53, 7, '良'], + // [24, 99, 130, 227, 3.97, 55, 15, '良'], + // [25, 146, 84, 139, 1.094, 40, 17, '轻度污染'], + // [26, 113, 108, 137, 1.481, 48, 15, '轻度污染'], + // [27, 81, 48, 62, 1.619, 26, 3, '良'], + // [28, 56, 48, 68, 1.336, 37, 9, '良'], + // [29, 82, 92, 174, 3.29, 0, 13, '良'], + // [30, 106, 116, 188, 3.628, 101, 16, '轻度污染'], + // [31, 118, 50, 0, 1.383, 76, 11, '轻度污染'] + ]; + const dataSH = [ + [1, 91, 45, 125, 0.82, 34, 23, '良'], + [2, 65, 27, 78, 0.86, 45, 29, '良'], + [3, 83, 60, 84, 1.09, 73, 27, '良'], + [4, 109, 81, 121, 1.28, 68, 51, '轻度污染'], + [5, 106, 77, 114, 1.07, 55, 51, '轻度污染'], + // [6, 109, 81, 121, 1.28, 68, 51, '轻度污染'], + // [7, 106, 77, 114, 1.07, 55, 51, '轻度污染'], + // [8, 89, 65, 78, 0.86, 51, 26, '良'], + // [9, 53, 33, 47, 0.64, 50, 17, '良'], + // [10, 80, 55, 80, 1.01, 75, 24, '良'], + // [11, 117, 81, 124, 1.03, 45, 24, '轻度污染'], + // [12, 99, 71, 142, 1.1, 62, 42, '良'], + // [13, 95, 69, 130, 1.28, 74, 50, '良'], + // [14, 116, 87, 131, 1.47, 84, 40, '轻度污染'], + // [15, 108, 80, 121, 1.3, 85, 37, '轻度污染'], + // [16, 134, 83, 167, 1.16, 57, 43, '轻度污染'], + // [17, 79, 43, 107, 1.05, 59, 37, '良'], + // [18, 71, 46, 89, 0.86, 64, 25, '良'], + // [19, 97, 71, 113, 1.17, 88, 31, '良'], + // [20, 84, 57, 91, 0.85, 55, 31, '良'], + // [21, 87, 63, 101, 0.9, 56, 41, '良'], + // [22, 104, 77, 119, 1.09, 73, 48, '轻度污染'], + // [23, 87, 62, 100, 1, 72, 28, '良'], + // [24, 168, 128, 172, 1.49, 97, 56, '中度污染'], + // [25, 65, 45, 51, 0.74, 39, 17, '良'], + // [26, 39, 24, 38, 0.61, 47, 17, '优'], + // [27, 39, 24, 39, 0.59, 50, 19, '优'], + // [28, 93, 68, 96, 1.05, 79, 29, '良'], + // [29, 188, 143, 197, 1.66, 99, 51, '中度污染'], + // [30, 174, 131, 174, 1.55, 108, 50, '中度污染'], + // [31, 187, 143, 201, 1.39, 89, 53, '中度污染'] + ]; +// const schema = [ +// { name: 'date', index: 0, text: '日' }, +// { name: 'AQIindex', index: 1, text: 'AQI指数' }, +// { name: 'PM25', index: 2, text: 'PM2.5' }, +// { name: 'PM10', index: 3, text: 'PM10' }, +// { name: 'CO', index: 4, text: '一氧化碳(CO)' }, +// { name: 'NO2', index: 5, text: '二氧化氮(NO2)' }, +// { name: 'SO2', index: 6, text: '二氧化硫(SO2)' } +// ]; + const itemStyle = { + opacity: 0.8, + shadowBlur: 10, + shadowOffsetX: 0, + shadowOffsetY: 0, + shadowColor: 'rgba(0,0,0,0.3)' + }; +export default function createOpt() { + return { + grid: { + top: "16px", + left: "16px", + right: "16px", + bottom: "16px", + containLabel: true, + }, + tooltip: { + backgroundColor: "#08182F", + color: "#fff", + borderColor: "#3373CC", + textStyle: { + color: "#fff", //设置文字颜色 + }, + extraCssText: "box-shadow: 0px 0px 10px 0px #3373CC;", + formatter: function(param) { + let value = param.value; + return `${value[value.length - 1]}
${value[0]}` + } + }, + xAxis: { + show: false, + type: 'value', + splitLine: { + lineStyle: { + type: 'dashed' + } + } + }, + yAxis: { + show: false, + type: 'value', + splitLine: { + lineStyle: { + type: 'dashed' + } + }, + scale: true + }, + series: [{ + name: '北京', + data: dataBJ, + type: 'scatter', + symbolSize: function (data) { + return data[2] + }, + label: { + show: true, + color: "#FFF", + formatter: function (param) { + return param.data[param.data.length - 1]; + }, + }, + itemStyle: itemStyle + }, { + name: '上海', + data: dataSH, + type: 'scatter', + symbolSize: function (data) { + return data[2] + }, + label: { + show: true, + color: "#FFF", + formatter: function (param) { + return param.data[param.data.length - 1]; + }, + }, + itemStyle: itemStyle + }, + { + name: '广州', + data: dataGZ, + type: 'scatter', + symbolSize: function (data) { + return data[2] + }, + label: { + show: true, + color: "#FFF", + formatter: function (param) { + return param.data[param.data.length - 1]; + }, + }, + itemStyle: itemStyle + } + ] + } +} diff --git a/src/views/ModelWeiboDetails/index.vue b/src/views/ModelWeiboDetails/index.vue new file mode 100644 index 0000000..80af23b --- /dev/null +++ b/src/views/ModelWeiboDetails/index.vue @@ -0,0 +1,292 @@ + + + + + +