diff --git a/src/views/BrandInsight/titsopo/opt.js b/src/views/BrandInsight/titsopo/opt.js index f0f62c5..821a327 100644 --- a/src/views/BrandInsight/titsopo/opt.js +++ b/src/views/BrandInsight/titsopo/opt.js @@ -9,7 +9,7 @@ import * as echarts from "echarts"; import { bigNumberTransform } from "@/utils/gol/dataTool" import {doStr} from "@/utils/gol/dataTool" -let colors = ['#546fc5', '#91cb74', '#f9c857', '#ed6565', '#72bfde', '#3aa272', '#fb8351']; +let colors = ['rgba(84,111,197,1)', 'rgba(145,203,116,1)', 'rgba(90,203,156,1)', 'rgba(248,200,87,1)', 'rgba(237,101,101,1)', "rgba(114,191,222,1)", 'rgba(58,162,114,1)', 'rgba(251,131,81,1)'] let dataURI = 'path://M512 149.333333c200.298667 0 362.666667 162.368 362.666667 362.666667s-162.368 362.666667-362.666667 362.666667S149.333333 712.298667 149.333333 512 311.701333 149.333333 512 149.333333z m32 298.666667h-64v256h64V448z m0-106.666667h-64v64h64v-64z' function createData(ds = [], hotIndex = []) { let arr = []; diff --git a/src/views/EventDEC/incidentSpreadSituation/opt.js b/src/views/EventDEC/incidentSpreadSituation/opt.js index 866816c..fc80f03 100644 --- a/src/views/EventDEC/incidentSpreadSituation/opt.js +++ b/src/views/EventDEC/incidentSpreadSituation/opt.js @@ -8,7 +8,7 @@ */ import * as echarts from "echarts"; import { bigNumberTransform } from "@/utils/gol/dataTool" -let colors = ['#546fc5', '#91cb74', '#f9c857', '#ed6565', '#72bfde', '#3aa272', '#fb8351']; +let colors = ['rgba(84,111,197,1)', 'rgba(145,203,116,1)', 'rgba(90,203,156,1)', 'rgba(248,200,87,1)', 'rgba(237,101,101,1)', "rgba(114,191,222,1)", 'rgba(58,162,114,1)', 'rgba(251,131,81,1)'] function createData(ds = [], hotIndex = []) { let arr = []; for (let i = 0; i < ds.length; i++) { diff --git a/src/views/Index/dynamicNumber/index.vue b/src/views/Index/dynamicNumber/index.vue index 8adad0a..1eb2143 100644 --- a/src/views/Index/dynamicNumber/index.vue +++ b/src/views/Index/dynamicNumber/index.vue @@ -16,7 +16,7 @@
- 其他 + 短视频 diff --git a/src/views/Index/spreadTheSound/opt.js b/src/views/Index/spreadTheSound/opt.js index 711f666..cd34e11 100644 --- a/src/views/Index/spreadTheSound/opt.js +++ b/src/views/Index/spreadTheSound/opt.js @@ -85,6 +85,8 @@ export default function createOpt(dx = [], ds = []) { color: '#fff', fontSize: 10 }, + top: 12, + left: 12, itemWidth: 12, itemHeight: 12, borderRadius: 1, //圆角半径 diff --git a/src/views/ModelInsight/ml-tts/opt.js b/src/views/ModelInsight/ml-tts/opt.js index 40206c1..deee056 100644 --- a/src/views/ModelInsight/ml-tts/opt.js +++ b/src/views/ModelInsight/ml-tts/opt.js @@ -9,7 +9,7 @@ import * as echarts from "echarts"; import { bigNumberTransform } from "@/utils/gol/dataTool" // import { bigNumberTransform } from "@/utils/gol/dataTool" -let colors = ['#546fc5', '#91cb74', '#f9c857', '#ed6565', '#72bfde', '#3aa272', '#fb8351']; +let colors = ['rgba(84,111,197,1)', 'rgba(145,203,116,1)', 'rgba(90,203,156,1)', 'rgba(248,200,87,1)', 'rgba(237,101,101,1)', "rgba(114,191,222,1)", 'rgba(58,162,114,1)', 'rgba(251,131,81,1)'] function createData(ds = [], hotIndex=[]) { let arr = []; for (let i = 0; i < ds.length; i++) {