prod
lily.zhang 3 years ago
parent bd729954ef
commit a8bf384be4

@ -1,7 +1,7 @@
<!-- <!--
* @Author: your name * @Author: your name
* @Date: 2021-10-08 16:44:08 * @Date: 2021-10-08 16:44:08
* @LastEditTime: 2021-10-12 16:59:50 * @LastEditTime: 2021-10-29 09:16:21
* @LastEditors: Please set LastEditors * @LastEditors: Please set LastEditors
* @Description: In User Settings Edit * @Description: In User Settings Edit
* @FilePath: /data-show/src/components/v-ranking/index.vue * @FilePath: /data-show/src/components/v-ranking/index.vue
@ -133,7 +133,7 @@ export default {
text-align: center; text-align: center;
line-height: 40px; line-height: 40px;
.s1 { .s1 {
color: #ffffff; color: #9ba4af;
font-size: 16px; font-size: 16px;
line-height: 40px; line-height: 40px;
font-family: Bebas; font-family: Bebas;

@ -2,11 +2,14 @@
/* /*
* @Author: your name * @Author: your name
* @Date: 2021-10-09 11:38:06 * @Date: 2021-10-09 11:38:06
* @LastEditTime: 2021-10-26 13:53:19 * @LastEditTime: 2021-10-29 10:43:30
* @LastEditors: Please set LastEditors * @LastEditors: Please set LastEditors
* @Description: In User Settings Edit * @Description: In User Settings Edit
* @FilePath: /data-show/src/views/Index/barometer/opt.js * @FilePath: /data-show/src/views/Index/barometer/opt.js
*/ */
import * as echarts from "echarts";
let colors = ['#3172ca', '#459c97', '#ab8921']
function createData(ds = []) { function createData(ds = []) {
let arr = []; let arr = [];
for (let i = 0; i < ds.length; i++) { for (let i = 0; i < ds.length; i++) {
@ -21,8 +24,19 @@ function createData(ds = []) {
name: arr1[j].key, name: arr1[j].key,
type: 'line', type: 'line',
symbol: 'none', symbol: 'none',
itemStyle: {
color: colors[j]
},
areaStyle: { areaStyle: {
opacity: 0.4 normal: {
opacity: 0.3,
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{
offset: 0, color: colors[j] // 0% 处的颜色
}, {
offset: 1, color: '#000' // 100% 处的颜色
}]
)
}
}, },
emphasis: { emphasis: {
focus: 'series' focus: 'series'
@ -37,7 +51,7 @@ function createData(ds = []) {
} }
return arr; return arr;
} }
export default function createOpt(dx = [],ds = []) { export default function createOpt(dx = [], ds = []) {
const data = createData(ds); const data = createData(ds);
return { return {
grid: { grid: {
@ -84,9 +98,9 @@ export default function createOpt(dx = [],ds = []) {
color: "#fff", color: "#fff",
}, },
}, },
axisLabel : { axisLabel: {
formatter: (value) => { formatter: (value) => {
let str = value.substring(10,16) let str = value.substring(10, 16)
return str; return str;
} }
}, },

@ -1,12 +1,14 @@
/* /*
* @Author: your name * @Author: your name
* @Date: 2021-10-09 11:01:19 * @Date: 2021-10-09 11:01:19
* @LastEditTime: 2021-10-28 15:33:03 * @LastEditTime: 2021-10-29 10:46:31
* @LastEditors: Please set LastEditors * @LastEditors: Please set LastEditors
* @Description: In User Settings Edit * @Description: In User Settings Edit
* @FilePath: /data-show/src/views/Index/spreadTheSound/opt.js * @FilePath: /data-show/src/views/Index/spreadTheSound/opt.js
*/ */
let colors = ['#3572c5', '#589ab8', '#439e7e', '#a78214', '#995d2d', "#a54347", '#452b74', '#71686f'] import * as echarts from "echarts";
let colors = ['#CC7733', '#CC9D12','#54BF93','#63AECC','#3373CC', "#c1c487", '#46914a', '#3fbfc5']
function createData(ds = []) { function createData(ds = []) {
let arr = []; let arr = [];
for (let i = 0; i < ds.length; i++) { for (let i = 0; i < ds.length; i++) {
@ -21,9 +23,29 @@ function createData(ds = []) {
name: arr1[j].key, name: arr1[j].key,
type: 'bar', type: 'bar',
stack: 'total', stack: 'total',
barWidth: 24, barWidth: 20,
emphasis: { emphasis: {
focus: 'series' focus: 'series'
},
itemStyle:{
normal:{
//柱体的颜色
//右1000表示从正右开始向左渐变
color: function(params){
console.log(params);
return new echarts.graphic.LinearGradient(0,0,0,1,[
{
offset:0,
color:params.color
},
{
offset:1,
color:'#000'
}
],false);
}
}
}, },
data: [arr1[j].value] data: [arr1[j].value]
} }

@ -3,11 +3,12 @@
/* /*
* @Author: your name * @Author: your name
* @Date: 2021-10-09 12:38:34 * @Date: 2021-10-09 12:38:34
* @LastEditTime: 2021-10-21 12:56:48 * @LastEditTime: 2021-10-29 10:17:04
* @LastEditors: Please set LastEditors * @LastEditors: Please set LastEditors
* @Description: In User Settings Edit * @Description: In User Settings Edit
* @FilePath: /data-show/src/views/Index/tailInsight/opt.js * @FilePath: /data-show/src/views/Index/tailInsight/opt.js
*/ */
import * as echarts from "echarts";
export default function createOpt(dy=[],ds=[]) { export default function createOpt(dy=[],ds=[]) {
return { return {
grid: { grid: {
@ -60,7 +61,28 @@ export default function createOpt(dy=[],ds=[]) {
{ {
type: 'bar', type: 'bar',
barWidth: 24, barWidth: 24,
data: ds data: ds,
itemStyle: {
normal: {
color: new echarts.graphic.LinearGradient(
0,
0,
1,
0,
[
{
offset: 0,
color: "rgba(91, 157, 249, 0)", // 0% 处的颜色
},
{
offset: 1,
color: "#3373CC", // 100% 处的颜色#3373CC
},
],
false
),
},
},
} }
] ]
} }

Loading…
Cancel
Save