diff --git a/src/lycomponents/iHeader/index.vue b/src/lycomponents/iHeader/index.vue index 7c1ae36..1e4d0f4 100644 --- a/src/lycomponents/iHeader/index.vue +++ b/src/lycomponents/iHeader/index.vue @@ -170,7 +170,7 @@ export default { display: flex; height: 100%; width: 430px; - justify-content: flex-start; + justify-content: flex-end; margin-right: 16px; margin-top: 18px; .s1 { diff --git a/src/views/BrandInsight/titsopo/opt.js b/src/views/BrandInsight/titsopo/opt.js index a19e8d8..5385320 100644 --- a/src/views/BrandInsight/titsopo/opt.js +++ b/src/views/BrandInsight/titsopo/opt.js @@ -1,11 +1,12 @@ /* * @Author: your name * @Date: 2021-10-12 10:11:24 - * @LastEditTime: 2021-10-26 13:51:34 + * @LastEditTime: 2021-10-29 11:10:30 * @LastEditors: Please set LastEditors * @Description: In User Settings Edit * @FilePath: /data-show/src/views/BrandInsight/titsopo/opt.js */ +// import * as echarts from "echarts"; function createData(ds = []) { let arr = []; for (let i = 0; i < ds.length; i++) { @@ -21,7 +22,10 @@ function createData(ds = []) { type: 'line', symbol: 'none', areaStyle: { - opacity: 0.4 + normal: { + opacity: 0.2 + } + }, emphasis: { focus: 'series' @@ -62,7 +66,10 @@ export default function createOpt(dx = [], ds = []) { color: '#fff' }, y: 12, - x: 16 + x: 16, + itemWidth: 12, + itemHeight: 12 + }, xAxis: { type: 'category', @@ -76,9 +83,9 @@ export default function createOpt(dx = [], ds = []) { color: "#fff", }, }, - axisLabel : { + axisLabel: { formatter: (value) => { - let str = value.substring(10,16) + let str = value.substring(10, 16) return str; } }, diff --git a/src/views/Index/spreadTheSound/opt.js b/src/views/Index/spreadTheSound/opt.js index 5d81b95..d872d6d 100644 --- a/src/views/Index/spreadTheSound/opt.js +++ b/src/views/Index/spreadTheSound/opt.js @@ -1,7 +1,7 @@ /* * @Author: your name * @Date: 2021-10-09 11:01:19 - * @LastEditTime: 2021-10-29 10:52:42 + * @LastEditTime: 2021-10-29 11:12:46 * @LastEditors: Please set LastEditors * @Description: In User Settings Edit * @FilePath: /data-show/src/views/Index/spreadTheSound/opt.js @@ -31,8 +31,7 @@ function createData(ds = []) { normal:{ //柱体的颜色 //右,下,左,上(1,0,0,0)表示从正右开始向左渐变 - color: function(params){ - console.log(params); + color: function(params){ return new echarts.graphic.LinearGradient(0,0,0,1,[ { offset:0,