Browse Source

图表

feature
jiangyy 3 years ago
parent
commit
55fb9d08c0
  1. 2
      src/views/modules/visual/communityGovern/shijianchuli/lineOption.js
  2. 8
      src/views/modules/visual/communityGovern/shijianchuli/shijianchulifenxi.vue

2
src/views/modules/visual/communityGovern/shijianchuli/lineOption.js

@ -129,7 +129,7 @@ export function lineOption () {
},
},
barWidth: 4,
barWidth: 6,
// data: serviceCount
},

8
src/views/modules/visual/communityGovern/shijianchuli/shijianchulifenxi.vue

@ -150,7 +150,7 @@ import * as echarts from 'echarts';
import 'echarts-gl';
import { getPie3D, getParametricEquation } from './chart.js' //js
const color = ['#005aff', '#f8b551']
const color = ['#00b3ff', '#ffcc26']
export default {
name: "shijianchulifenxi",
@ -469,8 +469,10 @@ export default {
// dataClosed = 5
// dataPro = 95
// dataClosed = 10
// dataPro = 90
dataClosed = 10
dataPro = 90
dataClosedLine = 10
dataProLine = 90
// dataClosed = 20
// dataPro = 80

Loading…
Cancel
Save