|
|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<div class="chart-wrap">
|
|
|
- <v-chart autoresize :option="option" />
|
|
|
+ <v-chart autoresize :option="option"/>
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
|
@@ -19,78 +19,32 @@ export default {
|
|
|
|
|
|
methods: {
|
|
|
getOption() {
|
|
|
+ const baseWidth = 20
|
|
|
this.option = {
|
|
|
- backgroundColor: '#03124500',
|
|
|
- color: [
|
|
|
- '#63caff',
|
|
|
- '#49beff',
|
|
|
- '#03387a',
|
|
|
- '#03387a',
|
|
|
- '#03387a',
|
|
|
- '#6c93ee',
|
|
|
- '#a9abff',
|
|
|
- '#f7a23f',
|
|
|
- '#27bae7',
|
|
|
- '#ff6d9d',
|
|
|
- '#cb79ff',
|
|
|
- '#f95b5a',
|
|
|
- '#ccaf27',
|
|
|
- '#38b99c',
|
|
|
- '#93d0ff',
|
|
|
- '#bd74e0',
|
|
|
- '#fd77da',
|
|
|
- '#dea700'
|
|
|
- ],
|
|
|
+ backgroundColor: 'rgb(2, 10, 33)',
|
|
|
+ color: [],
|
|
|
grid: {
|
|
|
containLabel: true,
|
|
|
left: 20,
|
|
|
right: 20,
|
|
|
- bottom: 10,
|
|
|
+ bottom: 60,
|
|
|
top: 40
|
|
|
},
|
|
|
- xAxis: [
|
|
|
- {
|
|
|
- type: 'category',
|
|
|
- axisTick: {
|
|
|
- show: false
|
|
|
- },
|
|
|
- axisLine: {
|
|
|
- show: true,
|
|
|
- lineStyle: {
|
|
|
- color: '#fff'
|
|
|
- }
|
|
|
- },
|
|
|
- data: ['第一季度', '第二季度', '第三季度', '第四季度']
|
|
|
- }, {
|
|
|
- type: 'category',
|
|
|
- axisLine: {
|
|
|
- show: false
|
|
|
- },
|
|
|
- axisTick: {
|
|
|
- show: false
|
|
|
- },
|
|
|
- axisLabel: {
|
|
|
- show: false
|
|
|
- },
|
|
|
- splitArea: {
|
|
|
- show: false
|
|
|
- },
|
|
|
- splitLine: {
|
|
|
- show: false
|
|
|
- },
|
|
|
- data: ['第一季度', '第二季度', '第三季度', '第四季度']
|
|
|
- }
|
|
|
- ],
|
|
|
+ xAxis: {
|
|
|
|
|
|
+ data: ['第一季度', '第二季度', '第三季度', '第四季度'],
|
|
|
+ position: 'bottom',
|
|
|
+ type: 'category'
|
|
|
+ },
|
|
|
yAxis: {
|
|
|
axisLabel: {
|
|
|
- color: '#c0c3cd',
|
|
|
+ color: '#ffffff',
|
|
|
fontSize: 14
|
|
|
},
|
|
|
axisTick: {
|
|
|
lineStyle: {
|
|
|
color: '#384267',
|
|
|
- width: 1
|
|
|
+ width: 0
|
|
|
},
|
|
|
show: true
|
|
|
},
|
|
|
@@ -103,8 +57,8 @@ export default {
|
|
|
},
|
|
|
axisLine: {
|
|
|
lineStyle: {
|
|
|
- color: '#384267',
|
|
|
- width: 1,
|
|
|
+ color: '#ffffff',
|
|
|
+ width: 0,
|
|
|
type: 'dashed'
|
|
|
},
|
|
|
show: true
|
|
|
@@ -113,290 +67,262 @@ export default {
|
|
|
},
|
|
|
series: [
|
|
|
{
|
|
|
- name: '开关分合',
|
|
|
- type: 'bar',
|
|
|
- xAxisIndex: 1,
|
|
|
- data: [100, 100, 100, 100]
|
|
|
- }, {
|
|
|
- name: '单体',
|
|
|
- type: 'bar',
|
|
|
- xAxisIndex: 1,
|
|
|
- data: [150, 150, 150, 150]
|
|
|
+ data: [200, 85, 112, 275],
|
|
|
+
|
|
|
+ type: 'pictorialBar',
|
|
|
+ symbol: 'rect',
|
|
|
+
|
|
|
+ symbolSize: ['100%', '100%'],
|
|
|
+ symbolOffset: [-baseWidth, 0],
|
|
|
+ barMaxWidth: 'auto',
|
|
|
+ barWidth: baseWidth,
|
|
|
+
|
|
|
+ itemStyle: {
|
|
|
+ color: {
|
|
|
+ x: 0,
|
|
|
+ y: 0,
|
|
|
+ x2: 0,
|
|
|
+ y2: 1,
|
|
|
+ type: 'linear',
|
|
|
+ global: false,
|
|
|
+ colorStops: [
|
|
|
+ {
|
|
|
+ offset: 0,
|
|
|
+ color: 'rgb(106, 169, 216)'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ offset: 1,
|
|
|
+ color: 'rgb(54, 125, 181)'
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ zlevel: 1
|
|
|
+ },
|
|
|
+ {
|
|
|
+ data: [1, 1, 1, 1],
|
|
|
+ type: 'pictorialBar',
|
|
|
+ symbol: 'triangle',
|
|
|
+ symbolRotate: 180,
|
|
|
+ symbolOffset: [-baseWidth, '96%'],
|
|
|
+ symbolSize: ['100%', 12],
|
|
|
+ barMaxWidth: 'auto',
|
|
|
+ barWidth: baseWidth,
|
|
|
+ itemStyle: {
|
|
|
+ color: 'rgb(54, 125, 181)'
|
|
|
+ },
|
|
|
+ zlevel: 1
|
|
|
},
|
|
|
{
|
|
|
- name: '开关分合(完成)',
|
|
|
- type: 'bar',
|
|
|
- data: [30, 30, 30, 30]
|
|
|
+ data: [200, 85, 112, 275],
|
|
|
+ type: 'pictorialBar',
|
|
|
+ symbolPosition: 'end',
|
|
|
+ symbol: 'triangle',
|
|
|
+ symbolRotate: 180,
|
|
|
+ symbolSize: [baseWidth, 12],
|
|
|
+ symbolOffset: [-baseWidth, '-0%'],
|
|
|
+ barMaxWidth: 'auto',
|
|
|
+ barWidth: baseWidth,
|
|
|
+ itemStyle: {
|
|
|
+ color: 'rgb(159, 214, 253)'
|
|
|
+ },
|
|
|
+ zlevel: 2
|
|
|
},
|
|
|
{
|
|
|
- name: '单体(完成)',
|
|
|
- type: 'bar',
|
|
|
- barWidth: '20%',
|
|
|
- data: [10, 10, 10, 10]
|
|
|
- }
|
|
|
+ data: [600, 541, 741, 741],
|
|
|
+ type: 'pictorialBar',
|
|
|
+ symbol: 'rect',
|
|
|
+
|
|
|
+ symbolSize: [baseWidth, '100%'],
|
|
|
+ symbolOffset: [-baseWidth, 0],
|
|
|
+ barMaxWidth: 'auto',
|
|
|
+ barWidth: baseWidth,
|
|
|
+ itemStyle: {
|
|
|
+ color: {
|
|
|
+ x: 0,
|
|
|
+ y: 0,
|
|
|
+ x2: 0,
|
|
|
+ y2: 1,
|
|
|
+ type: 'linear',
|
|
|
+ global: false,
|
|
|
+ colorStops: [
|
|
|
+ {
|
|
|
+ offset: 0,
|
|
|
+ color: 'rgb(35, 55, 81)'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ offset: 1,
|
|
|
+ color: 'rgb(30, 52, 75)'
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ label: {
|
|
|
+ show: true,
|
|
|
+ distance: 10,
|
|
|
+ color: '#fff',
|
|
|
+ position: [-25, -20]
|
|
|
+ },
|
|
|
+ zlevel: -1
|
|
|
+
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ data: [600, 541, 741, 741],
|
|
|
+ type: 'pictorialBar',
|
|
|
|
|
|
+ symbolPosition: 'end',
|
|
|
+ symbol: 'triangle',
|
|
|
+ symbolRotate: 180,
|
|
|
+
|
|
|
+ symbolSize: [baseWidth, 12],
|
|
|
+ symbolOffset: [-baseWidth, '0%'],
|
|
|
+ barMaxWidth: 'auto',
|
|
|
+ barWidth: baseWidth,
|
|
|
+
|
|
|
+ itemStyle: {
|
|
|
+ color: 'rgb(49, 70, 97)'
|
|
|
+ },
|
|
|
+
|
|
|
+ zlevel: 1
|
|
|
+ },
|
|
|
+
|
|
|
+ // 2
|
|
|
+ {
|
|
|
+ data: [160, 410, 112, 275],
|
|
|
+
|
|
|
+ type: 'pictorialBar',
|
|
|
+ symbol: 'rect',
|
|
|
+
|
|
|
+ symbolSize: [baseWidth, '100%'],
|
|
|
+ symbolOffset: [baseWidth, '0%'],
|
|
|
+ barMaxWidth: 'auto',
|
|
|
+ barWidth: baseWidth,
|
|
|
+
|
|
|
+ itemStyle: {
|
|
|
+ color: {
|
|
|
+ x: 0,
|
|
|
+ y: 0,
|
|
|
+ x2: 0,
|
|
|
+ y2: 1,
|
|
|
+ type: 'linear',
|
|
|
+ global: false,
|
|
|
+ colorStops: [
|
|
|
+ {
|
|
|
+ offset: 0,
|
|
|
+ color: 'rgb(107, 204, 220)'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ offset: 1,
|
|
|
+ color: 'rgb(57, 154, 178)'
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ zlevel: 1
|
|
|
+ },
|
|
|
+ {
|
|
|
+ data: [1, 1, 1, 1],
|
|
|
+ type: 'pictorialBar',
|
|
|
+
|
|
|
+ symbol: 'triangle',
|
|
|
+ symbolRotate: 180,
|
|
|
+
|
|
|
+ symbolSize: [baseWidth, 12],
|
|
|
+ symbolOffset: [baseWidth, '96%'],
|
|
|
+ barMaxWidth: 'auto',
|
|
|
+ barWidth: baseWidth,
|
|
|
+
|
|
|
+ itemStyle: {
|
|
|
+ color: 'rgb(57, 154, 178)'
|
|
|
+ },
|
|
|
+ zlevel: 1
|
|
|
+ },
|
|
|
+ {
|
|
|
+ data: [160, 410, 112, 275],
|
|
|
+ type: 'pictorialBar',
|
|
|
+
|
|
|
+ symbolPosition: 'end',
|
|
|
+ symbol: 'triangle',
|
|
|
+ symbolRotate: 180,
|
|
|
+
|
|
|
+ symbolSize: [baseWidth, 12],
|
|
|
+ symbolOffset: [baseWidth, '0%'],
|
|
|
+ barMaxWidth: 'auto',
|
|
|
+ barWidth: baseWidth,
|
|
|
+
|
|
|
+ itemStyle: {
|
|
|
+ color: 'rgb(159, 214, 253)'
|
|
|
+ },
|
|
|
+ zlevel: 2
|
|
|
+ },
|
|
|
+ {
|
|
|
+ data: [580, 541, 741, 420],
|
|
|
+ type: 'pictorialBar',
|
|
|
+ symbol: 'rect',
|
|
|
+
|
|
|
+ symbolSize: [baseWidth, '100%'],
|
|
|
+ symbolOffset: [baseWidth, '0%'],
|
|
|
+ barMaxWidth: 'auto',
|
|
|
+ barWidth: baseWidth,
|
|
|
+
|
|
|
+ itemStyle: {
|
|
|
+ color: {
|
|
|
+ x: 0,
|
|
|
+ y: 0,
|
|
|
+ x2: 0,
|
|
|
+ y2: 1,
|
|
|
+ type: 'linear',
|
|
|
+ global: false,
|
|
|
+ colorStops: [
|
|
|
+ {
|
|
|
+ offset: 0,
|
|
|
+ color: 'rgb(33, 59, 72)'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ offset: 1,
|
|
|
+ color: 'rgb(30, 64, 78)'
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ label: {
|
|
|
+ show: true,
|
|
|
+ distance: 10,
|
|
|
+ color: '#fff',
|
|
|
+ position: [35, -20]
|
|
|
+ },
|
|
|
+ zlevel: -1
|
|
|
+
|
|
|
+ },
|
|
|
+ {
|
|
|
+ data: [580, 541, 741, 420],
|
|
|
+ type: 'pictorialBar',
|
|
|
+
|
|
|
+ symbolPosition: 'end',
|
|
|
+ symbol: 'triangle',
|
|
|
+ symbolRotate: 180,
|
|
|
+
|
|
|
+ symbolSize: [baseWidth, 12],
|
|
|
+ symbolOffset: [baseWidth, '0%'],
|
|
|
+ barMaxWidth: 'auto',
|
|
|
+ barWidth: baseWidth,
|
|
|
+
|
|
|
+ itemStyle: {
|
|
|
+ color: 'rgb(49, 70, 97)'
|
|
|
+
|
|
|
+ },
|
|
|
+
|
|
|
+ zlevel: 1
|
|
|
+ }
|
|
|
],
|
|
|
tooltip: {
|
|
|
trigger: 'axis',
|
|
|
- show: true
|
|
|
+ show: false
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
- // const CubeLeft = echarts.graphic.extendShape({
|
|
|
- // shape: {
|
|
|
- // x: 0,
|
|
|
- // y: 0
|
|
|
- // },
|
|
|
- // buildPath: (ctx, shape) => {
|
|
|
- // const xAxisPoint = shape.xAxisPoint
|
|
|
- // const c0 = [shape.x, shape.y]
|
|
|
- // const c1 = [shape.x - 9, shape.y - 9]
|
|
|
- // const c2 = [xAxisPoint[0] - 9, xAxisPoint[1] - 9]
|
|
|
- // const c3 = [xAxisPoint[0], xAxisPoint[1]]
|
|
|
- // ctx.moveTo(c0[0], c0[1]).lineTo(c1[0], c1[1]).lineTo(c2[0], c2[1]).lineTo(c3[0], c3[1]).closePath()
|
|
|
- // }
|
|
|
- // })
|
|
|
- // const CubeRight = echarts.graphic.extendShape({
|
|
|
- // shape: {
|
|
|
- // x: 0,
|
|
|
- // y: 0
|
|
|
- // },
|
|
|
- // buildPath: (ctx, shape) => {
|
|
|
- // const xAxisPoint = shape.xAxisPoint
|
|
|
- // const c1 = [shape.x, shape.y]
|
|
|
- // const c2 = [xAxisPoint[0], xAxisPoint[1]]
|
|
|
- // const c3 = [xAxisPoint[0] + 18, xAxisPoint[1] - 9]
|
|
|
- // const c4 = [shape.x + 18, shape.y - 9]
|
|
|
- // ctx.moveTo(c1[0], c1[1]).lineTo(c2[0], c2[1]).lineTo(c3[0], c3[1]).lineTo(c4[0], c4[1]).closePath()
|
|
|
- // }
|
|
|
- // })
|
|
|
- // const CubeTop = echarts.graphic.extendShape({
|
|
|
- // shape: {
|
|
|
- // x: 0,
|
|
|
- // y: 0
|
|
|
- // },
|
|
|
- // buildPath: (ctx, shape) => {
|
|
|
- // const c1 = [shape.x, shape.y]
|
|
|
- // const c2 = [shape.x + 18, shape.y - 9]
|
|
|
- // const c3 = [shape.x + 9, shape.y - 18]
|
|
|
- // const c4 = [shape.x - 9, shape.y - 9]
|
|
|
- // ctx.moveTo(c1[0], c1[1]).lineTo(c2[0], c2[1]).lineTo(c3[0], c3[1]).lineTo(c4[0], c4[1]).closePath()
|
|
|
- // }
|
|
|
- // })
|
|
|
- // echarts.graphic.registerShape('CubeLeft', CubeLeft)
|
|
|
- // echarts.graphic.registerShape('CubeRight', CubeRight)
|
|
|
- // echarts.graphic.registerShape('CubeTop', CubeTop)
|
|
|
- // const MAX = [100, 200, 300, 400]
|
|
|
- // const VALUE = [2012, 1230, 3790, 2349]
|
|
|
- // this.option = {
|
|
|
- // backgroundColor: '#012366',
|
|
|
- // title: {
|
|
|
- // text: '',
|
|
|
- // top: 32,
|
|
|
- // left: 18,
|
|
|
- // textStyle: {
|
|
|
- // color: '#00F6FF',
|
|
|
- // fontSize: 24
|
|
|
- // }
|
|
|
- // },
|
|
|
- // grid: {
|
|
|
- // left: 10,
|
|
|
- // right: 40,
|
|
|
- // bottom: '5%',
|
|
|
- // top: 20,
|
|
|
- // containLabel: true
|
|
|
- // },
|
|
|
- // xAxis: {
|
|
|
- // type: 'category',
|
|
|
- // data: ['第一季度', '第二季度', '第三季度', '第四季度'],
|
|
|
- // axisLine: {
|
|
|
- // show: true,
|
|
|
- // lineStyle: {
|
|
|
- // color: 'white'
|
|
|
- // }
|
|
|
- // },
|
|
|
- // offset: 0,
|
|
|
- // axisTick: {
|
|
|
- // show: false,
|
|
|
- // length: 9,
|
|
|
- // alignWithLabel: true,
|
|
|
- // lineStyle: {
|
|
|
- // color: '#7DFFFD'
|
|
|
- // }
|
|
|
- // },
|
|
|
- // axisLabel: {
|
|
|
- // fontSize: 12
|
|
|
- // }
|
|
|
- // },
|
|
|
- // yAxis: {
|
|
|
- // type: 'value',
|
|
|
- // axisLine: {
|
|
|
- // show: true,
|
|
|
- // lineStyle: {
|
|
|
- // color: 'white'
|
|
|
- // }
|
|
|
- // },
|
|
|
- // splitLine: {
|
|
|
- // show: false
|
|
|
- // },
|
|
|
- // axisTick: {
|
|
|
- // show: false
|
|
|
- // },
|
|
|
- // axisLabel: {
|
|
|
- // fontSize: 16
|
|
|
- // },
|
|
|
- // boundaryGap: ['20%', '20%']
|
|
|
- // },
|
|
|
- // series: [{
|
|
|
- // type: 'custom',
|
|
|
- // renderItem: (params, api) => {
|
|
|
- // const location = api.coord([api.value(0), api.value(1)])
|
|
|
- // return {
|
|
|
- // type: 'group',
|
|
|
- // children: [{
|
|
|
- // type: 'CubeLeft',
|
|
|
- // shape: {
|
|
|
- // api,
|
|
|
- // xValue: api.value(0),
|
|
|
- // yValue: api.value(1),
|
|
|
- // x: location[0],
|
|
|
- // y: location[1],
|
|
|
- // xAxisPoint: api.coord([api.value(0), 0])
|
|
|
- // },
|
|
|
- // style: {
|
|
|
- // fill: 'rgba(47,102,192,.27)'
|
|
|
- // }
|
|
|
- // }, {
|
|
|
- // type: 'CubeRight',
|
|
|
- // shape: {
|
|
|
- // api,
|
|
|
- // xValue: api.value(0),
|
|
|
- // yValue: api.value(1),
|
|
|
- // x: location[0],
|
|
|
- // y: location[1],
|
|
|
- // xAxisPoint: api.coord([api.value(0), 0])
|
|
|
- // },
|
|
|
- // style: {
|
|
|
- // fill: 'rgba(59,128,226,.27)'
|
|
|
- // }
|
|
|
- // }, {
|
|
|
- // type: 'CubeTop',
|
|
|
- // shape: {
|
|
|
- // api,
|
|
|
- // xValue: api.value(0),
|
|
|
- // yValue: api.value(1),
|
|
|
- // x: location[0],
|
|
|
- // y: location[1],
|
|
|
- // xAxisPoint: api.coord([api.value(0), 0])
|
|
|
- // },
|
|
|
- // style: {
|
|
|
- // fill: 'rgba(72,156,221,.27)'
|
|
|
- // }
|
|
|
- // }]
|
|
|
- // }
|
|
|
- // },
|
|
|
- // data: MAX
|
|
|
- // }, {
|
|
|
- // type: 'custom',
|
|
|
- // renderItem: (params, api) => {
|
|
|
- // const location = api.coord([api.value(0), api.value(1)])
|
|
|
- // return {
|
|
|
- // type: 'group',
|
|
|
- // children: [{
|
|
|
- // type: 'CubeLeft',
|
|
|
- // shape: {
|
|
|
- // api,
|
|
|
- // xValue: api.value(0),
|
|
|
- // yValue: api.value(1),
|
|
|
- // x: location[0],
|
|
|
- // y: location[1],
|
|
|
- // xAxisPoint: api.coord([api.value(0), 0])
|
|
|
- // },
|
|
|
- // style: {
|
|
|
- // fill: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{
|
|
|
- // offset: 0,
|
|
|
- // color: '#3B80E2'
|
|
|
- // },
|
|
|
- // {
|
|
|
- // offset: 1,
|
|
|
- // color: '#49BEE5'
|
|
|
- // }
|
|
|
- // ])
|
|
|
- // }
|
|
|
- // }, {
|
|
|
- // type: 'CubeRight',
|
|
|
- // shape: {
|
|
|
- // api,
|
|
|
- // xValue: api.value(0),
|
|
|
- // yValue: api.value(1),
|
|
|
- // x: location[0],
|
|
|
- // y: location[1],
|
|
|
- // xAxisPoint: api.coord([api.value(0), 0])
|
|
|
- // },
|
|
|
- // style: {
|
|
|
- // fill: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{
|
|
|
- // offset: 0,
|
|
|
- // color: '#3B80E2'
|
|
|
- // },
|
|
|
- // {
|
|
|
- // offset: 1,
|
|
|
- // color: '#49BEE5'
|
|
|
- // }
|
|
|
- // ])
|
|
|
- // }
|
|
|
- // }, {
|
|
|
- // type: 'CubeTop',
|
|
|
- // shape: {
|
|
|
- // api,
|
|
|
- // xValue: api.value(0),
|
|
|
- // yValue: api.value(1),
|
|
|
- // x: location[0],
|
|
|
- // y: location[1],
|
|
|
- // xAxisPoint: api.coord([api.value(0), 0])
|
|
|
- // },
|
|
|
- // style: {
|
|
|
- // fill: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{
|
|
|
- // offset: 0,
|
|
|
- // color: '#3B80E2'
|
|
|
- // },
|
|
|
- // {
|
|
|
- // offset: 1,
|
|
|
- // color: '#49BEE5'
|
|
|
- // }
|
|
|
- // ])
|
|
|
- // }
|
|
|
- // }]
|
|
|
- // }
|
|
|
- // },
|
|
|
- // data: VALUE
|
|
|
- // }, {
|
|
|
- // type: 'bar',
|
|
|
- // label: {
|
|
|
- // normal: {
|
|
|
- // show: true,
|
|
|
- // position: 'top',
|
|
|
- // formatter: (e) => {
|
|
|
- // switch (e.name) {
|
|
|
- // case '10kV线路':
|
|
|
- // return VALUE[0]
|
|
|
- // case '公用配变':
|
|
|
- // return VALUE[1]
|
|
|
- // case '35kV主变':
|
|
|
- // return VALUE[2]
|
|
|
- // case '水':
|
|
|
- // }
|
|
|
- // },
|
|
|
- // fontSize: 16,
|
|
|
- // color: '#fff',
|
|
|
- // offset: [4, -25]
|
|
|
- // }
|
|
|
- // },
|
|
|
- // itemStyle: {
|
|
|
- // color: 'transparent'
|
|
|
- // },
|
|
|
- // data: MAX
|
|
|
- // }]
|
|
|
- // }
|
|
|
}
|
|
|
}
|
|
|
|