Edit D:\xinhaisoft\crisis_new\lb\chart\embu.js
// EMBU????????? (function () { 'use strict' // ???url var js = 'embu' var $script = $('script[src*="/lb/chart/' + js + '.js"]').last() var src = $script.attr('src') // ?????? var w = src.match(/[?&]w=([^&]+)/) var h = src.match(/[?&]h=([^&]+)/) var v = src.match(/[?&]v=([^&]+)/) // ?????? if (w === null || w.length < 1) { w = '100%' } else { w = w[1] + 'px' } if (h === null || h.length < 1) { h = 400 } else { h = h[1] } if (v === null || v.length < 1) { v = '' } else { v = v[1] } // ?????? var rnd = Math.random().toString().substring(2, 8) var div = '<div id="chart-' + rnd + '" class="chart" style="width:' + w + ';height:' + h + 'px;overflow-x:auto;overflow-y:hidden;margin:0 auto;"></div>' $script.after(div).remove() // ?????? var json = v.replace(/\|/g, ',').split(',') json.splice(6, 0, '') // ??? var option = { grid: { bottom: 110, left: 'left', containLabel: true, right: 10 }, title: { text: '??????????????(EMBU)?????????' }, tooltip: { formatter: '{b1}??c1}', trigger: 'axis' }, toolbox: { feature: { dataView: {}, magicType: { type: ['bar'] }, restore: {}, saveAsImage: {} } }, legend: { top: 'bottom', data: ['??', '???', '??'] }, xAxis: { axisLabel: { interval: 0, rotate: 315 }, data: ['??????????????', '???????????', '?????????', '?????????', '???????????', '?????????', '-', '??????????????', '??????????????', '???????????', '???????????', '?????????'] }, yAxis: {}, series: [{ name: '??', type: 'line', smooth: true, silent: true, showSymbol: false, lineStyle: { width: 1, type: 'dashed' }, data: [69, 23, 28, 17, 13, 19, '-', 74, 49, 18, 17, 17] }, { name: '???', type: 'line', smooth: true, label: { show: true }, data: json }, { name: '??', type: 'line', smooth: true, silent: true, showSymbol: false, lineStyle: { width: 1, type: 'dashed' }, data: [35, 15, 15, 8, 8, 10, '-', 37, 26, 10, 11, 7] }] } // ?????? $.ajax('/Scripts/echarts/theme/macarons.js', { dataType: 'script', cache: true, complete: function () { // console.log(JSON.stringify(option,null,2)); $('#chart-' + rnd).data({ option: option, theme: 'macarons' }) echarts.init(document.getElementById('chart-' + rnd), 'macarons').setOption(option) } }) })()
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de