123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407 |
- /*大屏*/
- (function () {
- var chart1 = echarts.init(document.getElementById('bchart1'));
- var chart2 = echarts.init(document.getElementById('bchart2'));
- var chart3 = echarts.init(document.getElementById('bchart3'));
- var chart4 = echarts.init(document.getElementById('bchart4'));
- var chart5 = echarts.init(document.getElementById('bchart5'));
- var option = [{
- //故障代码
- title: {
- textStyle: {
- color: '#2b8fff',
- fontSize: 14,
- fontWeight: 'bold'
- }
- },
- tooltip: {},
- legend: {
- show: false
- },
- xAxis: {
- data: ["74", "729", "1308", "1405", "247", "613", "87"],
- axisLabel: {
- // X 轴标签
-
- rotate: 40,
- fontSize: 10
- },
- // 坐标轴线相关设置设置
- axisLine: {
- show: true,
- lineStyle: {
- color: '#1eb0dc'
- }
- },
- axisTick: {
- show: false
- }
- },
- yAxis: {
- show:false,
- type: 'value',
- axisLine: {
- show: false,
- lineStyle: {
- color: '#1eb0dc'
- }
- },
- axisTick: {
- show: false
- }
- },
- grid: {
- left: '2%',
- right: '2%',
- bottom: '2%',
- top: '10%',
- containLabel: true
- },
- series: [{
- name: '浅蓝',
- type: 'bar',
- data: [30, 50, 70, 30, 40, 50, 60],
- itemStyle: {
- color: '#19ffe9'
- },
- barWidth: 15,
- label: {
- show: true,
- position: 'top',
- fontSize: 10,
- color: '#19ffe9'
- }
- },
- {
- name: '折线',
- type: 'line',
- smooth: true,
- data: [30, 50, 70, 30, 40, 50, 60],
- itemStyle: {
- color: '#19ffe9'
- },
- }
- ],
- textStyle: {
- color: "#1eb0dc"
- }
- },
- //酒机停机趋势
- {
- title: {
- textStyle: {
- color: '#2b8fff',
- fontSize: 14,
- fontWeight: 'bold'
- }
- },
- tooltip: {},
- legend: {
- show: false
- },
- xAxis: {
- data: ["3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"],
- axisLabel: {
- // X 轴标签
- // rotate: 30,
- fontSize: 10
- },
- // 坐标轴线相关设置设置
- axisLine: {
- show: true,
- lineStyle: {
- color: '#1eb0dc'
- }
- },
- axisTick: {
- show: false
- }
- },
- yAxis: {
- show:false,
- type: 'value',
- axisLine: {
- show: false,
- lineStyle: {
- color: '#1eb0dc'
- }
- },
- axisTick: {
- show: false
- }
- },
- grid: {
- left: '2%',
- right: '2%',
- bottom: '2%',
- top: '24%',
- containLabel: true
- },
- series: [{
- name: '浅蓝',
- type: 'bar',
- data: [30, 50, 70, 30, 40, 50, 60, 30, 50, 70, 30, 40, 50, 60, 30, 10, 60],
- itemStyle: {
- color: '#19ffe9'
- },
- barWidth: 10,
- label: {
- show: true,
- position: 'top',
- fontSize: 10,
- color: '#19ffe9'
- }
- },
- {
- name: '折线',
- type: 'line',
- smooth: true,
- data: [30, 50, 70, 30, 40, 50, 60, 30, 50, 70, 30, 40, 50, 60, 30, 10, 60],
- itemStyle: {
- color: '#19ffe9'
- },
- }
- ],
- textStyle: {
- color: "#1eb0dc"
- }
- },
- //当班TOP状态
- {
- title: {
- textStyle: {
- color: '#2b8fff',
- fontSize: 14,
- fontWeight: 'bold'
- }
- },
- tooltip: {},
- legend: {
- show: false
- },
- xAxis: {
- data: ["137", "120", "83", "75", "73", "45", "129", "87", "56", "11", "128", "48", "48", "28", "65"],
- axisLabel: {
- // X 轴标签
- // rotate: 30,
- fontSize: 10
- },
- // 坐标轴线相关设置设置
- axisLine: {
- show: false,
- lineStyle: {
- color: '#1eb0dc'
- }
- },
- axisTick: {
- show: false
- }
- },
- yAxis: {
- type: 'value',
- axisLine: {
- show: false,
- lineStyle: {
- color: '#1eb0dc'
- }
- },
- axisTick: {
- show: false
- }
- },
- grid: {
- left: '2%',
- right: '2%',
- bottom: '2%',
- top: '20%',
- containLabel: true
- },
- series: [{
- name: '浅蓝',
- type: 'bar',
- data: [30, 50, 70, 30, 40, 50, 60, 30, 50, 70, 30, 40, 50, 60, 30],
- itemStyle: {
- color: '#19ffe9'
- },
- barWidth: 10,
- label: {
- show: true,
- position: 'top',
- fontSize: 10,
- color: '#19ffe9'
- }
- }
- ],
- textStyle: {
- color: "#1eb0dc"
- }
- },
- //当班液位状态
- {
- title: {
- textStyle: {
- color: '#2b8fff',
- fontSize: 14,
- fontWeight: 'bold'
- }
- },
- tooltip: {},
- legend: {
- show: false
- },
- xAxis: {
- data: ["3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19","20","21","22","23","24","25"],
- axisLabel: {
- // X 轴标签
- // rotate: 30,
- fontSize: 10
- },
- // 坐标轴线相关设置设置
- axisLine: {
- show: false,
- lineStyle: {
- color: '#1eb0dc'
- }
- },
- axisTick: {
- show: false
- }
- },
- yAxis: {
- type: 'value',
- axisLine: {
- show: false,
- lineStyle: {
- color: '#1eb0dc'
- }
- },
- axisTick: {
- show: false
- }
- },
- grid: {
- left: '2%',
- right: '2%',
- bottom: '2%',
- top: '20%',
- containLabel: true
- },
- series: [{
- name: '浅蓝',
- type: 'bar',
- data: [550, 605, 556, 570, 584, 556, 587,594, 578, 571, 560, 569, 574, 566, 577,550, 605, 556, 570, 584, 556, 587,594, 578, 571],
- itemStyle: {
- color: '#19ffe9'
- },
- barWidth: 10,
- label: {
- show: true,
- position: 'top',
- fontSize: 10,
- color: '#19ffe9'
- }
- }
- ],
- textStyle: {
- color: "#1eb0dc"
- }
- },
- //酒机费用趋势
- {
- title: {
- textStyle: {
- color: '#2b8fff',
- fontSize: 14,
- fontWeight: 'bold'
- }
- },
- tooltip: {},
- legend: {
- show: false
- },
- xAxis: {
- data: ["18", "20", "24", "30", "35", "25", "38", "40", "42", "44", "43", "45", "47", "49", "50"],
- axisLabel: {
- // X 轴标签
- // rotate: 30,
- fontSize: 10
- },
- // 坐标轴线相关设置设置
- axisLine: {
- show:true,
- lineStyle: {
- color: '#1eb0dc'
- }
- },
- axisTick: {
- show: false
- }
- },
- yAxis: {
- show:false,
- type: 'value',
- axisLine: {
- show: false,
- lineStyle: {
- color: '#1eb0dc'
- }
- },
- axisTick: {
- show: false
- }
- },
- grid: {
- left: '2%',
- right: '2%',
- bottom: '2%',
- top: '29%',
- containLabel: true
- },
- series: [{
- name: '浅蓝',
- type: 'bar',
- data: [0, 30, 20, 15, 30, 10, 20, 30, 28, 20, 22, 27, 16, 18, 0],
- itemStyle: {
- color: '#19ffe9'
- },
- barWidth: 10,
- label: {
- show: true,
- position: 'top',
- fontSize: 10,
- color: '#19ffe9'
- }
- }
- ],
- textStyle: {
- color: "#1eb0dc"
- }
- },
-
- ];
- // 使用刚指定的配置项和数据显示图表
- chart1.setOption(option[0])
- chart2.setOption(option[1])
- chart3.setOption(option[2])
- chart4.setOption(option[3])
- chart5.setOption(option[4])
- window.addEventListener('resize', function () {
- chart1.resize();
- chart2.resize();
- chart3.resize();
- chart4.resize();
- chart5.resize();
-
- })
- // 屏幕适配
- })()
|