diff --git a/src/api/EventComparison/BrandWeibo.js b/src/api/EventComparison/BrandWeibo.js new file mode 100644 index 0000000..05aa4f0 --- /dev/null +++ b/src/api/EventComparison/BrandWeibo.js @@ -0,0 +1,40 @@ +import httpService from "@/request" + +// 获取事件类型 +export function getAffectionsC(params) { + let obj = Object.assign({action: 'getAffectionsC', sType: 'BrandWeiBo'}, params) + return httpService({ + url: `/api/v6.ashx`, + method: 'post', + data: obj, + headers: { + 'content-type': 'application/x-www-form-urlencoded' + } + }) +} + +// 事件-分渠道信息量 +export function getSourcetypeC(params) { + let obj = Object.assign({action: 'getSourcetypeC', sType: 'BrandWeiYi', iContrastType: 3 }, params) + return httpService({ + url: `/api/v6.ashx`, + method: 'post', + data: obj, + headers: { + 'content-type': 'application/x-www-form-urlencoded' + } + }) +} + +// 事件-尾翼top媒体 +export function getSourceTopCount0528C(params) { + let obj = Object.assign({action: 'getSourceTopCount0528C', sType: 'BrandWeiYi', iContrastType: 3 }, params) + return httpService({ + url: `/api/v6.ashx`, + method: 'post', + data: obj, + headers: { + 'content-type': 'application/x-www-form-urlencoded' + } + }) +} \ No newline at end of file diff --git a/src/api/EventComparison/index.js b/src/api/EventComparison/index.js index 097e453..db13071 100644 --- a/src/api/EventComparison/index.js +++ b/src/api/EventComparison/index.js @@ -84,3 +84,112 @@ export function getListC(params) { }) } +// 事件-正面词云 +export function getPositive(params) { + let obj = Object.assign({action: 'getPositive', sType: 'EventContrast', iContrastType: 3 }, params) + return httpService({ + url: `/api/v6.ashx`, + method: 'post', + data: obj, + headers: { + 'content-type': 'application/x-www-form-urlencoded' + } + }) +} + +// 事件-负面词云 +export function getNegative(params) { + let obj = Object.assign({action: 'getNegative', sType: 'EventContrast', iContrastType: 3 }, params) + return httpService({ + url: `/api/v6.ashx`, + method: 'post', + data: obj, + headers: { + 'content-type': 'application/x-www-form-urlencoded' + } + }) +} + +// 事件-微博信息量对比 +export function getContrastCount0528C(params) { + let obj = Object.assign({action: 'getContrastCount0528C', sType: 'BrandWeiBo', iContrastType: 3 }, params) + return httpService({ + url: `/api/v6.ashx`, + method: 'post', + data: obj, + headers: { + 'content-type': 'application/x-www-form-urlencoded' + } + }) +} + +// 事件-微博互动人数对比 +export function getInteractCount0528C(params) { + let obj = Object.assign({action: 'getInteractCount0528C', sType: 'BrandWeiBo', iContrastType: 3 }, params) + return httpService({ + url: `/api/v6.ashx`, + method: 'post', + data: obj, + headers: { + 'content-type': 'application/x-www-form-urlencoded' + } + }) +} + +// 事件-微博调性对比 +export function getBoauthen0528C(params) { + let obj = Object.assign({action: 'getBoauthen0528C', sType: 'BrandWeiBo', iContrastType: 3 }, params) + return httpService({ + url: `/api/v6.ashx`, + method: 'post', + data: obj, + headers: { + 'content-type': 'application/x-www-form-urlencoded' + } + }) +} + +// 事件-用户区域分布 +export function getRegionWeiBoC(params) { + let obj = Object.assign({action: 'getRegionWeiBoC', sType: 'BrandWeiBo', iContrastType: 3 }, params) + return httpService({ + url: `/api/v6.ashx`, + method: 'post', + data: obj, + headers: { + 'content-type': 'application/x-www-form-urlencoded' + } + }) +} + +// 事件-微博用户画像 +export function getSexMergeWeiBoC(params) { + let obj = Object.assign({action: 'getSexMergeWeiBoC', sType: 'BrandWeiBo', iContrastType: 3 }, params) + return httpService({ + url: `/api/v6.ashx`, + method: 'post', + data: obj, + headers: { + 'content-type': 'application/x-www-form-urlencoded' + } + }) +} + +// 事件-尾翼信息趋势 +export function getCountTime0528C(params) { + let obj = Object.assign({action: 'getCountTime0528C', sType: 'BrandWeiYi', iContrastType: 3 }, params) + return httpService({ + url: `/api/v6.ashx`, + method: 'post', + data: obj, + headers: { + 'content-type': 'application/x-www-form-urlencoded' + } + }) +} + + + + + + diff --git a/src/views/EventComparison/CWIEC/index.vue b/src/views/EventComparison/CWIEC/index.vue index c1eabb5..2ff54ac 100644 --- a/src/views/EventComparison/CWIEC/index.vue +++ b/src/views/EventComparison/CWIEC/index.vue @@ -8,7 +8,7 @@ --> diff --git a/src/views/EventComparison/cotwiEc/index.vue b/src/views/EventComparison/cotwiEc/index.vue index 373a622..e171bcc 100644 --- a/src/views/EventComparison/cotwiEc/index.vue +++ b/src/views/EventComparison/cotwiEc/index.vue @@ -8,34 +8,73 @@ --> diff --git a/src/views/EventComparison/inbcEc/index.vue b/src/views/EventComparison/inbcEc/index.vue index 06b1d5a..6456a49 100644 --- a/src/views/EventComparison/inbcEc/index.vue +++ b/src/views/EventComparison/inbcEc/index.vue @@ -7,34 +7,79 @@ * @FilePath: /data-show/src/views/EventComparison/inbcEc/index.vue --> diff --git a/src/views/EventComparison/inbcEc/opt.js b/src/views/EventComparison/inbcEc/opt.js index cbf8520..50cbbfa 100644 --- a/src/views/EventComparison/inbcEc/opt.js +++ b/src/views/EventComparison/inbcEc/opt.js @@ -6,7 +6,32 @@ * @Description: In User Settings Edit * @FilePath: /data-show/src/views/BrandComparison/channelDistribution/opt.js */ -export default function createOpt() { +import { bigNumberTransform } from "@/utils/gol/dataTool" +function createData(dataList = [],dx = []) { + let arr = []; + dataList.forEach(e => { + let a = []; + let Data = e.Data || {}; + dx.forEach(e => { + a.push(Data[e]) + }) + let o = { + name: e.Name, + type: 'bar', + barGap: 0, + barWidth: 16, + emphasis: { + focus: 'series' + }, + data: a + }; + arr.push(o) + }) + return arr; +} + +export default function createOpt(dataList = [],dx = [], eventList = []) { + let info = createData(dataList,dx); return { grid: { top: "56px", @@ -16,12 +41,18 @@ export default function createOpt() { containLabel: true, }, legend: { - data: ['事件一', '事件二'], + data: eventList, textStyle: { //图例文字的样式 - color: '#fff' + color: '#fff', + fontsize: 10 }, - y: 12, - x: 16 + y: 10, + x: 16, + itemWidth: 12, + itemHeight: 12, + formatter: function (name) { + return name.length > 5 ? name.substr(0, 15) + "..." : name; + } }, tooltip: { trigger: "axis", @@ -45,7 +76,7 @@ export default function createOpt() { color: "#fff", }, }, - data: ['新闻', '论坛', '微信', 'APP', '微博', "其他"] + data: dx } ], yAxis: [ @@ -57,6 +88,12 @@ export default function createOpt() { color: "#FFF", }, }, + axisLabel: { + formatter: (value) => { + let str = bigNumberTransform(value); + return str; + } + }, splitLine: { lineStyle: { type: "dashed", // y轴分割线类型 @@ -65,27 +102,6 @@ export default function createOpt() { }, } ], - 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] - } - - ] + series: info } } \ No newline at end of file diff --git a/src/views/EventComparison/positiveAndNegativeWordCloudContrast/index.vue b/src/views/EventComparison/positiveAndNegativeWordCloudContrast/index.vue index 32cd24f..6644b0e 100644 --- a/src/views/EventComparison/positiveAndNegativeWordCloudContrast/index.vue +++ b/src/views/EventComparison/positiveAndNegativeWordCloudContrast/index.vue @@ -7,65 +7,127 @@ * @FilePath: /data-show/src/views/EventComparison/positiveAndNegativeWordCloudContrast/index.vue --> diff --git a/src/views/EventComparison/tirEc/index.vue b/src/views/EventComparison/tirEc/index.vue index 5542539..cfa368f 100644 --- a/src/views/EventComparison/tirEc/index.vue +++ b/src/views/EventComparison/tirEc/index.vue @@ -7,34 +7,75 @@ * @FilePath: /data-show/src/views/EventComparison/tirEc/index.vue --> diff --git a/src/views/EventComparison/tirEc/opt.js b/src/views/EventComparison/tirEc/opt.js index eea8ca0..d3c9e66 100644 --- a/src/views/EventComparison/tirEc/opt.js +++ b/src/views/EventComparison/tirEc/opt.js @@ -6,12 +6,46 @@ * @Description: In User Settings Edit * @FilePath: /data-show/src/views/BrandInsight/titsopo/opt.js */ -export default function createOpt() { +import { bigNumberTransform } from "@/utils/gol/dataTool" +function createData(ds = []) { + let testData = {} + ds.forEach(item => { + item.forEach(val => { + if (val.key.length > 5){ + val.key = val.key.substr(0, 15) + "..." + } + if (testData[val.key] === undefined) { + testData[val.key] = { + name: val.key, + type: 'line', + symbol: 'none', + areaStyle: { + opacity: 0.2 + }, + emphasis: { + focus: 'series' + }, + data: [val.value] + } + } else { + testData[val.key].data.push(val.value) + } + }) + }) + let arr = []; + for(let key in testData) { + arr.push(testData[key]) + } + return arr +} + +export default function createOpt(dx = [], ds = []) { + let data = createData(ds); return { grid: { - left: 16, - right: 26, - bottom: 16, + left: 10, + right: '5%', + bottom: 10, top: 52, containLabel: true }, @@ -28,10 +62,13 @@ export default function createOpt() { legend: { icon: 'roundRect', textStyle: { //图例文字的样式 - color: '#fff' + color: '#fff', + fontsize: 10 }, - y: 12, - x: 16 + y: 10, + x: 16, + itemWidth: 12, + itemHeight: 12 }, xAxis: { type: 'category', @@ -45,7 +82,13 @@ export default function createOpt() { color: "#fff", }, }, - data: ['00:00', '04:00', '08:00', '12:00', '16:00', '20:00', '24:00'] + axisLabel: { + formatter: (value) => { + let str = value.substring(10, 16) + return str; + } + }, + data: dx }, yAxis: { type: 'value', @@ -55,6 +98,12 @@ export default function createOpt() { color: "#fff", }, }, + axisLabel: { + formatter: (value) => { + let str = bigNumberTransform(value); + return str; + } + }, splitLine: { lineStyle: { type: "dashed", // y轴分割线类型 @@ -62,32 +111,6 @@ export default function createOpt() { }, }, }, - 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] - } - - ] + series: data } } diff --git a/src/views/EventComparison/ttmEc/index.vue b/src/views/EventComparison/ttmEc/index.vue index 8d14c9d..2bd4c4f 100644 --- a/src/views/EventComparison/ttmEc/index.vue +++ b/src/views/EventComparison/ttmEc/index.vue @@ -8,68 +8,118 @@ --> diff --git a/src/views/EventComparison/uadEc/index.vue b/src/views/EventComparison/uadEc/index.vue index 2a1ff1a..88c6141 100644 --- a/src/views/EventComparison/uadEc/index.vue +++ b/src/views/EventComparison/uadEc/index.vue @@ -7,53 +7,143 @@ * @FilePath: /data-show/src/views/WeiboDetails/weiboUserActiveArea/index.vue --> diff --git a/src/views/EventComparison/uadEc/opt1.js b/src/views/EventComparison/uadEc/opt1.js index 02ca558..928e2b1 100644 --- a/src/views/EventComparison/uadEc/opt1.js +++ b/src/views/EventComparison/uadEc/opt1.js @@ -9,7 +9,8 @@ * @FilePath: /data-show/src/views/Index/tailInsight/opt.js */ import * as echarts from "echarts"; -export default function createOptD1() { +import { bigNumberTransform } from "@/utils/gol/dataTool" +export default function createOptD1(dx = [],ds = []) { return { grid: { left: '4%', @@ -36,6 +37,12 @@ export default function createOptD1() { color: "#fff", }, }, + axisLabel: { + formatter: (value) => { + let str = bigNumberTransform(value); + return str; + } + }, splitLine: { lineStyle: { type: "dashed", // y轴分割线类型 @@ -45,7 +52,7 @@ export default function createOptD1() { }, yAxis: { type: 'category', - data: ['山西省', '浙江省', '北京市', '江西省', '江苏省', '福建省', '山东省', '天津市'], + data: dx, axisTick: { show: false, }, @@ -55,13 +62,14 @@ export default function createOptD1() { color: "#fff", }, }, + inverse: true }, series: [ { name: '2011', type: 'bar', barWidth: 24, - data: [500, 1000, 2220, 3000, 4000, 3000,2200, 2600], + data: ds, color: new echarts.graphic.LinearGradient(0, 0, 1, 0, [{ offset: 0, color: '#010B19' diff --git a/src/views/EventComparison/uadEc/opt2.js b/src/views/EventComparison/uadEc/opt2.js index 178233f..3fb739f 100644 --- a/src/views/EventComparison/uadEc/opt2.js +++ b/src/views/EventComparison/uadEc/opt2.js @@ -15,7 +15,7 @@ for (var i = 0; i < provArr.length; i++) { var str2 = { name: str.replace(re, ''), value: 5 };//拼接对象数组 ini_data.push(str2); } -export default function createOptD2() { +export default function createOptD2(dm = []) { return { tooltip: { trigger: "item", @@ -59,7 +59,7 @@ export default function createOptD2() { }, series: [ { - name: "微博区域", + name: "用户区域", type: "map", mapType: "china", roam: false, @@ -95,38 +95,7 @@ export default function createOptD2() { // areaColor: '#3edffe' // } // }, - data: [ - { - name: "河北省", - value: 1000, - // selected: true, - }, - { - name: "浙江省", - value: 1100, - // selected: true - }, - { - name: "山东省", - value: 1200, - // selected: true - }, - { - name: "山西省", - value: 1300, - // selected: true - }, - { - name: "上海市", - value: 1400, - // selected: true - }, - { - name: "江苏省", - value: 1500, - // selected: true - } - ] + data: dm } ] diff --git a/src/views/EventComparison/wbcEc/index.vue b/src/views/EventComparison/wbcEc/index.vue index 1528c84..4fcf44a 100644 --- a/src/views/EventComparison/wbcEc/index.vue +++ b/src/views/EventComparison/wbcEc/index.vue @@ -8,34 +8,77 @@ --> diff --git a/src/views/EventComparison/wbcEc/opt.js b/src/views/EventComparison/wbcEc/opt.js index c96cf98..cab6ea5 100644 --- a/src/views/EventComparison/wbcEc/opt.js +++ b/src/views/EventComparison/wbcEc/opt.js @@ -6,7 +6,36 @@ * @Description: In User Settings Edit * @FilePath: /data-show/src/views/Index/spreadTheSound/opt.js */ -export default function createOpt() { +import { bigNumberTransform } from "@/utils/gol/dataTool" +function createData(dataList = [], dx = []) { + let arr = []; + dataList.forEach(ele => { + let a = []; + let Data = ele.value || []; + dx.forEach(e => { + Data.forEach(ex => { + if (ex.key === e) { + a.push(ex.value) + } + }) + }) + let o = { + name: ele.key, + type: 'bar', + stack: 'total', + barWidth: 24, + emphasis: { + focus: 'series' + }, + data: a + }; + arr.push(o); + }) + return arr; + } + +export default function createOpt(dx = [], dataList = []) { + let info = createData(dataList, dx); return { grid: { left: 16, @@ -30,7 +59,12 @@ export default function createOpt() { color: '#fff' }, y: 10, - x: 16 + x: 16, + itemWidth: 12, + itemHeight: 12, + formatter: function (name) { + return name.length > 5 ? name.substr(0, 7) + "..." : name; + } }, xAxis: { type: 'category', @@ -43,7 +77,7 @@ export default function createOpt() { color: "#fff", }, }, - data: ['名人', '媒体', '企业', '政府', '个人大v'] + data: dx }, yAxis: { type: 'value', @@ -53,6 +87,12 @@ export default function createOpt() { color: "#fff", }, }, + axisLabel: { + formatter: (value) => { + let str = bigNumberTransform(value); + return str; + } + }, splitLine: { lineStyle: { type: "dashed", // y轴分割线类型 @@ -60,28 +100,7 @@ export default function createOpt() { }, }, }, - series: [ - { - name: '事件一', - type: 'bar', - stack: 'total', - barWidth: 24, - emphasis: { - focus: 'series' - }, - data: [320, 302, 301, 334, 390] - }, - { - name: '事件二', - type: 'bar', - stack: 'total', - barWidth: 24, - emphasis: { - focus: 'series' - }, - data: [120, 132, 101, 134, 90] - }, - ] + series: info } } \ No newline at end of file diff --git a/src/views/EventComparison/wtcEc/index.vue b/src/views/EventComparison/wtcEc/index.vue index c60b764..77f8d1d 100644 --- a/src/views/EventComparison/wtcEc/index.vue +++ b/src/views/EventComparison/wtcEc/index.vue @@ -8,38 +8,66 @@ --> diff --git a/src/views/EventComparison/wupEc/index.vue b/src/views/EventComparison/wupEc/index.vue index 2efdeaf..2ca8e1f 100644 --- a/src/views/EventComparison/wupEc/index.vue +++ b/src/views/EventComparison/wupEc/index.vue @@ -7,87 +7,192 @@ * @FilePath: /data-show/src/views/BrandComparison/weiboUserPortrait/index.vue --> diff --git a/src/views/EventComparison/wupEc/opt1.js b/src/views/EventComparison/wupEc/opt1.js index fd6dbf6..8fee85e 100644 --- a/src/views/EventComparison/wupEc/opt1.js +++ b/src/views/EventComparison/wupEc/opt1.js @@ -7,7 +7,32 @@ * @FilePath: /data-show/src/views/BrandInsight/weiboPortraits/opt.js */ import * as echarts from "echarts"; -export default function createOpt1() { + +function createData(ds = [], colors) { + let arr = []; + ds.map((ele, index) => { + let obj = { + value: ele.value, + name: ele.name, + 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 createOpt1(ds = [], color = []) { + const data = createData(ds, color); return { series: [ { @@ -18,51 +43,24 @@ export default function createOpt1() { label: { show: false, position: 'center', - fontSize: '40', + lineHeight: 28, color: "#ffff", }, emphasis: { label: { show: true, - fontSize: '40', + fontSize: '20', color: "#ffff", + fontWeight: 'bold', formatter: (p)=>{ - return p.data.name + '\n' + p.data.value; + return p.data.name + '\n' + p.percent+'%' + '\n' + p.data.value; }, } }, labelLine: { show: false }, - data: [ - { value: 2200, 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: 2200, name: '女性', itemStyle: {color: new echarts.graphic.LinearGradient(0, 1, 1, 0, [{ - //给颜色设置渐变色 前面4个参数,给第一个设置1,第四个设置0 ,就是水平渐变 - //给第一个设置0,第四个设置1,就是垂直渐变 - offset: 0, - color: 'black' - }, { - offset: 1, - color: '#CC9D12' - }])} }, - { value: 2200, name: '未知', itemStyle: {color: new echarts.graphic.LinearGradient(0, 1, 1, 0, [{ - //给颜色设置渐变色 前面4个参数,给第一个设置1,第四个设置0 ,就是水平渐变 - //给第一个设置0,第四个设置1,就是垂直渐变 - offset: 0, - color: 'black' - }, { - offset: 1, - color: '#54BF93' - }])} }, - ], + data: data }, { @@ -78,35 +76,7 @@ export default function createOpt1() { show: false }, center: ['50%', '50%'],//边框位置 - data: [ - { value: 2200, 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: 2200, name: '女性', itemStyle: {color: new echarts.graphic.LinearGradient(0, 1, 1, 0, [{ - //给颜色设置渐变色 前面4个参数,给第一个设置1,第四个设置0 ,就是水平渐变 - //给第一个设置0,第四个设置1,就是垂直渐变 - offset: 0, - color: 'black' - }, { - offset: 1, - color: '#CC9D12' - }])} }, - { value: 2200, name: '未知', itemStyle: {color: new echarts.graphic.LinearGradient(0, 1, 1, 0, [{ - //给颜色设置渐变色 前面4个参数,给第一个设置1,第四个设置0 ,就是水平渐变 - //给第一个设置0,第四个设置1,就是垂直渐变 - offset: 0, - color: 'black' - }, { - offset: 1, - color: '#54BF93' - }])} }, - ], + data: data } ] diff --git a/src/views/EventComparison/wupEc/opt2.js b/src/views/EventComparison/wupEc/opt2.js index eab17f6..0830599 100644 --- a/src/views/EventComparison/wupEc/opt2.js +++ b/src/views/EventComparison/wupEc/opt2.js @@ -7,7 +7,32 @@ * @FilePath: /data-show/src/views/BrandInsight/weiboPortraits/opt.js */ import * as echarts from "echarts"; -export default function createOpt2() { + +function createData(ds = [], colors) { + let arr = []; + ds.map((ele, index) => { + let obj = { + value: ele.value, + name: ele.name, + 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 createOpt2(ds = [], color = []) { + const data = createData(ds, color); return { series: [ { @@ -18,51 +43,24 @@ export default function createOpt2() { label: { show: false, position: 'center', - fontSize: '40', + lineHeight: 28, color: "#ffff", }, emphasis: { label: { show: true, - fontSize: '40', + fontSize: '20', color: "#ffff", + fontWeight: 'bold', formatter: (p)=>{ - return p.data.name + '\n' + p.data.value; + return p.data.name + '\n' + p.percent+'%' + '\n' + p.data.value; }, } }, labelLine: { show: false }, - data: [ - { value: 2200, 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: 2200, name: '未认证', itemStyle: {color: new echarts.graphic.LinearGradient(0, 1, 1, 0, [{ - //给颜色设置渐变色 前面4个参数,给第一个设置1,第四个设置0 ,就是水平渐变 - //给第一个设置0,第四个设置1,就是垂直渐变 - offset: 0, - color: 'black' - }, { - offset: 1, - color: '#CC9D12' - }])} }, - { value: 2200, name: '未知', itemStyle: {color: new echarts.graphic.LinearGradient(0, 1, 1, 0, [{ - //给颜色设置渐变色 前面4个参数,给第一个设置1,第四个设置0 ,就是水平渐变 - //给第一个设置0,第四个设置1,就是垂直渐变 - offset: 0, - color: 'black' - }, { - offset: 1, - color: '#54BF93' - }])} }, - ], + data: data }, { @@ -78,35 +76,7 @@ export default function createOpt2() { show: false }, center: ['50%', '50%'],//边框位置 - data: [ - { value: 2200, 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: 2200, name: '女性', itemStyle: {color: new echarts.graphic.LinearGradient(0, 1, 1, 0, [{ - //给颜色设置渐变色 前面4个参数,给第一个设置1,第四个设置0 ,就是水平渐变 - //给第一个设置0,第四个设置1,就是垂直渐变 - offset: 0, - color: 'black' - }, { - offset: 1, - color: '#CC9D12' - }])} }, - { value: 2200, name: '未知', itemStyle: {color: new echarts.graphic.LinearGradient(0, 1, 1, 0, [{ - //给颜色设置渐变色 前面4个参数,给第一个设置1,第四个设置0 ,就是水平渐变 - //给第一个设置0,第四个设置1,就是垂直渐变 - offset: 0, - color: 'black' - }, { - offset: 1, - color: '#54BF93' - }])} }, - ], + data: data } ]