No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 

1 línea
141 KiB

  1. (window.webpackJsonp=window.webpackJsonp||[]).push([["chunk-31ad"],{"+3Gg":function(t,i,e){"use strict";var o={name:"widgetPiePercentageChart",components:{},props:{value:Object,ispreview:Boolean},data:function(){var t=this;return{angle:0,options:{title:{text:"{nums|60}{percent|%}",x:"center",y:"center",textStyle:{rich:{nums:{fontSize:60,color:"#29EEF3"},percent:{fontSize:30,color:"#29EEF3"}}}},legend:{type:"plain",orient:"vertical",right:0,top:"10%",align:"auto",data:[{name:"1",icon:"circle"},{name:"2",icon:"circle"},{name:"3",icon:"circle"},{name:"4",icon:"circle"}],textStyle:{color:"white",fontSize:16,padding:[10,1,10,0]},selectedMode:!1},series:[{type:"custom",coordinateSystem:"none",renderItem:function(i,e){return{type:"arc",shape:{cx:e.getWidth()/2,cy:e.getHeight()/2,r:Math.min(e.getWidth(),e.getHeight())/2*.6,startAngle:(0+t.angle)*Math.PI/180,endAngle:(90+t.angle)*Math.PI/180},style:{stroke:"#0CD3DB",fill:"transparent",lineWidth:1.5},silent:!0}},data:[0]},{type:"custom",coordinateSystem:"none",renderItem:function(i,e){return{type:"arc",shape:{cx:e.getWidth()/2,cy:e.getHeight()/2,r:Math.min(e.getWidth(),e.getHeight())/2*.6,startAngle:(180+t.angle)*Math.PI/180,endAngle:(270+t.angle)*Math.PI/180},style:{stroke:"#0CD3DB",fill:"transparent",lineWidth:1.5},silent:!0}},data:[0]},{type:"custom",coordinateSystem:"none",renderItem:function(i,e){return{type:"arc",shape:{cx:e.getWidth()/2,cy:e.getHeight()/2,r:Math.min(e.getWidth(),e.getHeight())/2*.65,startAngle:(270-t.angle)*Math.PI/180,endAngle:(40-t.angle)*Math.PI/180},style:{stroke:"#0CD3DB",fill:"transparent",lineWidth:1.5},silent:!0}},data:[0]},{type:"custom",coordinateSystem:"none",renderItem:function(i,e){return{type:"arc",shape:{cx:e.getWidth()/2,cy:e.getHeight()/2,r:Math.min(e.getWidth(),e.getHeight())/2*.65,startAngle:(90-t.angle)*Math.PI/180,endAngle:(220-t.angle)*Math.PI/180},style:{stroke:"#0CD3DB",fill:"transparent",lineWidth:1.5},silent:!0}},data:[0]},{type:"custom",coordinateSystem:"none",renderItem:function(i,e){var o=e.getWidth()/2,s=e.getHeight()/2,n=Math.min(e.getWidth(),e.getHeight())/2*.65,a=t.getCirlPoint(o,s,n,90-t.angle);return{type:"circle",shape:{cx:a.x,cy:a.y,r:4},style:{stroke:"#0CD3DB",fill:"#0CD3DB"},silent:!0}},data:[0]},{type:"custom",coordinateSystem:"none",renderItem:function(i,e){var o=e.getWidth()/2,s=e.getHeight()/2,n=Math.min(e.getWidth(),e.getHeight())/2*.65,a=t.getCirlPoint(o,s,n,270-t.angle);return{type:"circle",shape:{cx:a.x,cy:a.y,r:4},style:{stroke:"#0CD3DB",fill:"#0CD3DB"},silent:!0}},data:[0]},{type:"pie",radius:["58%","45%"],silent:!0,clockwise:!0,startAngle:90,z:0,zlevel:0,label:{normal:{position:"center"}},data:[{value:60,name:"",itemStyle:{normal:{color:{colorStops:[{offset:0,color:"#4FADFD"},{offset:1,color:"#28E8FA"}]}}}},{value:40,name:"",label:{normal:{show:!1}},itemStyle:{normal:{color:"#173164"}}}]},{name:"percent",type:"gauge",radius:"58%",center:["50%","50%"],startAngle:0,endAngle:359.9,splitNumber:8,hoverAnimation:!0,axisTick:{show:!1},splitLine:{length:15,lineStyle:{width:5,color:"#061740"}},axisLabel:{show:!1},pointer:{show:!1},axisLine:{lineStyle:{opacity:0}},detail:{show:!1},data:[{value:0,name:""}]}]},optionsStyle:{},optionsData:{},optionsCollapse:{},optionsSetup:{}}},computed:{styleObj:function(){return{position:this.ispreview?"absolute":"static",width:this.optionsStyle.width+"px",height:this.optionsStyle.height+"px",left:this.optionsStyle.left+"px",top:this.optionsStyle.top+"px",background:this.optionsSetup.background}}},watch:{value:{handler:function(t){this.optionsStyle=t.position,this.optionsData=t.data,this.optionsCollapse=t.collapse,this.optionsSetup=t.setup,this.editorOptions()},deep:!0}},created:function(){this.optionsStyle=this.value.position,this.optionsData=this.value.data,this.optionsCollapse=this.value.collapse,this.optionsSetup=this.value.setup,this.editorOptions()},mounted:function(){},methods:{getCirlPoint:function(t,i,e,o){return{x:t+e*Math.cos(o*Math.PI/180),y:i+e*Math.sin(o*Math.PI/180)}},editorOptions:function(){this.setOptionsTitle(),this.setOptionsColor(),this.setOptionsData(),this.setOptionLine(),this.setOptionSurplusColor()},setOptionsTitle:function(){var t=this.optionsSetup,i=this.options.title;i.x="center",i.y="center";var e={nums:{fontSize:t.textNumFontSize,color:t.textNumColor,fontWeight:t.textNumFontWeight},percent:{fontSize:t.textPerFontSize,color:t.textPerColor,fontWeight:t.textPerFontWeight}};i.textStyle.rich=e,this.options.title=i},setOptionsColor:function(){var t=this.optionsSetup,i=this.options.series[6].data[0].itemStyle,e={color:{colorStops:[{offset:0,color:t.color0Start},{offset:1,color:t.color100End}]}};i.normal=e},setOptionSurplusColor:function(){var t=this.options.series[6].data[1].itemStyle,i={color:this.optionsSetup.colorsurplus};t.normal=i},setOptionLine:function(){var t=this.optionsSetup,i=this.options.series[7].splitLine;this.options.series[7].splitNumber=t.lineNumber,i.length=t.lineLength;var e={width:t.lineWidth,color:t.lineColor};i.lineStyle=e},setOptionsData:function(){var t=this.optionsData;"staticData"==t.dataType?this.staticDataFn(t.staticData):this.dynamicDataFn(t.dynamicData,t.refreshTime)},staticDataFn:function(t){var i=this.options.title,e=t[0].num;i.text="{nums|"+e+"}{percent|%}",this.options.series[6].data[0].value=e,this.options.series[6].data[1].value=100-e},dynamicDataFn:function(t,i){var e=this;t&&(this.ispreview?(this.getEchartData(t),this.flagInter=setInterval(function(){e.getEchartData(t)},i)):this.getEchartData(t))},getEchartData:function(t){var i=this;this.queryEchartsData(t).then(function(t){i.options.title.text="{nums|"+t[0].value+"}{percent|%}",i.options.series[6].data[0].value=t[0].value,i.options.series[6].data[1].value=100-t[0].value})}}},s=(e("uAIp"),e("KHd+")),n=Object(s.a)(o,function(){var t=this.$createElement,i=this._self._c||t;return i("div",{style:this.styleObj},[i("v-chart",{attrs:{options:this.options,autoresize:""}})],1)},[],!1,null,"d1f96a54",null);n.options.__file="widgetPiePercentageChart.vue";i.a=n.exports},"+lvf":function(t,i,e){},"+pa5":function(t,i,e){},"+sxJ":function(t,i,e){"use strict";var o=e("s5ii");e.n(o).a},"/C5K":function(t,i,e){"use strict";var o={name:"WidgetSlider",components:{},data:function(){return{options:{mainCell:".bd ul",autoPlay:!0,effect:"leftLoop"}}},mounted:function(){},methods:{}},s=(e("11BW"),e("KHd+")),n=Object(s.a)(o,function(){var t=this,i=t.$createElement,e=t._self._c||i;return e("superslide",{staticClass:"slideBox",attrs:{options:t.options}},[e("div",{staticClass:"bd"},[e("ul",[e("li",[e("img",{attrs:{src:"https://ss1.bdstatic.com/70cFvXSh_Q1YnxGkpoWK1HF6hhy/it/u=717294809,2494697366&fm=26&gp=0.jpg",alt:""}})]),t._v(" "),e("li",[e("img",{attrs:{src:"https://dss2.bdstatic.com/70cFvnSh_Q1YnxGkpoWK1HF6hhy/it/u=2090090414,3038344648&fm=26&gp=0.jpg",alt:""}})])])]),t._v(" "),e("div",{staticClass:"hd",attrs:{slot:"titCell"},slot:"titCell"},[e("ul",[e("li",{staticClass:"on"},[t._v("1")]),t._v(" "),e("li",{},[t._v("2")]),t._v(" "),e("li",{},[t._v("3")])])]),t._v(" "),e("a",{staticClass:"prev",attrs:{slot:"prev",href:"javascript:void(0)"},slot:"prev"}),t._v(" "),e("a",{staticClass:"next",attrs:{slot:"next",href:"javascript:void(0)"},slot:"next"}),t._v(" "),e("span",{staticClass:"pageState",attrs:{slot:"pageStateCell"},slot:"pageStateCell"})])},[],!1,null,"6d449818",null);n.options.__file="widgetSlider.vue";i.a=n.exports},"/RZQ":function(t,i,e){},"05u8":function(t,i,e){},"07gj":function(t,i,e){"use strict";var o=e("sa8E");e.n(o).a},"0RT/":function(t,i,e){"use strict";var o=e("6i0f");e.n(o).a},"0U/b":function(t,i,e){},"11BW":function(t,i,e){"use strict";var o=e("Ss0v");e.n(o).a},"2UlC":function(t,i,e){},"4Zv2":function(t,i,e){"use strict";e("987z");var o={name:"widgetWordCloud",components:{},props:{value:Object,ispreview:Boolean},data:function(){return{options:{tooltip:{show:!0},series:[{type:"wordCloud",size:["9%","99%"],sizeRange:[6,30],textRotation:[0,45,90,-45],rotationRange:[-45,90],shape:"circle",textPadding:0,autoSize:{enable:!0,minSize:6},textStyle:{normal:{color:function(){return"rgb("+[Math.round(160*Math.random()),Math.round(160*Math.random()),Math.round(160*Math.random())].join(",")+")"}}},data:[]}]},optionsStyle:{},optionsData:{},optionsSetup:{},flagInter:null}},computed:{styleObj:function(){return{position:this.ispreview?"absolute":"static",width:this.optionsStyle.width+"px",height:this.optionsStyle.height+"px",left:this.optionsStyle.left+"px",top:this.optionsStyle.top+"px",background:this.optionsSetup.background}}},watch:{value:{handler:function(t){this.optionsStyle=t.position,this.optionsData=t.data,this.optionsCollapse=t.setup,this.optionsSetup=t.setup,this.editorOptions()},deep:!0}},mounted:function(){this.optionsStyle=this.value.position,this.optionsData=this.value.data,this.optionsCollapse=this.value.setup,this.optionsSetup=this.value.setup,this.editorOptions()},methods:{editorOptions:function(){this.setOptionsTitle(),this.setOptionsSizeRange(),this.setOptionsRotationRange(),this.setOptionsTooltip(),this.setOptionsData()},setOptionsTitle:function(){var t=this.optionsSetup,i={};i.text=t.titleText,i.show=t.isNoTitle,i.left=t.textAlign,i.textStyle={color:t.textColor,fontSize:t.textFontSize,fontWeight:t.textFontWeight,fontStyle:t.textFontStyle},i.subtext=t.subText,i.subtextStyle={color:t.subTextColor,fontWeight:t.subTextFontWeight,fontSize:t.subTextFontSize,fontStyle:t.subTextFontStyle},this.options.title=i},setOptionsSizeRange:function(){var t=this.optionsSetup;this.options.series[0].sizeRange=[t.minRangeSize,t.maxRangeSize]},setOptionsRotationRange:function(){var t=this.optionsSetup;this.options.series[0].rotationRange=[t.minRotationRange,t.maxRotationRange]},setOptionsTooltip:function(){var t=this.optionsSetup,i={trigger:"item",show:!0,textStyle:{color:t.tipsColor,fontSize:t.tipsFontSize}};this.options.tooltip=i},setOptionsData:function(){var t=this.optionsData;"staticData"==t.dataType?this.staticDataFn(t.staticData):this.dynamicDataFn(t.dynamicData,t.refreshTime)},staticDataFn:function(t){var i="string"==typeof t?JSON.parse(t):t;for(var e in this.options.series)this.options.series[e].data=i},dynamicDataFn:function(t,i){var e=this;t&&(this.ispreview?(this.getEchartData(t),this.flagInter=setInterval(function(){e.getEchartData(t)},i)):this.getEchartData(t))},getEchartData:function(t){var i=this;this.queryEchartsData(t).then(function(t){i.renderingFn(t)})},renderingFn:function(t){for(var i in this.options.series)this.options.series[i].data=t}}},s=(e("Of36"),e("KHd+")),n=Object(s.a)(o,function(){var t=this.$createElement,i=this._self._c||t;return i("div",{style:this.styleObj},[i("v-chart",{attrs:{options:this.options,autoresize:""}})],1)},[],!1,null,"56e81ae2",null);n.options.__file="widgetWordCloud.vue";i.a=n.exports},"4bCr":function(t,i,e){"use strict";var o=e("wIJw");e.n(o).a},"4i3G":function(t,i,e){"use strict";var o=e("nERQ");e.n(o).a},"4rp5":function(t,i,e){"use strict";var o=e("P2sY"),s=e.n(o),n={name:"WidgetBarStackchart",components:{},props:{value:Object,ispreview:Boolean},data:function(){return{options:{grid:{},legend:{textStyle:{color:"#fff"}},xAxis:{type:"category",data:[],axisLabel:{show:!0,textStyle:{color:"#fff"}}},yAxis:{type:"value",data:[],axisLabel:{show:!0,textStyle:{color:"#fff"}}},series:[{data:[],name:"",type:"line",barGap:"0%",itemStyle:{barBorderRadius:null}}]},optionsStyle:{},optionsData:{},optionsSetup:{},flagInter:null}},computed:{styleObj:function(){return{position:this.ispreview?"absolute":"static",width:this.optionsStyle.width+"px",height:this.optionsStyle.height+"px",left:this.optionsStyle.left+"px",top:this.optionsStyle.top+"px",background:this.optionsSetup.background}}},watch:{value:{handler:function(t){this.optionsStyle=t.position,this.optionsData=t.data,this.optionsCollapse=t.setup,this.optionsSetup=t.setup,this.editorOptions()},deep:!0}},mounted:function(){this.optionsStyle=this.value.position,this.optionsData=this.value.data,this.optionsCollapse=this.value.setup,this.optionsSetup=this.value.setup,this.editorOptions()},methods:{editorOptions:function(){this.setOptionsTitle(),this.setOptionsX(),this.setOptionsY(),this.setOptionsTooltip(),this.setOptionsMargin(),this.setOptionsLegend(),this.setOptionsData()},setOptionsTitle:function(){var t=this.optionsSetup,i={};i.text=t.titleText,i.show=t.isNoTitle,i.left=t.textAlign,i.textStyle={color:t.textColor,fontSize:t.textFontSize,fontWeight:t.textFontWeight,fontStyle:t.textFontStyle},i.subtext=t.subText,i.subtextStyle={color:t.subTextColor,fontWeight:t.subTextFontWeight,fontSize:t.subTextFontSize,fontStyle:t.subTextFontStyle},this.options.title=i},setOptionsX:function(){var t=this.optionsSetup,i={type:"category",show:t.hideX,name:t.nameX,nameTextStyle:{color:t.nameColorX,fontSize:t.nameFontSizeX},inverse:t.reversalX,axisLabel:{show:!0,interval:t.textInterval,rotate:t.textAngleX,textStyle:{color:t.colorX,fontSize:t.fontSizeX}},axisLine:{show:!0,lineStyle:{color:t.lineColorX,width:t.lineWidthX}},splitLine:{show:t.isShowSplitLineX,lineStyle:{color:t.splitLineColorX,width:t.splitLineWidthX}}};this.options.xAxis=i},setOptionsY:function(){var t=this.optionsSetup,i={type:"value",scale:t.scale,splitNumber:t.splitNumberY,show:t.isShowY,name:t.textNameY,nameTextStyle:{color:t.nameColorY,fontSize:t.nameFontSizeY},inverse:t.reversalY,axisLabel:{show:!0,rotate:t.textAngleY,textStyle:{color:t.colorY,fontSize:t.fontSizeY}},axisLine:{show:!0,lineStyle:{color:t.lineColorY,width:t.lineWidthY}},splitLine:{show:t.isShowSplitLineY,lineStyle:{color:t.splitLineColorY,width:t.splitLineWidthY}}};this.options.yAxis=i},getOptionArea:function(){var t=this.optionsSetup;return t.area?{opacity:t.areaThickness/100}:{opacity:0}},setOptionsTooltip:function(){var t=this.optionsSetup,i={trigger:"item",show:!0,textStyle:{color:t.tipsColor,fontSize:t.tipsFontSize}};this.options.tooltip=i},setOptionsMargin:function(){var t=this.optionsSetup,i={left:t.marginLeft,right:t.marginRight,bottom:t.marginBottom,top:t.marginTop,containLabel:!0};this.options.grid=i},setOptionsLegend:function(){var t=this.optionsSetup,i=this.options.legend;i.show=t.isShowLegend,i.left=t.lateralPosition,i.top=t.longitudinalPosition,i.bottom=t.longitudinalPosition,i.orient=t.layoutFront,i.textStyle={color:t.legendColor,fontSize:t.legendFontSize},i.itemWidth=t.legendWidth},setOptionsLegendName:function(t){var i=this.optionsSetup,e=this.options.series,o=i.legendName;if(null==o||""==o){for(var s=0;s<t.length;s++)e[s].name=t[s];this.options.legend.data=t}else{for(var n=o.split("|"),a=0;a<n.length;a++)e[a].name=n[a];this.options.legend.data=n}},setOptionsColor:function(){var t=this.optionsSetup.customColor;if(t){for(var i=[],e=0;e<t.length;e++)i.push(t[e].color);this.options.color=i,this.options=s()({},this.options)}},setOptionsData:function(){var t=this.optionsSetup,i=this.optionsData;"staticData"==i.dataType?this.staticDataFn(i.staticData,t):this.dynamicDataFn(i.dynamicData,i.refreshTime,t)},setUnique:function(t){var i=[];return t.forEach(function(t){return i.includes(t)?"":i.push(t)}),i},staticDataFn:function(t){for(var i=this.optionsSetup,e=i.customColor,o=[],s=0;s<e.length;s++)o.push(e[s].color);var n=[],a=[],r=[],l=[];for(var h in t)a[h]=t[h].axis,r[h]=t[h].name;for(var p in a=this.setUnique(a),r=this.setUnique(r)){var c=new Array(a.length).fill(0);for(var u in a)for(var f in t)t[f].name==r[p]&&t[f].axis==a[u]&&(c[u]=t[f].data);n.push({name:r[p],type:"line",data:c,width:i.lineWidth,symbol:i.symbol,showSymbol:i.markPoint,symbolSize:i.pointSize,smooth:i.smoothCurve,lineStyle:{color:o[p],width:i.lineWidth},itemStyle:{color:o[p]},areaStyle:this.getOptionArea(),label:{show:i.isShow,position:"top",distance:10,fontSize:i.fontSize,color:i.subTextColor,fontWeight:i.fontWeight}}),l.push(r[p])}this.options.series=n,i.verticalShow?(this.options.xAxis.data=[],this.options.yAxis.data=a,this.options.xAxis.type="value",this.options.yAxis.type="category"):(this.options.xAxis.data=a,this.options.yAxis.data=[],this.options.xAxis.type="category",this.options.yAxis.type="value"),this.options.legend.data=l,this.setOptionsLegendName(l)},dynamicDataFn:function(t,i,e){var o=this;t&&(this.ispreview?(this.getEchartData(t,e),this.flagInter=setInterval(function(){o.getEchartData(t,e)},i)):this.getEchartData(t,e))},getEchartData:function(t,i){var e=this;this.queryEchartsData(t).then(function(t){e.renderingFn(i,t)})},renderingFn:function(t,i){for(var e=t.customColor,o=[],s=0;s<e.length;s++)o.push(e[s].color);t.verticalShow?(this.options.xAxis.data=[],this.options.yAxis.data=i.xAxis,this.options.xAxis.type="value",this.options.yAxis.type="category"):(this.options.xAxis.data=i.xAxis,this.options.yAxis.data=[],this.options.xAxis.type="category",this.options.yAxis.type="value");var n=[],a=[];for(var r in i.series)"line"==i.series[r].type&&n.push({name:i.series[r].name,type:"line",data:i.series[r].data,width:t.lineWidth,symbol:t.symbol,showSymbol:t.markPoint,symbolSize:t.pointSize,symbolColor:o[r],smooth:t.smoothCurve,lineStyle:{color:o[r],width:t.lineWidth},itemStyle:{color:o[r]},areaStyle:this.getOptionArea(),label:{show:t.isShow,position:"top",distance:10,fontSize:t.fontSize,color:t.subTextColor,fontWeight:t.fontWeight}}),a.push(i.series[r].name);this.options.series=n,this.options.legend.data=a,this.setOptionsLegendName(a)}}},a=(e("Ftma"),e("KHd+")),r=Object(a.a)(n,function(){var t=this.$createElement,i=this._self._c||t;return i("div",{style:this.styleObj},[i("v-chart",{attrs:{options:this.options,autoresize:""}})],1)},[],!1,null,"6191b720",null);r.options.__file="widgetLineStackChart.vue";i.a=r.exports},"5BTy":function(t,i,e){"use strict";var o=e("Vrnh");e.n(o).a},"5Gjc":function(t,i,e){"use strict";var o=e("0U/b");e.n(o).a},"5wOi":function(t,i,e){"use strict";var o=e("nm09");e.n(o).a},"6i0f":function(t,i,e){},"7I5p":function(t,i,e){},"7sfK":function(t,i,e){"use strict";var o=e("Dkhk");e.n(o).a},"8Ztf":function(t,i,e){},BIqN:function(t,i,e){},Dkhk:function(t,i,e){},Ftma:function(t,i,e){"use strict";var o=e("froA");e.n(o).a},FxKO:function(t,i,e){"use strict";var o=e("MT78"),s=e.n(o),n=(e("MTm3"),{"台湾省":[121.5135,25.0308],"黑龙江省":[127.9688,45.368],"内蒙古自治区":[110.3467,41.4899],"吉林省":[125.8154,44.2584],"北京市":[116.4551,40.2539],"辽宁省":[123.1238,42.1216],"河北省":[114.4995,38.1006],"天津市":[117.4219,39.4189],"山西省":[112.3352,37.9413],"陕西省":[109.1162,34.2004],"甘肃省":[103.5901,36.3043],"宁夏回族自治区":[106.3586,38.1775],"青海省":[101.4038,36.8207],"新疆维吾尔自治区":[87.9236,43.5883],"西藏自治区":[91.11,29.97],"四川省":[103.9526,30.7617],"重庆市":[108.384366,30.439702],"山东省":[117.1582,36.8701],"河南省":[113.4668,34.6234],"江苏省":[118.8062,31.9208],"安徽省":[117.29,32.0581],"湖北省":[114.3896,30.6628],"浙江省":[119.5313,29.8773],"福建省":[119.4543,25.9222],"江西省":[116.0046,28.6633],"湖南省":[113.0823,28.2568],"贵州省":[106.6992,26.7682],"云南省":[102.9199,25.4663],"广东省":[113.12244,23.009505],"广西壮族自治区":[108.479,23.1152],"海南省":[110.3893,19.8516],"上海市":[121.4648,31.2891],"香港":[114.173355,22.320048],"澳门":[113.54909,22.198951]}),a=[{name:"南海诸岛",value:1},{name:"北京",value:524},{name:"天津",value:14},{name:"上海",value:150},{name:"重庆",value:75},{name:"河北",value:13},{name:"河南",value:83},{name:"云南",value:11},{name:"辽宁",value:19},{name:"黑龙江",value:15},{name:"湖南",value:69},{name:"安徽",value:260},{name:"山东",value:39},{name:"新疆",value:4},{name:"江苏",value:31},{name:"浙江",value:104},{name:"江西",value:36},{name:"湖北",value:1052},{name:"广西",value:33},{name:"甘肃",value:347},{name:"山西",value:8},{name:"内蒙古",value:157},{name:"陕西",value:22},{name:"吉林",value:4},{name:"福建",value:36},{name:"贵州",value:39},{name:"广东",value:996},{name:"青海",value:27},{name:"西藏",value:31},{name:"四川",value:46},{name:"宁夏",value:16},{name:"海南",value:22},{name:"台湾",value:6},{name:"香港",value:2},{name:"澳门",value:9}],r=function(t){for(var i=[],e=0;e<t.length;e++){var o=n[t[e].name];o&&i.push({name:t[e].name,value:o.concat(t[e].value)})}return i},l=100,h=20,p={name:"widgetAirBubbleMap",props:{value:Object,ispreview:Boolean},data:function(){return{options:{tooltip:{trigger:"item",formatter:function(t){return t.value.length>1?t.data.name+""+t.data.value[2]:t.name}},geo:{map:"china",show:!0,roam:!1,label:{emphasis:{show:!1}},layoutSize:"80%",itemStyle:{normal:{borderColor:new s.a.graphic.LinearGradient(0,0,0,1,[{offset:0,color:"#00F6FF"},{offset:1,color:"#53D9FF"}],!1),borderWidth:3,shadowColor:"rgba(10,76,139,1)",shadowOffsetY:0,shadowBlur:60}}},series:[{type:"map",map:"china",aspectScale:.75,label:{normal:{position:"right",show:!0,color:"#53D9FF",fontSize:20},emphasis:{show:!0}},itemStyle:{normal:{areaColor:{x:0,y:0,x2:0,y2:1,colorStops:[{offset:0,color:"#073684"},{offset:1,color:"#061E3D"}]},borderColor:"#215495",borderWidth:1},emphasis:{areaColor:{x:0,y:0,x2:0,y2:1,colorStops:[{offset:0,color:"#073684"},{offset:1,color:"#2B91B7"}]}}},data:a},{type:"effectScatter",coordinateSystem:"geo",rippleEffect:{brushType:"stroke"},showEffectOn:"render",itemStyle:{normal:{color:{type:"radial",x:.5,y:.5,r:.5,colorStops:[{offset:0,color:"rgba(5,80,151,0.2)"},{offset:.8,color:"rgba(5,80,151,0.8)"},{offset:1,color:"rgba(0,108,255,0.7)"}],global:!1}}},label:{normal:{show:!0,color:"#fff",fontWeight:"bold",position:"inside",formatter:function(t){return"{cnNum|"+t.data.value[2]+"}"},rich:{cnNum:{fontSize:13,color:"#D4EEFF"}}}},symbol:"circle",symbolSize:function(t){return 0==t[2]?0:(l-h)/5990*t[2]+1.2*(l-(l-h)/5990*6e3)},data:r(a),zlevel:1}]},optionsStyle:{},optionsData:{},optionsCollapse:{},optionsSetup:{}}},computed:{styleObj:function(){return{position:this.ispreview?"absolute":"static",width:this.optionsStyle.width+"px",height:this.optionsStyle.height+"px",left:this.optionsStyle.left+"px",top:this.optionsStyle.top+"px",background:this.optionsSetup.background}}},watch:{value:{handler:function(t){this.optionsStyle=t.position,this.optionsData=t.data,this.optionsCollapse=t.setup,this.optionsSetup=t.setup,this.editorOptions()},deep:!0}},mounted:function(){this.optionsStyle=this.value.position,this.optionsData=this.value.data,this.optionsCollapse=this.value.setup,this.optionsSetup=this.value.setup,this.editorOptions()},methods:{editorOptions:function(){this.setOptionsTitle(),this.setOptionTextValue(),this.setOptionsData(),this.setOptionAirSize(),this.setOptionMapBlocak()},setOptionsTitle:function(){var t=this.optionsSetup,i={};i.text=t.titleText,i.show=t.isNoTitle,i.left=t.textAlign,i.textStyle={color:t.textColor,fontSize:t.textFontSize,fontWeight:t.textFontWeight,fontStyle:t.textFontStyle},i.subtext=t.subText,i.subtextStyle={color:t.subTextColor,fontWeight:t.subTextFontWeight,fontSize:t.subTextFontSize,fontStyle:t.subTextFontStyle},this.options.title=i},setOptionTextValue:function(){var t=this.optionsSetup,i=this.options.series[0].label,e={position:"right",show:t.isShowMap,color:t.fontTextColor,fontSize:t.fontTextSize,fontWeight:t.fontTextWeight};i.normal=e},setOptionMapBlocak:function(){var t=this.optionsSetup,i=this.options.series[0].itemStyle,e={areaColor:{x:0,y:0,x2:0,y2:1,colorStops:[{offset:0,color:t.font0PreColor},{offset:1,color:t.font100PreColor}]},borderColor:"#215495",borderWidth:1},o={areaColor:{x:0,y:0,x2:0,y2:1,colorStops:[{offset:0,color:"#073684"},{offset:1,color:t.fontHighlightColor}]}};i.normal=e,i.emphasis=o},setOptionAirSize:function(){l=this.optionsSetup.fontmaxSize4Pin,h=this.optionsSetup.fontminSize4Pin},setOptionsData:function(){var t=this.optionsData;"staticData"==t.dataType?this.staticDataFn(t.staticData):this.dynamicDataFn(t.dynamicData,t.refreshTime)},staticDataFn:function(t){this.options.series[0].data=t;var i=this.optionsSetup,e=this.options.series[1].label,o={show:!0,color:"#fff",fontWeight:"bold",position:"inside",formatter:function(t){return"{cnNum|"+t.data.value[2]+"}"},rich:{cnNum:{fontSize:i.fontDataSize,color:i.fontDataColor,fontWeight:i.fontDataWeight}}},s=r(t);this.options.series[1].data=s,e.normal=o},dynamicDataFn:function(t,i){var e=this;t&&(this.ispreview?(this.getEchartData(t),this.flagInter=setInterval(function(){e.getEchartData(t)},i)):this.getEchartData(t))},getEchartData:function(t){var i=this;this.queryEchartsData(t).then(function(t){i.renderingFn(t)})},renderingFn:function(t){this.options.series[0].data=t;var i=this.optionsSetup,e=this.options.series[1].label,o={show:!0,color:"#fff",fontWeight:"bold",position:"inside",formatter:function(t){return"{cnNum|"+t.data.value[2]+"}"},rich:{cnNum:{fontSize:i.fontDataSize,color:i.fontDataColor,fontWeight:i.fontDataWeight}}},s=r(t);this.options.series[1].data=s,e.normal=o}}},c=(e("5wOi"),e("KHd+")),u=Object(c.a)(p,function(){var t=this.$createElement,i=this._self._c||t;return i("div",{style:this.styleObj},[i("v-chart",{attrs:{options:this.options,autoresize:""}})],1)},[],!1,null,"65a61e11",null);u.options.__file="widgetAirBubbleMap.vue";i.a=u.exports},FyWN:function(t,i,e){"use strict";var o=e("P2sY"),s=e.n(o),n={name:"WidgetBarlinechart",components:{},props:{value:Object,ispreview:Boolean},data:function(){return{options:{color:[],grid:{},title:{text:"",textStyle:{color:"#fff"}},tooltip:{trigger:"item",formatter:"{a} <br/>{b} : {c}%"},legend:{textStyle:{color:"#fff"}},xAxis:[{type:"category",data:[],axisLabel:{show:!1,textStyle:{color:"#fff"}}}],yAxis:[{type:"value",name:"",min:0,max:250,interval:50,axisLabel:{show:!0,textStyle:{color:"#fff"}}},{type:"value",name:"",min:0,max:25,interval:5,axisLabel:{show:!0,textStyle:{color:"#fff"}}}],series:[{name:"",type:"bar",yAxisIndex:0,data:[],itemStyle:{barBorderRadius:null}},{name:"",type:"line",yAxisIndex:1,data:[],itemStyle:{}}]},optionsStyle:{},optionsData:{},optionsCollapse:{},optionsSetup:{}}},computed:{styleObj:function(){return{position:this.ispreview?"absolute":"static",width:this.optionsStyle.width+"px",height:this.optionsStyle.height+"px",left:this.optionsStyle.left+"px",top:this.optionsStyle.top+"px",background:this.optionsSetup.background}}},watch:{value:{handler:function(t){this.optionsStyle=t.position,this.optionsData=t.data,this.optionsCollapse=t.collapse,this.optionsSetup=t.setup,this.editorOptions()},deep:!0}},created:function(){this.optionsStyle=this.value.position,this.optionsData=this.value.data,this.optionsCollapse=this.value.collapse,this.optionsSetup=this.value.setup,this.editorOptions()},methods:{editorOptions:function(){this.setOptionsTitle(),this.setOptionsX(),this.setOptionsY(),this.setOptionsLine(),this.setOptionsBar(),this.setOptionsTooltip(),this.setOptionsData(),this.setOptionsMargin(),this.setOptionsLegend(),this.setOptionsColor()},setOptionsTitle:function(){var t=this.optionsSetup,i={};i.text=t.titleText,i.show=t.isNoTitle,i.left=t.textAlign,i.textStyle={color:t.textColor,fontSize:t.textFontSize,fontWeight:t.textFontWeight,fontStyle:t.textFontStyle},i.subtext=t.subText,i.subtextStyle={color:t.subTextColor,fontWeight:t.subTextFontWeight,fontSize:t.subTextFontSize,fontStyle:t.subTextFontStyle},this.options.title=i},setOptionsX:function(){var t=this.optionsSetup,i={type:"category",show:t.hideX,name:t.nameX,nameTextStyle:{color:t.nameColorX,fontSize:t.nameFontSizeX},inverse:t.reversalX,axisLabel:{show:!0,interval:t.textInterval,rotate:t.textAngleX,textStyle:{color:t.colorX,fontSize:t.fontSizeX}},axisLine:{show:!0,lineStyle:{color:t.lineColorX,width:t.lineWidthX}},splitLine:{show:t.isShowSplitLineX,lineStyle:{color:t.splitLineColorX,width:t.splitLineWidthX}}};this.options.xAxis=i},setOptionsY:function(){var t=this.optionsSetup,i=[{type:"value",splitNumber:t.splitNumberLeft,show:t.isShowYLeft,name:t.textNameYLeft,nameTextStyle:{color:t.nameColorYLeft,fontSize:t.nameFontSizeYLeft},axisLabel:{show:!0,rotate:t.textAngleYLeft,textStyle:{color:t.colorYLeft,fontSize:t.fontSizeYLeft}},axisTick:{show:t.tickLineYLeft},axisLine:{show:t.lineYLeft,lineStyle:{width:t.lineWidthYLeft,color:t.lineColorYLeft}},splitLine:{show:t.isShowSplitLineYLeft,lineStyle:{color:t.splitLineColorYLeft,width:t.splitLineFontWidthYLeft}}},{type:"value",splitNumber:t.splitNumberRight,show:t.isShowYRight,name:t.textNameYRight,nameTextStyle:{color:t.nameColorYRight,fontSize:t.nameFontSizeYRight},axisLabel:{show:!0,rotate:t.textAngleYRight,textStyle:{color:t.colorYRight,fontSize:t.fontSizeYRight}},axisTick:{show:t.tickLineYRight},axisLine:{show:t.lineYRight,lineStyle:{width:t.lineWidthYRight,color:t.lineColorYRight}},splitLine:{show:t.isShowSplitLineYRight,lineStyle:{color:t.splitLineColorYRight,width:t.splitLineFontWidthYRight}}}];this.options.yAxis=i},setOptionsLine:function(){var t=this.optionsSetup,i=this.options.series;for(var e in i)"line"==i[e].type&&(i[e].symbol=t.symbol,i[e].showSymbol=t.markPoint,i[e].symbolSize=t.pointSize,i[e].smooth=t.smoothCurve,t.area?i[e].areaStyle={opacity:t.areaThickness/100}:i[e].areaStyle={opacity:0},i[e].lineStyle={width:t.lineWidth},i[e].itemStyle.borderRadius=t.radius,i[e].label={show:t.isShowLine,position:"top",distance:t.distanceLine,fontSize:t.fontSizeLine,color:t.subTextColorLine,fontWeight:t.fontWeightLine});this.options.series=i},setOptionsBar:function(){var t=this.optionsSetup,i=this.options.series;for(var e in i)"bar"==i[e].type&&(i[e].label={show:t.isShowBar,position:"top",distance:t.distanceBar,fontSize:t.fontSizeBar,color:t.subTextColorBar,fontWeight:t.fontWeightBar},i[e].barWidth=t.maxWidth,i[e].barMinHeight=t.minHeight,i[e].itemStyle.barBorderRadius=t.radius);this.options.series=i},setOptionsTooltip:function(){var t=this.optionsSetup,i={trigger:"item",show:!0,textStyle:{color:t.tipsColor,fontSize:t.tipsFontSize}};this.options.tooltip=i},setOptionsMargin:function(){var t=this.optionsSetup,i={left:t.marginLeft,right:t.marginRight,bottom:t.marginBottom,top:t.marginTop,containLabel:!0};this.options.grid=i},setOptionsLegend:function(){var t=this.optionsSetup,i=this.options.legend;i.show=t.isShowLegend,i.left=t.lateralPosition,i.top=t.longitudinalPosition,i.bottom=t.longitudinalPosition,i.orient=t.layoutFront,i.textStyle={color:t.legendColor,fontSize:t.legendFontSize},i.itemWidth=t.legendWidth},setOptionsLegendName:function(t){var i=this.optionsSetup,e=this.options.series,o=i.legendName;if(null==o||""==o){for(var s=0;s<t.length;s++)e[s].name=t[s];this.options.legend.data=t}else{for(var n=o.split("|"),a=0;a<n.length;a++)e[a].name=n[a];this.options.legend.data=n}},setOptionsColor:function(){var t=this.optionsSetup.customColor;if(t){for(var i=[],e=0;e<t.length;e++)i.push(t[e].color);this.options.color=i,this.options=s()({},this.options)}},setOptionsData:function(){var t=this.optionsData;"staticData"==t.dataType?this.staticDataFn(t.staticData):this.dynamicDataFn(t.dynamicData,t.refreshTime)},staticDataFn:function(t){var i=this.options.series,e=[],o=[],s=[];for(var n in t)e[n]=t[n].axis,o[n]=t[n].bar,s[n]=t[n].line;for(var a in this.options.xAxis.data=e,i)"bar"==i[a].type?i[a].data=o:i[a].data=s;var r=[];r.push("bar"),r.push("line"),this.options.legend.data=r,this.setOptionsLegendName(r)},dynamicDataFn:function(t,i){var e=this;t&&(this.ispreview?(this.getEchartData(t),this.flagInter=setInterval(function(){e.getEchartData(t)},i)):this.getEchartData(t))},getEchartData:function(t){var i=this;this.queryEchartsData(t).then(function(t){i.renderingFn(t)})},renderingFn:function(t){this.options.xAxis.data=t.xAxis;var i=this.options.series,e=[];for(var o in i){for(var s in t.series)i[o].type==t.series[s].type&&(i[o].data=t.series[s].data);e.push(t.series[o].name)}this.options.legend.data=e,this.setOptionsLegendName(e)}}},a=(e("7sfK"),e("KHd+")),r=Object(a.a)(n,function(){var t=this.$createElement,i=this._self._c||t;return i("div",{style:this.styleObj},[i("v-chart",{attrs:{options:this.options,autoresize:""}})],1)},[],!1,null,"27fb5746",null);r.options.__file="widgetBarlinechart.vue";i.a=r.exports},GWHw:function(t,i,e){"use strict";var o={name:"WidgetIframe",components:{},props:{value:Object,ispreview:Boolean},data:function(){return{options:{}}},computed:{transStyle:function(){return this.objToOne(this.options)},styleColor:function(){return{position:this.ispreview?"absolute":"static",width:this.transStyle.width+"px",height:this.transStyle.height+"px",left:this.transStyle.left+"px",top:this.transStyle.top+"px",right:this.transStyle.right+"px",iframeAdress:this.transStyle.iframeAdress}}},watch:{value:{handler:function(t){this.options=t},deep:!0}},mounted:function(){this.options=this.value},methods:{}},s=(e("4bCr"),e("KHd+")),n=Object(s.a)(o,function(){var t=this.$createElement;return(this._self._c||t)("iframe",{style:this.styleColor,attrs:{src:this.styleColor.iframeAdress,width:"100%",height:"100%"}})},[],!1,null,"2d1eab2a",null);n.options.__file="widgetIframe.vue";i.a=n.exports},HoL1:function(t,i,e){},HztK:function(t,i,e){},L9dp:function(t,i,e){"use strict";var o=e("cOAw");e.n(o).a},MOy9:function(t,i,e){"use strict";var o=e("P2sY"),s=e.n(o),n={name:"WidgetFunnel",components:{},props:{value:Object,ispreview:Boolean},data:function(){return{options:{color:[],title:{text:"",textStyle:{color:"#fff"}},tooltip:{trigger:"item",formatter:"{a} <br/>{b} : {c}"},legend:{x:"center",y:"92%",textStyle:{color:"#fff"}},series:[{name:"",type:"funnel",left:"center",width:"80%",sort:"descending",label:{normal:{show:!0,position:"inside",formatter:"{c}",textStyle:{color:"#fff",fontSize:14}},emphasis:{position:"inside",formatter:"{b}: {c}"}},itemStyle:{normal:{opacity:.8,borderColor:"rgba(12, 13, 43, .9)",borderWidth:1,shadowBlur:4,shadowOffsetX:0,shadowOffsetY:0,shadowColor:"rgba(0, 0, 0, .6)"}},data:[]}]},optionsStyle:{},optionsData:{},optionsCollapse:{},optionsSetup:{}}},computed:{styleObj:function(){return{position:this.ispreview?"absolute":"static",width:this.optionsStyle.width+"px",height:this.optionsStyle.height+"px",left:this.optionsStyle.left+"px",top:this.optionsStyle.top+"px",background:this.optionsSetup.background}}},watch:{value:{handler:function(t){this.optionsStyle=t.position,this.optionsData=t.data,this.optionsCollapse=t.collapse,this.optionsSetup=t.setup,this.editorOptions()},deep:!0}},created:function(){this.optionsStyle=this.value.position,this.optionsData=this.value.data,this.optionsCollapse=this.value.collapse,this.optionsSetup=this.value.setup,this.editorOptions()},methods:{editorOptions:function(){this.setEnding(),this.setOptionsText(),this.setOptionsTitle(),this.setOptionsTooltip(),this.setOptionsLegend(),this.setOptionsColor(),this.setOptionsData()},setEnding:function(){var t=this.optionsSetup,i=this.options.series;t.ending?i[0].sort="ascending":i[0].sort="descending"},setOptionsText:function(){var t=this.optionsSetup,i={show:t.isShow,position:"inside",formatter:"{c}",textStyle:{color:t.color,fontSize:t.fontSize,fontWeight:t.fontWeight}};this.options.series[0].label.normal=i},setOptionsTitle:function(){var t=this.optionsSetup,i={};i.text=t.titleText,i.show=t.isNoTitle,i.left=t.textAlign,i.textStyle={color:t.textColor,fontSize:t.textFontSize,fontWeight:t.textFontWeight,fontStyle:t.textFontStyle},i.subtext=t.subText,i.subtextStyle={color:t.subTextColor,fontWeight:t.subTextFontWeight,fontSize:t.subTextFontSize,fontStyle:t.subTextFontStyle},this.options.title=i},setOptionsTooltip:function(){var t=this.optionsSetup,i={trigger:"item",show:!0,textStyle:{color:t.tipsColor,fontSize:t.tipsFontSize}};this.options.tooltip=i},setOptionsLegend:function(){var t=this.optionsSetup,i=this.options.legend;i.show=t.isShowLegend,i.left=t.lateralPosition,i.right=t.lateralPosition,i.top=t.longitudinalPosition,i.bottom=t.longitudinalPosition,i.orient=t.layoutFront,i.textStyle={color:t.legendColor,fontSize:t.legendFontSize},i.itemWidth=t.legendWidth},setOptionsColor:function(){var t=this.optionsSetup.customColor;if(t){for(var i=[],e=0;e<t.length;e++)i.push(t[e].color);this.options.color=i,this.options=s()({},this.options)}},setOptionsData:function(){var t=this.optionsData;"staticData"==t.dataType?this.staticDataFn(t.staticData):this.dynamicDataFn(t.dynamicData,t.refreshTime)},staticDataFn:function(t){var i="string"==typeof t?JSON.parse(t):t;for(var e in this.options.series)"funnel"==this.options.series[e].type&&(this.options.series[e].data=i)},dynamicDataFn:function(t,i){var e=this;t&&(this.ispreview?(this.getEchartData(t),this.flagInter=setInterval(function(){e.getEchartData(t)},i)):this.getEchartData(t))},getEchartData:function(t){var i=this;this.queryEchartsData(t).then(function(t){i.renderingFn(t)})},renderingFn:function(t){for(var i in this.options.series)"funnel"==this.options.series[i].type&&(this.options.series[i].data=t)}}},a=(e("5Gjc"),e("KHd+")),r=Object(a.a)(n,function(){var t=this.$createElement,i=this._self._c||t;return i("div",{style:this.styleObj},[i("v-chart",{attrs:{options:this.options,autoresize:""}})],1)},[],!1,null,"2a7135a4",null);r.options.__file="widgetFunnel.vue";i.a=r.exports},OB8b:function(t,i,e){},OKzU:function(t,i,e){},Of36:function(t,i,e){"use strict";var o=e("ZpAp");e.n(o).a},OnRN:function(t,i,e){"use strict";e.r(i);var o=e("14Xm"),s=e.n(o),n=e("D3Ub"),a=e.n(n),r=e("gLgb"),l=e("zgVM"),h=e("V47a"),p=e("cWz8"),c=e("cyzc"),u=e("/C5K"),f=e("xSk4"),d=e("GWHw"),S=e("mlo3"),g=e("rMB3"),y=e("FyWN"),m=e("tHtw"),x=e("S+MY"),v=e("MOy9"),b=e("jmgl"),w=e("kq3f"),O=e("U6Wy"),L=e("QUbe"),D=e("+3Gg"),C=e("FxKO"),z=e("Ur0O"),T=e("4rp5"),F=e("Whq1"),W=e("xVz9"),A=e("pizJ"),Y=e("zii7"),k=e("4Zv2"),R=e("n/6M"),E=e("dHPb"),B=e("VHqX"),X={name:"WidgetTemp",components:{widgetHref:r.a,widgetText:l.a,WidgetMarquee:h.a,widgetTime:p.a,widgetImage:c.a,widgetSlider:u.a,widgetVideo:f.a,WidgetIframe:d.a,widgetBarchart:S.a,widgetGradientColorBarchart:m.a,widgetLinechart:g.a,widgetBarlinechart:y.a,WidgetPiechart:x.a,WidgetFunnel:v.a,WidgetGauge:b.a,WidgetPieNightingaleRoseArea:w.a,widgetTable:O.a,widgetLineMap:L.a,widgetPiePercentageChart:D.a,widgetAirBubbleMap:C.a,widgetBarStackChart:z.a,widgetLineStackChart:T.a,widgetBarCompareChart:F.a,widgetLineCompareChart:W.a,widgetDecoratePieChart:A.a,widgetMoreBarLineChart:Y.a,widgetWordCloud:k.a,widgetHeatmap:R.a,widgetRadar:E.a,widgetBarLineStackChart:B.a},model:{prop:"value",event:"input"},props:{type:String,value:{type:[Object],default:function(){}}},data:function(){return{}},mounted:function(){},methods:{}},_=(e("eVWm"),e("KHd+")),N=Object(_.a)(X,function(){var t=this.$createElement,i=this._self._c||t;return i("div",[i(this.type,{tag:"component",attrs:{value:this.value,ispreview:!0}})],1)},[],!1,null,"2cf73078",null);N.options.__file="temp.vue";var P=N.exports,j=e("ba/L"),I={name:"Login",components:{widget:P},data:function(){return{bigScreenStyle:{},widgets:[]}},mounted:function(){this.getData()},methods:{getData:function(){var t=this;return a()(s.a.mark(function i(){var e,o,n,a,r,l;return s.a.wrap(function(i){for(;;)switch(i.prev=i.next){case 0:return e=t.$route.query.reportCode,i.next=3,Object(j.b)(e);case 3:if(o=i.sent,n=o.code,a=o.data,200==n){i.next=8;break}return i.abrupt("return");case 8:r=document.body.clientWidth,l=r/a.dashboard.width,t.bigScreenStyle={width:a.dashboard.width+"px",height:a.dashboard.height+"px","background-color":a.dashboard.backgroundColor,"background-image":"url("+a.dashboard.backgroundImage+")","background-position":"0% 0%","background-size":"100% 100%","background-repeat":"initial","background-attachment":"initial","background-origin":"initial","background-clip":"initial",transform:"scale("+l+", "+l+")","transform-origin":"0 0"},t.widgets=a.dashboard.widgets;case 12:case"end":return i.stop()}},i,t)}))()}}},M=(e("i/N1"),Object(_.a)(I,function(){var t=this,i=t.$createElement,e=t._self._c||i;return e("div",{staticClass:"layout"},[e("div",{style:t.bigScreenStyle},t._l(t.widgets,function(i,o){return e("widget",{key:o,attrs:{type:i.type},model:{value:i.value,callback:function(e){t.$set(i,"value",e)},expression:"widget.value"}})}),1)])},[],!1,null,"6ce49a01",null));M.options.__file="index.vue";i.default=M.exports},PeSU:function(t,i,e){"use strict";var o=e("+pa5");e.n(o).a},QUbe:function(t,i,e){"use strict";e("MTm3"),e("MT78");var o=e("qJ4p").a,s={name:"widgetLineMap",props:{value:Object,ispreview:Boolean},data:function(){return{options:{title:{left:"center",textStyle:{color:"#fff"}},tooltip:{trigger:"item",formatter:function(t,i,e){return"effectScatter"==t.seriesType?"线路:"+t.data.name+t.data.value[2]:"lines"==t.seriesType?t.data.fromName+">"+t.data.toName+"<br />"+t.data.value:t.name}},legend:{show:!0,orient:"vertical",top:"bottom",left:"right",textStyle:{color:"#fff"},selectedMode:"multiple"},geo:{map:"china",label:{emphasis:{show:!0,color:"white"}},roam:!0,itemStyle:{normal:{areaColor:"#323c48",borderColor:"#404a59",borderWidth:1},emphasis:{areaColor:"#2a333d"}}},series:[{type:"lines",zlevel:1,effect:{show:!1,period:6,trailLength:.7,color:"#fff",symbolSize:3},lineStyle:{normal:{color:"#a6c84c",width:0,curveness:.2}},data:[]},{type:"lines",zlevel:2,symbol:["none","arrow"],symbolSize:10,effect:{show:!0,period:4,trailLength:0,symbol:"arrow",symbolSize:5},lineStyle:{normal:{color:"#ffa022",width:1,opacity:.4,curveness:.2}},data:[]},{type:"effectScatter",coordinateSystem:"geo",zlevel:2,rippleEffect:{brushType:"stroke"},label:{normal:{show:!0,position:"right",formatter:"{b}",fontSize:22}},symbolSize:10,itemStyle:{normal:{color:"#46bee9"}},data:[]},{type:"effectScatter",coordinateSystem:"geo",zlevel:2,rippleEffect:{brushType:"stroke"},label:{normal:{show:!0,position:"right",formatter:"{b}",fontSize:22}},symbolSize:10,itemStyle:{normal:{color:"#46bee9"}},data:[]}]},optionsSetup:{}}},computed:{styleObj:function(){return{position:this.ispreview?"absolute":"static",width:this.optionsStyle.width+"px",height:this.optionsStyle.height+"px",left:this.optionsStyle.left+"px",top:this.optionsStyle.top+"px",background:this.optionsSetup.background}}},watch:{value:{handler:function(t){this.optionsStyle=t.position,this.optionsData=t.data,this.optionsSetup=t.setup,this.editorOptions()},deep:!0}},created:function(){this.optionsStyle=this.value.position,this.optionsData=this.value.data,this.optionsSetup=this.value.setup},mounted:function(){this.editorOptions()},methods:{convertData:function(t){for(var i=[],e=0;e<t.length;e++){var s=t[e],n=o[s.source],a=o[s.target];n&&a&&i.push({fromName:s.source,toName:s.target,coords:[n,a],value:s.value})}return i},editorOptions:function(){this.setOptionsTitle(),this.setOptionsSource(),this.setOptionsTarget(),this.setOptionsSymbol(),this.setOptionsLine(),this.setOptionsColor(),this.setOptionsData()},setOptionsTitle:function(){var t=this.optionsSetup,i={};i.text=t.titleText,i.show=t.isNoTitle,i.left=t.textAlign,i.textStyle={color:t.textColor,fontSize:t.textFontSize,fontWeight:t.textFontWeight,fontStyle:t.textFontStyle},i.subtext=t.subText,i.subtextStyle={color:t.subTextColor,fontWeight:t.subTextFontWeight,fontSize:t.subTextFontSize,fontStyle:t.subTextFontStyle},this.options.title=i},setOptionsSource:function(){var t=this.optionsSetup,i=this.options.series[2],e={show:t.isShowSource,position:"right",color:t.sourceFontTextColor,fontSize:t.sourceFontTextSize,fontWeight:t.sourceFontTextWeight},o={normal:{color:t.sourcePointColor}};i.symbolSize=t.sourceSymbolSize,i.label.normal=e,i.itemStyle=o},setOptionsTarget:function(){var t=this.optionsSetup,i=this.options.series[3],e={show:t.isShowTarget,position:"right",color:t.targetFontTextColor,fontSize:t.targetFontTextSize,fontWeight:t.targetFontTextWeight},o={normal:{color:t.targetPointColor}};i.symbolSize=t.targetSymbolSize,i.label.normal=e,i.itemStyle=o},setOptionsSymbol:function(){var t=this.optionsSetup,i=this.options.series[1],e={show:!0,period:this.setPeriod(t),trailLength:0,symbol:this.setSymbol(t),symbolSize:t.symbolSize,color:t.symbolColor};i.effect=e},setSymbol:function(t){return"plane"==t.symbol?"path://M1705.06,1318.313v-89.254l-319.9-221.799l0.073-208.063c0.521-84.662-26.629-121.796-63.961-121.491c-37.332-0.305-64.482,36.829-63.961,121.491l0.073,208.063l-319.9,221.799v89.254l330.343-157.288l12.238,241.308l-134.449,92.931l0.531,42.034l175.125-42.917l175.125,42.917l0.531-42.034l-134.449-92.931l12.238-241.308L1705.06,1318.313z":"arrow"},setPeriod:function(t){return"plane"==t.symbol?t.symbolPeriod-1:t.symbolPeriod},setOptionsLine:function(){var t=this.optionsSetup,i=this.options.series[1],e={normal:{color:t.lineColor,width:t.lineWidth,opacity:.4,curveness:.2}};i.lineStyle=e},setOptionsColor:function(){var t=this.optionsSetup,i={normal:{areaColor:t.blockColor,borderColor:t.borderColor},emphasis:{areaColor:t.highlightColor}};this.options.geo.itemStyle=i},setOptionsData:function(){var t=this.optionsData;"staticData"==t.dataType?this.staticDataFn(t.staticData):this.dynamicDataFn(t.dynamicData,t.refreshTime)},staticDataFn:function(t){var i=this.options.series;i[0].data=this.convertData(t),i[1].data=this.convertData(t),i[2].data=t.map(function(t){if(o[t.source]&&o[t.target])return{name:t.source,value:o[t.source].concat([t.value])}}),i[3].data=t.map(function(t){if(o[t.source]&&o[t.target])return{name:t.target,value:o[t.target].concat([t.value])}})},dynamicDataFn:function(t,i){var e=this;t&&(this.ispreview?(this.getEchartData(t),this.flagInter=setInterval(function(){e.getEchartData(t)},i)):this.getEchartData(t))},getEchartData:function(t){var i=this;this.queryEchartsData(t).then(function(t){i.renderingFn(t)})},renderingFn:function(t){var i=this.options.series;i[0].data=this.convertData(t),i[1].data=this.convertData(t),i[2].data=t.map(function(t){if(o[t.source]&&o[t.target])return{name:t.source,value:o[t.source].concat([t.value])}}),i[3].data=t.map(function(t){if(o[t.source]&&o[t.target])return{name:t.target,value:o[t.target].concat([t.value])}})}}},n=(e("0RT/"),e("KHd+")),a=Object(n.a)(s,function(){var t=this.$createElement,i=this._self._c||t;return i("div",{style:this.styleObj},[i("v-chart",{attrs:{options:this.options,autoresize:""}})],1)},[],!1,null,"73f52450",null);a.options.__file="widgetLineMap.vue";i.a=a.exports},"S+MY":function(t,i,e){"use strict";var o=e("P2sY"),s=e.n(o),n={name:"WidgetPiechart",components:{},props:{value:Object,ispreview:Boolean},data:function(){return{options:{title:{text:"",left:"center",textStyle:{color:"#fff"}},legend:{orient:"vertical",left:"left",textStyle:{color:"#fff"}},series:[{type:"pie",radius:"50%",data:[],emphasis:{itemStyle:{shadowBlur:10,shadowOffsetX:0,shadowColor:"rgba(0, 0, 0, 0.5)"}}}]},optionsStyle:{},optionsData:{},optionsCollapse:{},optionsSetup:{}}},computed:{styleObj:function(){return{position:this.ispreview?"absolute":"static",width:this.optionsStyle.width+"px",height:this.optionsStyle.height+"px",left:this.optionsStyle.left+"px",top:this.optionsStyle.top+"px",background:this.optionsSetup.background}}},watch:{value:{handler:function(t){this.optionsStyle=t.position,this.optionsData=t.data,this.optionsCollapse=t.collapse,this.optionsSetup=t.setup,this.editorOptions()},deep:!0}},created:function(){this.optionsStyle=this.value.position,this.optionsData=this.value.data,this.optionsCollapse=this.value.collapse,this.optionsSetup=this.value.setup,this.editorOptions()},methods:{editorOptions:function(){this.setOptionsTitle(),this.setOptionsValue(),this.setOptionsTooltip(),this.setOptionsLegend(),this.setOptionsColor(),this.setOptionsData(),this.setOptionsPiechartStyle()},setOptionsPiechartStyle:function(){"shixin"==this.optionsSetup.piechartStyle?this.options.series[0].radius="50%":"kongxin"==this.optionsSetup.piechartStyle&&(this.options.series[0].radius=["40%","70%"])},setOptionsTitle:function(){var t=this.optionsSetup,i={};i.text=t.titleText,i.show=t.isNoTitle,i.left=t.textAlign,i.textStyle={color:t.textColor,fontSize:t.textFontSize,fontWeight:t.textFontWeight,fontStyle:t.textFontStyle},i.subtext=t.subText,i.subtextStyle={color:t.subTextColor,fontWeight:t.subTextFontWeight,fontSize:t.subTextFontSize,fontStyle:t.subTextFontStyle},this.options.title=i},setOptionsValue:function(){var t=this.optionsSetup,i=this.options.series,e=t.numberValue?"{c}":"",o=t.percentage?"({d})%":"",s={show:t.isShow,formatter:"{a|{b}:"+e+" "+o+"}",rich:{a:{padding:[-30,15,-20,15],color:t.subTextColor,fontSize:t.fontSize,fontWeight:t.fontWeight}},fontSize:t.fontSize,fontWeight:t.optionsSetup};for(var n in i)"pie"==i[n].type&&(i[n].label=s,i[n].labelLine={show:t.isShow})},setOptionsTooltip:function(){var t=this.optionsSetup,i={trigger:"item",show:!0,textStyle:{color:t.lineColor,fontSize:t.tipFontSize}};this.options.tooltip=i},setOptionsLegend:function(){var t=this.optionsSetup,i=this.options.legend;i.show=t.isShowLegend,i.left="left"==t.lateralPosition?0:"auto",i.right="right"==t.lateralPosition?0:"auto",i.top="top"==t.longitudinalPosition?0:"auto",i.bottom="bottom"==t.longitudinalPosition?0:"auto",i.orient=t.layoutFront,i.textStyle={color:t.legendColor,fontSize:t.legendFontSize},i.itemWidth=t.legendWidth},setOptionsColor:function(){var t=this.optionsSetup.customColor;if(t){for(var i=[],e=0;e<t.length;e++)i.push(t[e].color);this.options.color=i,this.options=s()({},this.options)}},setOptionsData:function(){var t=this.optionsData;"staticData"==t.dataType?this.staticDataFn(t.staticData):this.dynamicDataFn(t.dynamicData,t.refreshTime)},staticDataFn:function(t){var i="string"==typeof t?JSON.parse(t):t;for(var e in this.options.series)"pie"==this.options.series[e].type&&(this.options.series[e].data=i)},dynamicDataFn:function(t,i){var e=this;t&&(this.ispreview?(this.getEchartData(t),this.flagInter=setInterval(function(){e.getEchartData(t)},i)):this.getEchartData(t))},getEchartData:function(t){var i=this;this.queryEchartsData(t).then(function(t){i.renderingFn(t)})},renderingFn:function(t){for(var i in this.options.series)"pie"==this.options.series[i].type&&(this.options.series[i].data=t)}}},a=(e("ucA2"),e("KHd+")),r=Object(a.a)(n,function(){var t=this.$createElement,i=this._self._c||t;return i("div",{style:this.styleObj},[i("v-chart",{attrs:{options:this.options,autoresize:""}})],1)},[],!1,null,"7bebff6a",null);r.options.__file="widgetPiechart.vue";i.a=r.exports},Ss0v:function(t,i,e){},U6Wy:function(t,i,e){"use strict";var o=e("Kw5r"),s=e("xtjD"),n=e.n(s);o.default.use(n.a);var a={props:{value:Object,ispreview:Boolean},data:function(){return{hackReset:!0,options:{titCell:".hd ul",mainCell:".bd ul",effect:"topLoop",autoPage:!0,autoPlay:!0,vis:5,rowHeight:"50px"},header:[],list:[],optionsSetUp:{},optionsPosition:{},optionsData:{}}},computed:{styleObj:function(){console.log(this.optionsSetUp);var t=this.optionsPosition;return{position:this.ispreview?"absolute":"static",width:t.width+"px",height:t.height+"px",left:t.left+"px",top:t.top+"px",background:this.optionsSetUp.tableBgColor}},headerTableStlye:function(){var t=this.optionsSetUp;return{"text-align":t.textAlign,"font-size":t.fontSize+"px","border-style":t.isLine?"solid":"none","border-width":t.borderWidth+"px","border-color":t.borderColor,display:t.isHeader?"block":"none",color:t.headColor,"background-color":t.headBackColor}},bodyTableStyle:function(){var t=this.optionsSetUp;return{"text-align":t.textAlign,"font-size":t.fontSize+"px","border-style":t.isLine?"solid":"none","border-width":t.borderWidth+"px","border-color":t.borderColor,color:t.bodyColor,"background-color":t.tableBgColor}}},watch:{value:{handler:function(t){this.optionsSetUp=t.setup,this.optionsPosition=t.position,this.optionsData=t.data,this.initData()},deep:!0}},mounted:function(){this.optionsSetUp=this.value.setup,this.optionsPosition=this.value.position,this.optionsData=this.value.data,this.initData()},methods:{initData:function(){this.handlerRollFn(),this.handlerHead(),this.handlerData(),this.visConfig()},visConfig:function(){this.options.vis=this.optionsSetUp.vis},handlerRollFn:function(){var t=this.options,i=this.optionsSetUp;t.autoPlay=i.isRoll,t.effect=i.effect,t.interTime=i.interTime,t.delayTime=i.delayTime,t.scroll=i.scroll,this.options=t,this.hackResetFun()},handlerHead:function(){var t=this.optionsSetUp.dynamicAddTable;this.header=t},handlerData:function(){var t=this.optionsData;"staticData"==t.dataType?this.handlerStaticData(t.staticData):this.handlerDynamicData(t.dynamicData,t.refreshTime)},handlerStaticData:function(t){this.list=t},handlerDynamicData:function(t,i){var e=this;t&&(this.ispreview?(this.getEchartData(t),this.flagInter=setInterval(function(){e.getEchartData(t)},i)):this.getEchartData(t))},getEchartData:function(t){var i=this;this.queryEchartsData(t).then(function(t){i.list=t,i.hackResetFun()})},hackResetFun:function(){var t=this;this.hackReset=!1,this.$nextTick(function(){t.hackReset=!0})},bodyTable:function(t){var i={};return i["background-color"]=t%2?this.optionsSetUp.eventColor:this.optionsSetUp.oldColor,i},tableRowHeight:function(){var t={};return this.optionsSetUp.rowHeight?(t.height=this.optionsSetUp.rowHeight+"px",t["line-height"]=this.optionsSetUp.rowHeight+"px"):(t.height=this.options.rowHeight,t["line-height"]=this.optionsSetUp.rowHeight+"px"),t},tableFiledWidth:function(t){var i={};return this.optionsSetUp.dynamicAddTable[t].width&&(i.width=this.optionsSetUp.dynamicAddTable[t].width),i}}},r=(e("lgb1"),e("KHd+")),l=Object(r.a)(a,function(){var t=this,i=t.$createElement,e=t._self._c||i;return e("div",{style:t.styleObj},[t.hackReset?e("superslide",{staticClass:"txtScroll-top",attrs:{options:t.options}},[e("div",{staticClass:"title"},t._l(t.header,function(i,o){return e("div",{key:o,style:[t.headerTableStlye,t.tableFiledWidth(o),t.tableRowHeight()]},[t._v("\n "+t._s(i.name)+"\n ")])}),0),t._v(" "),e("div",{staticClass:"bd"},[e("ul",{staticClass:"infoList"},t._l(t.list,function(i,o){return e("li",{key:o,style:t.tableRowHeight()},t._l(t.header,function(s,n){return e("div",{key:n,style:[t.bodyTableStyle,t.bodyTable(o),t.tableFiledWidth(n),t.tableRowHeight()]},[t._v("\n "+t._s(i[s.key])+"\n ")])}),0)}),0)])]):t._e()],1)},[],!1,null,"432bffbe",null);l.options.__file="widgetTable.vue";i.a=l.exports},UP3v:function(t,i,e){"use strict";var o=e("+lvf");e.n(o).a},Ur0O:function(t,i,e){"use strict";var o={name:"WidgetBarStackchart",components:{},props:{value:Object,ispreview:Boolean},data:function(){return{options:{grid:{},legend:{textStyle:{color:"#fff"}},xAxis:{type:"category",data:[],axisLabel:{show:!0,textStyle:{color:"#fff"}}},yAxis:{type:"value",data:[],axisLabel:{show:!0,textStyle:{color:"#fff"}}},series:[{data:[],name:"",type:"bar",barGap:"0%",itemStyle:{barBorderRadius:null}}]},optionsStyle:{},optionsData:{},optionsSetup:{},flagInter:null}},computed:{styleObj:function(){return{position:this.ispreview?"absolute":"static",width:this.optionsStyle.width+"px",height:this.optionsStyle.height+"px",left:this.optionsStyle.left+"px",top:this.optionsStyle.top+"px",background:this.optionsSetup.background}}},watch:{value:{handler:function(t){this.optionsStyle=t.position,this.optionsData=t.data,this.optionsCollapse=t.setup,this.optionsSetup=t.setup,this.editorOptions()},deep:!0}},mounted:function(){this.optionsStyle=this.value.position,this.optionsData=this.value.data,this.optionsCollapse=this.value.setup,this.optionsSetup=this.value.setup,this.editorOptions()},methods:{editorOptions:function(){this.setOptionsTitle(),this.setOptionsX(),this.setOptionsY(),this.setOptionsTooltip(),this.setOptionsMargin(),this.setOptionsLegend(),this.setOptionsData()},setOptionsTitle:function(){var t=this.optionsSetup,i={};i.text=t.titleText,i.show=t.isNoTitle,i.left=t.textAlign,i.textStyle={color:t.textColor,fontSize:t.textFontSize,fontWeight:t.textFontWeight,fontStyle:t.textFontStyle},i.subtext=t.subText,i.subtextStyle={color:t.subTextColor,fontWeight:t.subTextFontWeight,fontSize:t.subTextFontSize,fontStyle:t.subTextFontStyle},this.options.title=i},setOptionsX:function(){var t=this.optionsSetup,i={type:"category",show:t.hideX,name:t.nameX,nameTextStyle:{color:t.nameColorX,fontSize:t.nameFontSizeX},inverse:t.reversalX,axisLabel:{show:!0,interval:t.textInterval,rotate:t.textAngleX,textStyle:{color:t.colorX,fontSize:t.fontSizeX}},axisLine:{show:!0,lineStyle:{color:t.lineColorX,width:t.lineWidthX}},splitLine:{show:t.isShowSplitLineX,lineStyle:{color:t.splitLineColorX,width:t.splitLineWidthX}}};this.options.xAxis=i},setOptionsY:function(){var t=this.optionsSetup,i={type:"value",scale:t.scale,splitNumber:t.splitNumberY,show:t.isShowY,name:t.textNameY,nameTextStyle:{color:t.nameColorY,fontSize:t.nameFontSizeY},inverse:t.reversalY,axisLabel:{show:!0,rotate:t.textAngleY,textStyle:{color:t.colorY,fontSize:t.fontSizeY}},axisLine:{show:!0,lineStyle:{color:t.lineColorY,width:t.lineWidthY}},splitLine:{show:t.isShowSplitLineY,lineStyle:{color:t.splitLineColorY,width:t.splitLineWidthY}}};this.options.yAxis=i},setOptionsTooltip:function(){var t=this.optionsSetup,i={trigger:"item",show:!0,textStyle:{color:t.tipsColor,fontSize:t.tipsFontSize}};this.options.tooltip=i},setOptionsMargin:function(){var t=this.optionsSetup,i={left:t.marginLeft,right:t.marginRight,bottom:t.marginBottom,top:t.marginTop,containLabel:!0};this.options.grid=i},setOptionsLegend:function(){var t=this.optionsSetup,i=this.options.legend;i.show=t.isShowLegend,i.left=t.lateralPosition,i.top=t.longitudinalPosition,i.bottom=t.longitudinalPosition,i.orient=t.layoutFront,i.textStyle={color:t.legendColor,fontSize:t.legendFontSize},i.itemWidth=t.legendWidth},setOptionsLegendName:function(t){var i=this.optionsSetup,e=this.options.series,o=i.legendName;if(null==o||""==o){for(var s=0;s<t.length;s++)e[s].name=t[s];this.options.legend.data=t}else{for(var n=o.split("|"),a=0;a<n.length;a++)e[a].name=n[a];this.options.legend.data=n}},setOptionsData:function(){var t=this.optionsSetup,i=this.optionsData;"staticData"==i.dataType?this.staticDataFn(i.staticData,t):this.dynamicDataFn(i.dynamicData,i.refreshTime,t)},setUnique:function(t){var i=[];return t.forEach(function(t){return i.includes(t)?"":i.push(t)}),i},getStackStyle:function(){var t="";return"upDown"==this.optionsSetup.stackStyle&&(t="total"),t},staticDataFn:function(t){for(var i=this.optionsSetup,e=i.customColor,o=[],s=0;s<e.length;s++)o.push(e[s].color);var n=[],a=[],r=[],l=[];for(var h in t)a[h]=t[h].axis,r[h]=t[h].name;for(var p in a=this.setUnique(a),r=this.setUnique(r)){var c=new Array(a.length).fill(0);for(var u in a)for(var f in t)t[f].name==r[p]&&t[f].axis==a[u]&&(c[u]=t[f].data);n.push({name:r[p],type:"bar",data:c,barGap:"0%",stack:this.getStackStyle(),barWidth:i.maxWidth,label:{show:i.isShow,position:"top",distance:10,fontSize:i.fontSize,color:i.subTextColor,fontWeight:i.fontWeight},itemStyle:{normal:{color:o[p],barBorderRadius:i.radius}}}),l.push(r[p])}this.options.series=n,i.verticalShow?(this.options.xAxis.data=[],this.options.yAxis.data=a,this.options.xAxis.type="value",this.options.yAxis.type="category"):(this.options.xAxis.data=a,this.options.yAxis.data=[],this.options.xAxis.type="category",this.options.yAxis.type="value"),this.options.legend.data=l,this.setOptionsLegendName(l)},dynamicDataFn:function(t,i,e){var o=this;t&&(this.ispreview?(this.getEchartData(t,e),this.flagInter=setInterval(function(){o.getEchartData(t,e)},i)):this.getEchartData(t,e))},getEchartData:function(t,i){var e=this;this.queryEchartsData(t).then(function(t){e.renderingFn(i,t)})},renderingFn:function(t,i){for(var e=t.customColor,o=[],s=0;s<e.length;s++)o.push(e[s].color);t.verticalShow?(this.options.xAxis.data=[],this.options.yAxis.data=i.xAxis,this.options.xAxis.type="value",this.options.yAxis.type="category"):(this.options.xAxis.data=i.xAxis,this.options.yAxis.data=[],this.options.xAxis.type="category",this.options.yAxis.type="value");var n=[],a=[];for(var r in i.series)"bar"==i.series[r].type&&n.push({name:i.series[r].name,type:"bar",data:i.series[r].data,barGap:"0%",stack:this.getStackStyle(),barWidth:t.maxWidth,label:{show:t.isShow,position:"top",distance:10,fontSize:t.fontSize,color:t.subTextColor,fontWeight:t.fontWeight},itemStyle:{normal:{color:o[r],barBorderRadius:t.radius}}}),a.push(i.series[r].name);this.options.series=n,this.options.legend.data=a,this.setOptionsLegendName(a)}}},s=(e("nphy"),e("KHd+")),n=Object(s.a)(o,function(){var t=this.$createElement,i=this._self._c||t;return i("div",{style:this.styleObj},[i("v-chart",{attrs:{options:this.options,autoresize:""}})],1)},[],!1,null,"dbc00fa6",null);n.options.__file="widgetBarStackChart.vue";i.a=n.exports},V47a:function(t,i,e){"use strict";var o={name:"WidgetMarquee",components:{},props:{value:Object,ispreview:Boolean},data:function(){return{options:{}}},computed:{transStyle:function(){return this.objToOne(this.options)},styleColor:function(){return{position:this.ispreview?"absolute":"static",color:this.transStyle.color,"font-weight":this.transStyle.fontWeight,text:this.transStyle.text,"font-size":this.transStyle.fontSize+"px","letter-spacing":this.transStyle.letterSpacing+"em",background:this.transStyle.background,"text-align":this.transStyle.textAlign,width:this.transStyle.width+"px",height:this.transStyle.height+"px",left:this.transStyle.left+"px",top:this.transStyle.top+"px",right:this.transStyle.right+"px",marqueeSet:this.transStyle.marqueeSet,styleColor:this.transStyle.marqueeQuit}},isBehavior:function(){return this.styleColor.marqueeSet?"start()":"stop()"}},watch:{value:{handler:function(t){this.options=t,this.optionsData=t.data,this.setOptionsData()},deep:!0}},mounted:function(){this.options=this.value,this.optionsData=this.value.data,this.setOptionsData()},methods:{setOptionsData:function(){var t=this.optionsData;"dynamicData"==t.dataType&&this.dynamicDataFn(t.dynamicData,t.refreshTime)},dynamicDataFn:function(t,i){var e=this;t&&(this.ispreview?(this.getEchartData(t),this.flagInter=setInterval(function(){e.getEchartData(t)},i)):this.getEchartData(t))},getEchartData:function(t){var i=this;this.queryEchartsData(t).then(function(t){i.styleColor.text=t[0].value,i.$forceUpdate()})}}},s=(e("Wdon"),e("KHd+")),n=Object(s.a)(o,function(){var t=this.$createElement,i=this._self._c||t;return i("div",{staticClass:"text",style:this.styleColor},[i("marquee",{attrs:{behavior:"",direction:this.styleColor.direction}},[this._v(this._s(this.styleColor.text))])],1)},[],!1,null,"7e87c56a",null);n.options.__file="widgetMarquee.vue";i.a=n.exports},VHqX:function(t,i,e){"use strict";var o={name:"widgetBarLineStackChart",components:{},props:{value:Object,ispreview:Boolean},data:function(){return{options:{grid:{},legend:{textStyle:{color:"#fff"}},xAxis:{type:"category",data:[],axisLabel:{show:!0,textStyle:{color:"#fff"}}},yAxis:[{type:"value",axisLine:{show:!0,lineStyle:{color:"#cdd5e2"}},splitLine:{show:!1},axisLabel:{textStyle:{color:"#666666"}}},{type:"value",nameTextStyle:{color:"#666666"},axisLine:{lineStyle:{color:"#cdd5e2"}},splitLine:{show:!1},axisLabel:{show:!0,textStyle:{color:"#666666"}}}],series:[{data:[],name:"",type:"bar",barGap:"0%",itemStyle:{barBorderRadius:null}},{data:[],name:"",type:"line",itemStyle:{}}]},optionsStyle:{},optionsData:{},optionsSetup:{},flagInter:null}},computed:{styleObj:function(){return{position:this.ispreview?"absolute":"static",width:this.optionsStyle.width+"px",height:this.optionsStyle.height+"px",left:this.optionsStyle.left+"px",top:this.optionsStyle.top+"px",background:this.optionsSetup.background}}},watch:{value:{handler:function(t){this.optionsStyle=t.position,this.optionsData=t.data,this.optionsCollapse=t.setup,this.optionsSetup=t.setup,this.editorOptions()},deep:!0}},mounted:function(){this.optionsStyle=this.value.position,this.optionsData=this.value.data,this.optionsCollapse=this.value.setup,this.optionsSetup=this.value.setup,this.editorOptions()},methods:{editorOptions:function(){this.setOptionsTitle(),this.setOptionsX(),this.setOptionsY(),this.setOptionsTooltip(),this.setOptionsMargin(),this.setOptionsLegend(),this.setOptionsData()},setOptionsTitle:function(){var t=this.optionsSetup,i={};i.text=t.titleText,i.show=t.isNoTitle,i.left=t.textAlign,i.textStyle={color:t.textColor,fontSize:t.textFontSize,fontWeight:t.textFontWeight,fontStyle:t.textFontStyle},i.subtext=t.subText,i.subtextStyle={color:t.subTextColor,fontWeight:t.subTextFontWeight,fontSize:t.subTextFontSize,fontStyle:t.subTextFontStyle},this.options.title=i},setOptionsX:function(){var t=this.optionsSetup,i={type:"category",show:t.hideX,name:t.nameX,nameTextStyle:{color:t.nameColorX,fontSize:t.nameFontSizeX},inverse:t.reversalX,axisLabel:{show:!0,interval:t.textInterval,rotate:t.textAngleX,textStyle:{color:t.colorX,fontSize:t.fontSizeX}},axisLine:{show:!0,lineStyle:{color:t.lineColorX,width:t.lineWidthX}},splitLine:{show:t.isShowSplitLineX,lineStyle:{color:t.splitLineColorX,width:t.splitLineWidthX}}};this.options.xAxis=i},setOptionsY:function(){var t=this.optionsSetup,i=[{type:"value",splitNumber:t.splitNumberLeft,show:t.isShowYLeft,name:t.textNameYLeft,nameTextStyle:{color:t.nameColorYLeft,fontSize:t.nameFontSizeYLeft},axisLabel:{show:!0,rotate:t.textAngleYLeft,textStyle:{color:t.colorYLeft,fontSize:t.fontSizeYLeft}},axisTick:{show:t.tickLineYLeft},axisLine:{show:t.lineYLeft,lineStyle:{color:t.lineColorYLeft,width:t.lineWidthYLeft}},splitLine:{show:t.isShowSplitLineYLeft,lineStyle:{color:t.splitLineColorYLeft,width:t.splitLineFontWidthYLeft}}},{type:"value",splitNumber:t.splitNumberRight,show:t.isShowYRight,name:t.textNameYRight,nameTextStyle:{color:t.nameColorYRight,fontSize:t.nameFontSizeYRight},axisLabel:{show:!0,rotate:t.textAngleYRight,textStyle:{color:t.colorYRight,fontSize:t.fontSizeYRight}},axisTick:{show:t.tickLineYRight},axisLine:{show:t.lineYRight,lineStyle:{width:t.lineWidthYRight,color:t.lineColorYRight}},splitLine:{show:t.isShowSplitLineYRight,lineStyle:{color:t.splitLineColorYRight,width:t.splitLineFontWidthYRight}}}];this.options.yAxis=i},setOptionsTooltip:function(){var t=this.optionsSetup,i={trigger:"item",show:!0,textStyle:{color:t.tipsColor,fontSize:t.tipsFontSize}};this.options.tooltip=i},setOptionsMargin:function(){var t=this.optionsSetup,i={left:t.marginLeft,right:t.marginRight,bottom:t.marginBottom,top:t.marginTop,containLabel:!0};this.options.grid=i},setOptionsLegend:function(){var t=this.optionsSetup,i=this.options.legend;i.show=t.isShowLegend,i.left=t.lateralPosition,i.top=t.longitudinalPosition,i.bottom=t.longitudinalPosition,i.orient=t.layoutFront,i.textStyle={color:t.legendColor,fontSize:t.legendFontSize},i.itemWidth=t.legendWidth},setOptionsLegendName:function(t){var i=this.optionsSetup,e=this.options.series,o=i.legendName;if(null==o||""==o){for(var s=0;s<t.length;s++)e[s].name=t[s];this.options.legend.data=t}else{for(var n=o.split("|"),a=0;a<n.length;a++)e[a].name=n[a];this.options.legend.data=n}},setOptionsData:function(){var t=this.optionsSetup,i=this.optionsData;"staticData"==i.dataType?this.staticDataFn(i.staticData,t):this.dynamicDataFn(i.dynamicData,i.refreshTime,t)},setUnique:function(t){var i=[];return t.forEach(function(t){return i.includes(t)?"":i.push(t)}),i},getStaticSeriesData:function(t,i,e,o){var s=new Array(t.length).fill(0);for(var n in t)for(var a in e)e[a].name==i&&e[a].axis==t[n]&&(s[n]=e[a][o]);return s},staticDataFn:function(t){for(var i=this.optionsSetup,e=i.customColor,o=[],s=0;s<e.length;s++)o.push(e[s].color);var n=[],a=[],r=[];for(var l in t)a[l]=t[l].axis,r[l]=t[l].name;a=this.setUnique(a);for(var h=r=this.setUnique(r),p=0;p<r.length;p++){var c=this.getStaticSeriesData(a,r[p],t,"bar");n.push({name:r[p],type:"bar",data:c,barGap:"0%",barWidth:i.maxWidth,label:{show:i.isShowBar,position:"top",distance:i.distanceBar,fontSize:i.fontSizeBar,color:i.subTextColorBar,fontWeight:i.fontWeightBar},itemStyle:{normal:{color:o[p],barBorderRadius:i.radius}}})}for(var u=0;u<r.length;u++){var f=this.getStaticSeriesData(a,r[u],t,"line");n.push({name:r[u],type:"line",data:f,yAxisIndex:1,symbol:i.symbol,showSymbol:i.markPoint,symbolSize:i.pointSize,smooth:i.smoothCurve,itemStyle:{normal:{color:o[u]}},lineStyle:{color:o[u],width:i.lineWidth},label:{show:i.isShowLine,position:"top",distance:i.distanceLine,fontSize:i.fontSizeLine,color:i.subTextColorLine,fontWeight:i.fontWeightLine}})}this.options.series=n,this.options.xAxis.data=a,this.options.yAxis.data=[],this.options.xAxis.type="category",this.options.yAxis.type="value",this.options.legend.data=h,this.setOptionsLegendName(h)},dynamicDataFn:function(t,i,e){var o=this;t&&(this.ispreview?(this.getEchartData(t,e),this.flagInter=setInterval(function(){o.getEchartData(t,e)},i)):this.getEchartData(t,e))},getEchartData:function(t,i){var e=this;this.queryEchartsData(t).then(function(t){e.renderingFn(i,t)})},renderingFn:function(t,i){for(var e=t.customColor,o=[],s=0;s<e.length;s++)o.push(e[s].color);this.options.xAxis.data=i.xAxis,this.options.yAxis.data=[],this.options.xAxis.type="category",this.options.yAxis.type="value";var n=[],a=[];for(var r in i.series)a.push(i.series[r].name);a=this.setUnique(a);for(var l=0;l<a.length;l++){var h=this.getDynamicSeriesData(a[l],i.series,"bar");n.push({name:a[l],type:"bar",data:h,barGap:"0%",barWidth:t.maxWidth,label:{show:t.isShowBar,position:"top",distance:t.distanceBar,fontSize:t.fontSizeBar,color:t.subTextColorBar,fontWeight:t.fontWeightBar},itemStyle:{normal:{color:o[l],barBorderRadius:t.radius}}})}for(var p=0;p<a.length;p++){var c=this.getDynamicSeriesData(a[p],i.series,"line");n.push({name:a[p],type:"line",data:c,yAxisIndex:1,symbol:t.symbol,showSymbol:t.markPoint,symbolSize:t.pointSize,smooth:t.smoothCurve,itemStyle:{normal:{color:o[p]}},lineStyle:{color:o[p],width:t.lineWidth},label:{show:t.isShowLine,position:"top",distance:t.distanceLine,fontSize:t.fontSizeLine,color:t.subTextColorLine,fontWeight:t.fontWeightLine}})}this.options.series=n,this.options.legend.data=a,this.setOptionsLegendName(a)},getDynamicSeriesData:function(t,i,e){var o=[];for(var s in i)i[s].name==t&&i[s].type==e&&(o=i[s].data);return o}}},s=(e("ji1a"),e("KHd+")),n=Object(s.a)(o,function(){var t=this.$createElement,i=this._self._c||t;return i("div",{style:this.styleObj},[i("v-chart",{attrs:{options:this.options,autoresize:""}})],1)},[],!1,null,"2b216f60",null);n.options.__file="widgetBarLineStackChart.vue";i.a=n.exports},Vrnh:function(t,i,e){},Wdon:function(t,i,e){"use strict";var o=e("8Ztf");e.n(o).a},Whq1:function(t,i,e){"use strict";var o={name:"WidgetBarCompareChart",components:{},props:{value:Object,ispreview:Boolean},data:function(){return{options:{title:{x:"center",textStyle:{color:"#ffffff"}},grid:[{show:!1,left:"4%",top:60,bottom:10,containLabel:!0,width:"40%"},{show:!1,left:"50.5%",top:60,bottom:25,width:"0%"},{show:!1,right:"4%",top:60,bottom:10,containLabel:!0,width:"40%"}],legend:{textStyle:{color:"#fff",textAlign:"center"}},xAxis:[{splitNumber:2,show:!0,type:"value",inverse:!0,axisLine:{show:!1},axisTick:{show:!1},position:"bottom",axisLabel:{show:!0,textStyle:{color:"#ffffff",fontSize:12}},splitLine:{show:!0,lineStyle:{color:"#57617f",width:1,type:"solid"}}},{gridIndex:1,show:!1},{gridIndex:2,show:!0,type:"value",axisLine:{show:!1},axisTick:{show:!1},position:"bottom",axisLabel:{show:!0,textStyle:{color:"#ffffff",fontSize:12}},splitLine:{show:!0,lineStyle:{color:"#57617f",width:1,type:"solid"}}}],yAxis:[{type:"category",inverse:!0,position:"right",axisLine:{show:!1},axisTick:{show:!1},axisLabel:{show:!1},data:[]},{gridIndex:1,type:"category",inverse:!0,position:"left",axisLine:{show:!1},axisTick:{show:!1},axisLabel:{show:!0,textStyle:{align:"center",color:"#ffffff",fontSize:14}},data:[]},{gridIndex:2,type:"category",inverse:!0,position:"left",axisLine:{show:!1},axisTick:{show:!1},axisLabel:{show:!1}}],series:[{name:"",type:"bar",barGap:20,barWidth:15,label:{normal:{show:!0,color:"red",position:"insideLeft",textStyle:{color:"#ffffff"}},emphasis:{show:!1}},itemStyle:{normal:{color:"#36c5e7",barBorderRadius:[8,0,0,8]},emphasis:{show:!1}},data:[]},{name:"",type:"bar",barGap:20,barWidth:15,xAxisIndex:2,yAxisIndex:2,label:{normal:{show:!0,color:"red",position:"insideRight",textStyle:{color:"#ffffff"}}},itemStyle:{normal:{color:"#e68b55",barBorderRadius:[0,8,8,0]},emphasis:{show:!1}},data:[]}]},optionsStyle:{},optionsData:{},optionsSetup:{},flagInter:null}},computed:{styleObj:function(){return{position:this.ispreview?"absolute":"static",width:this.optionsStyle.width+"px",height:this.optionsStyle.height+"px",left:this.optionsStyle.left+"px",top:this.optionsStyle.top+"px",background:this.optionsSetup.background}}},watch:{value:{handler:function(t){this.optionsStyle=t.position,this.optionsData=t.data,this.optionsCollapse=t.setup,this.optionsSetup=t.setup,this.editorOptions()},deep:!0}},mounted:function(){this.optionsStyle=this.value.position,this.optionsData=this.value.data,this.optionsCollapse=this.value.setup,this.optionsSetup=this.value.setup,this.editorOptions()},methods:{editorOptions:function(){this.setOptionsTitle(),this.setOptionsXLeft(),this.setOptionsXRight(),this.setOptionsY(),this.setOptionsTop(),this.setOptionsTooltip(),this.setOptionsGrid(),this.setOptionsLegend(),this.setOptionsColor(),this.setOptionsData()},setOptionsTitle:function(){var t=this.optionsSetup,i={};i.text=t.titleText,i.show=t.isNoTitle,i.left=t.textAlign,i.textStyle={color:t.textColor,fontSize:t.textFontSize,fontWeight:t.textFontWeight,fontStyle:t.textFontStyle},i.subtext=t.subText,i.subtextStyle={color:t.subTextColor,fontWeight:t.subTextFontWeight,fontSize:t.subTextFontSize,fontStyle:t.subTextFontStyle},this.options.title=i},setOptionsXLeft:function(){var t=this.optionsSetup,i={splitNumber:t.splitNumberLeft,type:"value",show:t.hideXLeft,inverse:!0,axisLine:{show:t.lineXLeft,lineStyle:{color:t.lineColorXLeft}},axisTick:{show:t.tickLineLeft},position:t.positionXLeft,axisLabel:{show:!0,textStyle:{color:t.colorXLeft,fontSize:t.fontSizeXLeft}},splitLine:{show:t.isShowSplitLineLeft,lineStyle:{color:t.splitLineColorLeft,width:t.splitLineFontWidthLeft,type:"solid"}}};this.options.xAxis[0]=i},setOptionsXRight:function(){var t=this.optionsSetup,i={gridIndex:2,splitNumber:t.splitNumberRight,show:t.hideXRight,type:"value",axisLine:{show:t.lineXRight,lineStyle:{color:t.lineColorXRight}},axisTick:{show:t.tickLineRight},position:t.positionXRight,axisLabel:{show:!0,textStyle:{color:t.colorXRight,fontSize:t.fontSizeXRight}},splitLine:{show:t.isShowSplitLineRight,lineStyle:{color:t.splitLineColorRight,width:t.splitLineFontWidthRight,type:"solid"}}};this.options.xAxis[2]=i},setOptionsY:function(){var t=this.optionsSetup,i={show:t.lineY,lineStyle:{color:t.lineColorY}},e={show:t.tickLineY},o={show:t.hideY,textStyle:{align:t.textAlignY,color:t.colorY,fontSize:t.fontSizeY}};this.options.yAxis[1].axisLine=i,this.options.yAxis[1].axisTick=e,this.options.yAxis[1].axisLabel=o},setOptionsTop:function(){var t=this.optionsSetup,i=this.options.series;for(var e in i)"bar"==i[e].type&&(i[0].label={normal:{show:t.isShow,position:"insideLeft",textStyle:{fontSize:t.fontSize,color:t.subTextColor,fontWeight:t.fontWeight}},emphasis:{show:!1}},i[1].label={normal:{show:t.isShow,color:"red",position:"insideRight",textStyle:{fontSize:t.fontSize,color:t.subTextColor,fontWeight:t.fontWeight}},emphasis:{show:!1}},i[e].barWidth=t.maxWidth);this.options.series=i},setOptionsTooltip:function(){var t=this.optionsSetup,i={trigger:"item",show:!0,textStyle:{color:t.tipsColor,fontSize:t.tipsFontSize}};this.options.tooltip=i},setOptionsGrid:function(){var t=this.optionsSetup,i=[{show:t.frameLineLeft,borderColor:t.borderColorLeft,borderWidth:t.borderWidthLeft,left:t.marginLeftRight,top:t.marginTop,bottom:t.marginBottom,containLabel:!0,width:"40%"},{show:!1,left:"51%",top:t.marginTop,bottom:t.marginBottom+15,width:"0%"},{show:t.frameLineRight,borderColor:t.borderColorRight,borderWidth:t.borderWidthRight,right:t.marginLeftRight,top:t.marginTop,bottom:t.marginBottom,containLabel:!0,width:"40%"}];this.options.grid=i},setOptionsLegend:function(){var t=this.optionsSetup,i=this.options.legend;i.show=t.isShowLegend,i.left=t.lateralPosition,i.top=t.longitudinalPosition,i.bottom=t.longitudinalPosition,i.orient=t.layoutFront,i.textStyle={color:t.legendColor,fontSize:t.legendFontSize},i.itemWidth=t.legendWidth},setOptionsLegendName:function(t){var i=this.optionsSetup,e=this.options.series,o=i.legendName;if(null==o||""==o){for(var s=0;s<t.length;s++)e[s].name=t[s];this.options.legend.data=t}else{for(var n=o.split("|"),a=0;a<n.length;a++)e[a].name=n[a];this.options.legend.data=n}},setOptionsColor:function(){var t=this.optionsSetup,i=t.customColor;if(i){var e={normal:{color:i[0].color,barBorderRadius:[t.radius,0,0,t.radius]},emphasis:{show:!1}},o={normal:{color:i[1].color,barBorderRadius:[0,t.radius,t.radius,0]},emphasis:{show:!1}};this.options.series[0].itemStyle=e,this.options.series[1].itemStyle=o}},setOptionsData:function(){var t=this.optionsSetup,i=this.optionsData;"staticData"==i.dataType?this.staticDataFn(i.staticData,t):this.dynamicDataFn(i.dynamicData,i.refreshTime,t)},setUnique:function(t){var i=[];return t.forEach(function(t){return i.includes(t)?"":i.push(t)}),i},staticDataFn:function(t){var i=[],e=[],o=[],s=[];for(var n in t)i[n]=t[n].axis,e[n]=t[n].name;for(var a in i=this.setUnique(i),e=this.setUnique(e)){var r=new Array(i.length).fill(0);for(var l in i)for(var h in t)t[h].name==e[a]&&t[h].axis==i[l]&&(r[l]=t[h].data);o.push({name:e[a],data:r}),s.push(e[a])}this.options.series[0].name=o[0].name,this.options.series[0].data=o[0].data,this.options.series[1].name=o[1].name,this.options.series[1].data=o[1].data,this.options.yAxis[1].data=i,this.options.legend.data=s,this.setOptionsLegendName(s)},dynamicDataFn:function(t,i,e){var o=this;t&&(this.ispreview?(this.getEchartData(t,e),this.flagInter=setInterval(function(){o.getEchartData(t,e)},i)):this.getEchartData(t,e))},getEchartData:function(t,i){var e=this;this.queryEchartsData(t).then(function(t){e.renderingFn(i,t)})},renderingFn:function(t,i){var e=[];this.options.yAxis[1].data=i.xAxis,"bar"==i.series[0].type&&(this.options.series[0].name=i.series[0].name,this.options.series[0].data=i.series[0].data,this.options.series[1].name=i.series[1].name,this.options.series[1].data=i.series[1].data,e.push(i.series[0].name),e.push(i.series[1].name)),this.options.legend.data=e,this.setOptionsLegendName(e)}}},s=(e("bxU9"),e("KHd+")),n=Object(s.a)(o,function(){var t=this.$createElement,i=this._self._c||t;return i("div",{style:this.styleObj},[i("v-chart",{attrs:{options:this.options,autoresize:""}})],1)},[],!1,null,"a99a093a",null);n.options.__file="widgetBarCompareChart.vue";i.a=n.exports},XboF:function(t,i,e){"use strict";var o=e("OB8b");e.n(o).a},YFqu:function(t,i,e){"use strict";var o=e("BIqN");e.n(o).a},Z5zQ:function(t,i,e){},ZpAp:function(t,i,e){},bseB:function(t,i,e){},bxU9:function(t,i,e){"use strict";var o=e("gl8q");e.n(o).a},cOAw:function(t,i,e){},cWz8:function(t,i,e){"use strict";var o={name:"WidgetTime",components:{},props:{value:Object,ispreview:Boolean},data:function(){return{timestr:"",options:{}}},computed:{transStyle:function(){return console.log(this.objToOne(this.options)),this.objToOne(this.options)},styleColor:function(){return{position:this.ispreview?"absolute":"static",color:this.transStyle.color||"#fff",text:this.transStyle.text||"文本框","font-size":this.transStyle.fontSize+"px"||"30px","letter-spacing":this.transStyle.letterSpacing+"em",background:this.transStyle.background,"font-weight":this.transStyle.fontWeight,"text-align":this.transStyle.textAlign,display:void 0==this.transStyle.hideLayer?"block":this.transStyle.hideLayer?"none":"block",width:this.transStyle.width+"px",height:this.transStyle.height+"px",left:this.transStyle.left+"px",top:this.transStyle.top+"px",right:this.transStyle.right+"px"}}},watch:{value:{handler:function(t){this.options=t},deep:!0}},mounted:function(){this.options=this.value,this.getTime()},methods:{formatFunction:function(t,i){/(y+)/.test(i)&&(i=i.replace(RegExp.$1,(t.getFullYear()+"").substr(4-RegExp.$1.length)));var e={"M+":t.getMonth()+1,"d+":t.getDate(),"h+":t.getHours(),"m+":t.getMinutes(),"s+":t.getSeconds(),"q+":Math.floor((t.getMonth()+3)/3),S:t.getMilliseconds()};for(var o in e)new RegExp("("+o+")").test(i)&&(i=i.replace(RegExp.$1,1==RegExp.$1.length?e[o]:("00"+e[o]).substr((""+e[o]).length)));return i},check:function(t){return t<10?"0"+t:t},formatWeek:function(t,i){for(var e=t.getFullYear(),o=this.check(t.getMonth()+1),s=this.check(t.getDate()),n=this.check(t.getHours()),a=this.check(t.getMinutes()),r=this.check(t.getSeconds()),l=t.getDay(),h=["日","一","二","三","四","五","六"],p=0;p<7;p++)l==p&&(l=" 星期"+h[p]);return"year-week"==i?e+"-"+o+"-"+s+l:"year-h-m-week"==i?e+"-"+o+"-"+s+" "+n+":"+a+l:"year-h-m-s-week"==i?e+"-"+o+"-"+s+" "+n+":"+a+":"+r+l:"week"==i?l:void 0},displayTime:function(){this.timestr=this.transStyle.timeFormat.indexOf("week")>-1?this.formatWeek(new Date,this.transStyle.timeFormat):this.formatFunction(new Date,this.transStyle.timeFormat)},getTime:function(){var t=this;setInterval(function(){t.displayTime()},1e3)}}},s=(e("L9dp"),e("KHd+")),n=Object(s.a)(o,function(){var t=this.$createElement;return(this._self._c||t)("div",{staticClass:"text",style:this.styleColor},[this._v(this._s(this.timestr))])},[],!1,null,"4c4d83ee",null);n.options.__file="widgetTime.vue";i.a=n.exports},cyzc:function(t,i,e){"use strict";var o={name:"WidgetImage",components:{},props:{value:Object,ispreview:Boolean},data:function(){return{options:{}}},computed:{transStyle:function(){return this.objToOne(this.options)},styleColor:function(){return{position:this.ispreview?"absolute":"static",background:this.transStyle.background,"text-align":this.transStyle.textAlign,width:this.transStyle.width+"px",height:this.transStyle.height+"px",left:this.transStyle.left+"px",top:this.transStyle.top+"px",right:this.transStyle.right+"px"}},imgStyle:function(){return{imageAdress:this.transStyle.imageAdress,"border-radius":this.transStyle.borderRadius+"px",opacity:this.transStyle.transparency/100,animation:this.transStyle.startRotate?"turn "+(101-this.transStyle.rotationSpeed)/10+"s linear infinite":"none"}}},watch:{value:{handler:function(t){this.options=t},deep:!0}},created:function(){this.options=this.value},mounted:function(){},methods:{}},s=(e("5BTy"),e("KHd+")),n=Object(s.a)(o,function(){var t=this.$createElement,i=this._self._c||t;return i("div",{staticClass:"imagebox",style:this.styleColor},[i("img",{class:this.transStyle.startRotate?"startImg":"",style:this.imgStyle,attrs:{src:this.imgStyle.imageAdress,alt:""}})])},[],!1,null,"51093336",null);n.options.__file="widgetImage.vue";i.a=n.exports},dHPb:function(t,i,e){"use strict";var o=e("Kw5r"),s=e("xtjD"),n=e.n(s);o.default.use(n.a);var a={props:{value:Object,ispreview:Boolean},data:function(){return{hackReset:!0,options:{title:{},legend:{},radar:{indicator:[]},series:[]},optionsSetup:{},optionsPosition:{},optionsData:{}}},computed:{styleObj:function(){var t=this.optionsPosition;return{position:this.ispreview?"absolute":"static",width:t.width+"px",height:t.height+"px",left:t.left+"px",top:t.top+"px",background:this.optionsSetup.background}}},watch:{value:{handler:function(t){this.optionsSetup=t.setup,this.optionsPosition=t.position,this.optionsData=t.data,this.editorOptions()},deep:!0}},mounted:function(){this.optionsSetup=this.value.setup,this.optionsPosition=this.value.position,this.optionsData=this.value.data,this.editorOptions()},methods:{editorOptions:function(){this.setOptionsTitle(),this.setOptionIndicator(),this.setOptionsRadar(),this.setOptionsLegend(),this.setOptionsTooltip(),this.setOptionsMargin(),this.setOptionsData()},setOptionsTitle:function(){var t=this.optionsSetup,i={};i.text=t.titleText,i.show=t.isNoTitle,i.left=t.textAlign,i.textStyle={color:t.textColor,fontSize:t.textFontSize,fontWeight:t.textFontWeight,fontStyle:t.textFontStyle},i.subtext=t.subText,i.subtextStyle={color:t.subTextColor,fontWeight:t.subTextFontWeight,fontSize:t.subTextFontSize,fontStyle:t.subTextFontStyle},this.options.title=i},setOptionIndicator:function(){var t=this.optionsSetup.dynamicAddRadar;this.options.radar.indicator=t},setOptionsRadar:function(){var t=this.optionsSetup,i={show:t.axisLineShow,lineStyle:{color:t.axisLineColor,opacity:t.axisLineOpacity/100}},e={show:t.axisNameShow,color:t.axisNameColor,fontSize:t.axisNameFontSize,fontStyle:t.axisNamFontStyle,fontWeight:t.axisNamFontWeight},o={show:t.splitLineShow,lineStyle:{color:t.splitLineColor,opacity:t.splitLineOpacity/100}};this.options.radar.axisLine=i,this.options.radar.name=e,this.options.radar.splitLine=o,this.options.radar.shape=t.radarShape,this.options.radar.splitNumber=t.splitNumber},setOptionsLegend:function(){var t=this.optionsSetup,i={show:t.isShowLegend,left:t.lateralPosition,top:t.longitudinalPosition,bottom:t.longitudinalPosition,orient:t.layoutFront,textStyle:{color:t.legendColor,fontSize:t.legendFontSize},itemWidth:t.legendWidth};this.options.legend=i},setOptionsLegendName:function(t){var i=this.optionsSetup,e=this.options.series,o=i.legendName;if(null==o||""==o){for(var s=0;s<t.length;s++)e[0].data[s].name=t[s];this.options.legend.data=t}else{for(var n=o.split("|"),a=0;a<n.length;a++)e[0].data[a].name=n[a];this.options.legend.data=n}},setOptionsTooltip:function(){var t=this.optionsSetup,i={trigger:"item",show:!0,textStyle:{color:t.tipsColor,fontSize:t.tipsFontSize}};this.options.tooltip=i},setOptionsMargin:function(){this.options.radar.radius="70%"},setOptionsData:function(){var t=this.optionsData;"staticData"==t.dataType?this.staticDataFn(t.staticData):this.dynamicDataFn(t.dynamicData,t.refreshTime)},setUnique:function(t){var i=[];return t.forEach(function(t){return i.includes(t)?"":i.push(t)}),i},staticDataFn:function(t){for(var i=this.optionsSetup,e=i.customColor,o=[],s=0;s<e.length;s++)o.push(e[s].color);this.options.color=o;var n=i.dynamicAddRadar,a=[];for(var r in n)a[r]=n[r].key;var l=[],h=[],p=[];for(var c in t)l[c]=t[c].name;for(var u in l){var f=new Array(a.length).fill(0);for(var d in a)for(var S in t)t[S].name==l[u]&&(f[d]=t[S][a[d]]);h.push({name:l[u],value:f,label:{show:i.isShow,position:"top",distance:10,fontSize:i.fontSize,color:i.subTextColor,fontWeight:i.fontWeight},lineStyle:{normal:{type:i.lineType,color:o[u]}}}),p.push(l[u])}this.options.series[0]={type:"radar",data:h,symbolSize:i.symbolSize,areaStyle:{normal:{opacity:i.opacity/100}}},this.options.legend.data=p,this.setOptionsLegendName(p)},dynamicDataFn:function(t,i){var e=this;t&&(this.ispreview?(this.getEchartData(t),this.flagInter=setInterval(function(){e.getEchartData(t)},i)):this.getEchartData(t))},getEchartData:function(t){var i=this;this.queryEchartsData(t).then(function(t){i.renderingFn(t)})},renderingFn:function(t){for(var i=this.optionsSetup,e=i.customColor,o=[],s=0;s<e.length;s++)o.push(e[s].color);this.options.color=o;var n=i.dynamicAddRadar,a=[];for(var r in n)a[r]=n[r].key;var l=[],h=[],p=[];for(var c in t.value)l.push(t.value[c][t.name]);for(var u in l){var f=new Array(a.length).fill(0);for(var d in a)for(var S in t.value)t.value[S][t.name]==l[u]&&(f[d]=t.value[S][a[d]]);h.push({name:l[u],value:f,label:{show:i.isShow,position:"top",distance:10,fontSize:i.fontSize,color:i.subTextColor,fontWeight:i.fontWeight},lineStyle:{normal:{type:i.lineType,color:o[u]}}}),p.push(l[u])}this.options.series[0]={type:"radar",data:h,symbolSize:i.symbolSize,areaStyle:{normal:{opacity:i.opacity/100}}},this.options.legend.data=p,this.setOptionsLegendName(p)}}},r=(e("XboF"),e("KHd+")),l=Object(r.a)(a,function(){var t=this.$createElement,i=this._self._c||t;return i("div",{style:this.styleObj},[i("v-chart",{attrs:{options:this.options,autoresize:""}})],1)},[],!1,null,"0ca2cf46",null);l.options.__file="widgetRadar.vue";i.a=l.exports},e9Bc:function(t,i,e){"use strict";var o=e("/RZQ");e.n(o).a},eVWm:function(t,i,e){"use strict";var o=e("7I5p");e.n(o).a},feXo:function(t,i,e){},froA:function(t,i,e){},gLgb:function(t,i,e){"use strict";var o={name:"WidgetHref",components:{},props:{value:Object,ispreview:Boolean},data:function(){return{options:{}}},computed:{transStyle:function(){return this.objToOne(this.options)},styleColor:function(){return{position:this.ispreview?"absolute":"static",color:this.transStyle.color||"#fff","font-weight":this.transStyle.fontWeight||"600",text:this.transStyle.text||"超链接","font-size":this.transStyle.fontSize+"px"||"12px","letter-spacing":this.transStyle.letterSpacing+"em",background:this.transStyle.background,"text-align":this.transStyle.textAlign,display:void 0==this.transStyle.hideLayer?"block":this.transStyle.hideLayer?"none":"block",width:this.transStyle.width+"px",height:this.transStyle.height+"px",left:this.transStyle.left+"px",top:this.transStyle.top+"px",right:this.transStyle.right+"px",linkAdress:this.transStyle.linkAdress,jumpMode:"other"==this.transStyle.jumpMode?"_blank":"_self"}}},watch:{value:{handler:function(t){this.options=t},deep:!0}},mounted:function(){this.options=this.value},methods:{}},s=(e("xWFW"),e("KHd+")),n=Object(s.a)(o,function(){var t=this.$createElement;return(this._self._c||t)("a",{style:this.styleColor,attrs:{href:this.styleColor.linkAdress,target:this.styleColor.jumpMode}},[this._v(this._s(this.styleColor.text))])},[],!1,null,"f7bdcfb0",null);n.options.__file="widgetHref.vue";i.a=n.exports},gl8q:function(t,i,e){},hmvc:function(t,i,e){"use strict";var o=e("ixw8");e.n(o).a},"i/N1":function(t,i,e){"use strict";var o=e("m4aK");e.n(o).a},iv1i:function(t,i,e){"use strict";var o=e("feXo");e.n(o).a},ixw8:function(t,i,e){},ji1a:function(t,i,e){"use strict";var o=e("HoL1");e.n(o).a},jmgl:function(t,i,e){"use strict";var o=e("MT78"),s=e.n(o),n={name:"WidgetGauge",components:{},props:{value:Object,ispreview:Boolean},data:function(){return{options:{series:[{type:"gauge",z:100,axisLine:{lineStyle:{width:10,color:[[.3,new s.a.graphic.LinearGradient(0,1,1,0,[{offset:0,color:"rgba(0, 237, 3,0.1)"},{offset:.5,color:"rgba(0, 237, 3,0.6)"},{offset:1,color:"rgba(0, 237, 3,1)"}])],[.7,new s.a.graphic.LinearGradient(0,1,1,0,[{offset:0,color:"rgba(255, 184, 0,0.1)"},{offset:.5,color:"rgba(255, 184, 0,0.6)"},{offset:1,color:"rgba(255, 184, 0,1)"}])],[1,new s.a.graphic.LinearGradient(0,1,1,0,[{offset:0,color:"rgba(175, 36, 74,0.1)"},{offset:.5,color:"rgba(255, 36, 74,0.6)"},{offset:1,color:"rgba(255, 36, 74,1)"}])]]}},pointer:{itemStyle:{color:"auto"}},axisTick:{show:!0,distance:0,length:10,lineStyle:{color:"auto",width:2}},splitLine:{show:!0,distance:0,length:14,lineStyle:{color:"auto",width:4}},axisLabel:{show:!0,color:"white",distance:2,fontSize:10},detail:{valueAnimation:!0,formatter:"{value} %",color:"white",fontSize:18},data:[{value:70}]}]},optionsStyle:{},optionsData:{},optionsCollapse:{},optionsSetup:{}}},computed:{styleObj:function(){return{position:this.ispreview?"absolute":"static",width:this.optionsStyle.width+"px",height:this.optionsStyle.height+"px",left:this.optionsStyle.left+"px",top:this.optionsStyle.top+"px",background:this.optionsSetup.background}}},watch:{value:{handler:function(t){this.optionsStyle=t.position,this.optionsData=t.data,this.optionsCollapse=t.collapse,this.optionsSetup=t.setup,this.editorOptions()},deep:!0}},created:function(){this.optionsStyle=this.value.position,this.optionsData=this.value.data,this.optionsCollapse=this.value.collapse,this.optionsSetup=this.value.setup,this.editorOptions()},methods:{editorOptions:function(){this.setOptions(),this.setOptionsData()},setOptions:function(){var t=this.optionsSetup,i=this.options.series;if("gauge"==i[0].type){var e={show:t.ringShow,lineStyle:{width:t.pieWeight,color:[[.3,new s.a.graphic.LinearGradient(0,1,1,0,[{offset:0,color:t.color30p0},{offset:.5,color:t.color30p5},{offset:1,color:t.color30p10}])],[.7,new s.a.graphic.LinearGradient(0,1,1,0,[{offset:0,color:t.color70p0},{offset:.5,color:t.color70p5},{offset:1,color:t.color70p10}])],[1,new s.a.graphic.LinearGradient(0,1,1,0,[{offset:0,color:t.color100p0},{offset:.5,color:t.color100p5},{offset:1,color:t.color100p10}])]]}},o={show:t.tickShow,distance:t.tickDistance,length:t.tickLength,lineStyle:{color:"auto",width:t.tickWidth}},n={show:t.splitShow,distance:t.splitDistance,length:t.splitLength,lineStyle:{color:"auto",width:t.splitWidth}};i[0].axisLine=e,i[0].axisTick=o,i[0].splitLine=n}},setOptionsData:function(){var t=this.optionsData;"staticData"==t.dataType?this.staticDataFn(t.staticData):this.dynamicDataFn(t.dynamicData,t.refreshTime)},staticDataFn:function(t){var i=this.optionsSetup,e=this.options.series,o=[{value:t[0].num}],s={valueAnimation:!0,formatter:"{value} %",color:i.labelColor,fontSize:i.labelFontSize,fontWeight:i.labelFontWeight};e[0].data=o,e[0].detail=s},dynamicDataFn:function(t,i){var e=this;t&&(this.ispreview?(this.getEchartData(t),this.flagInter=setInterval(function(){e.getEchartData(t)},i)):this.getEchartData(t))},getEchartData:function(t){var i=this;this.queryEchartsData(t).then(function(t){i.renderingFn(t)})},renderingFn:function(t){var i=this.optionsSetup,e=this.options.series,o=[{value:t[0].value}],s={valueAnimation:!0,formatter:"{value} %",color:i.labelColor,fontSize:i.labelFontSize,fontWeight:i.labelFontWeight};e[0].data=o,e[0].detail=s}}},a=(e("YFqu"),e("KHd+")),r=Object(a.a)(n,function(){var t=this.$createElement,i=this._self._c||t;return i("div",{style:this.styleObj},[i("v-chart",{attrs:{options:this.options,autoresize:""}})],1)},[],!1,null,"7943b54a",null);r.options.__file="widgetGauge.vue";i.a=r.exports},kq3f:function(t,i,e){"use strict";var o=e("P2sY"),s=e.n(o),n={name:"WidgetPieNightingaleRoseArea",components:{},props:{value:Object,ispreview:Boolean},data:function(){return{options:{legend:{top:"bottom"},toolbox:{show:!0,feature:{mark:{show:!0}}},series:[{type:"pie",radius:["10%","50%"],center:["50%","50%"],roseType:"area",itemStyle:{borderRadius:8},data:[]}]},optionsStyle:{},optionsData:{},optionsCollapse:{},optionsSetup:{}}},computed:{styleObj:function(){return{position:this.ispreview?"absolute":"static",width:this.optionsStyle.width+"px",height:this.optionsStyle.height+"px",left:this.optionsStyle.left+"px",top:this.optionsStyle.top+"px",background:this.optionsSetup.background}}},watch:{value:{handler:function(t){this.optionsStyle=t.position,this.optionsData=t.data,this.optionsCollapse=t.setup,this.optionsSetup=t.setup,this.editorOptions()},deep:!0}},mounted:function(){this.optionsStyle=this.value.position,this.optionsData=this.value.data,this.optionsCollapse=this.value.setup,this.optionsSetup=this.value.setup,this.editorOptions()},methods:{editorOptions:function(){this.setOptionsTitle(),this.setOptionsValue(),this.setOptionsTooltip(),this.setOptionsLegend(),this.setOptionsColor(),this.setOptionsData(),this.setOptionsRosetype()},setOptionsRosetype:function(){this.options.series[0].roseType=this.optionsSetup.nightingleRosetype},setOptionsTitle:function(){var t=this.optionsSetup,i={};i.text=t.titleText,i.show=t.isNoTitle,i.left=t.textAlign,i.textStyle={color:t.textColor,fontSize:t.textFontSize,fontWeight:t.textFontWeight,fontStyle:t.textFontStyle},i.subtext=t.subText,i.subtextStyle={color:t.subTextColor,fontWeight:t.subTextFontWeight,fontSize:t.subTextFontSize,fontStyle:t.subTextFontStyle},this.options.title=i},setOptionsValue:function(){var t=this.optionsSetup,i=this.options.series,e=t.numberValue?"{c}":"",o=t.percentage?"({d})%":"",s={show:t.isShow,formatter:"{a|{b}:"+e+" "+o+"}",rich:{a:{padding:[-30,15,-20,15],color:t.subTextColor,fontSize:t.fontSize,fontWeight:t.fontWeight}},fontSize:t.fontSize,fontWeight:t.optionsSetup};for(var n in i)"pie"==i[n].type&&(i[n].label=s,i[n].labelLine={show:t.isShow})},setOptionsTooltip:function(){var t=this.optionsSetup,i={trigger:"item",show:!0,textStyle:{color:t.tipsColor,fontSize:t.tipsFontSize}};this.options.tooltip=i},setOptionsMargin:function(){var t=this.optionsSetup,i={left:t.marginLeft,right:t.marginRight,bottom:t.marginBottom,top:t.marginTop,containLabel:!0};this.options.grid=i},setOptionsLegend:function(){var t=this.optionsSetup,i=this.options.legend;i.show=t.isShowLegend,i.left="left"==t.lateralPosition?0:"auto",i.right="right"==t.lateralPosition?0:"auto",i.top="top"==t.longitudinalPosition?0:"auto",i.bottom="bottom"==t.longitudinalPosition?0:"auto",i.orient=t.layoutFront,i.textStyle={color:t.legendColor,fontSize:t.legendFontSize},i.itemWidth=t.legendWidth},setOptionsColor:function(){var t=this.optionsSetup.customColor;if(t){for(var i=[],e=0;e<t.length;e++)i.push(t[e].color);this.options.color=i,this.options=s()({},this.options)}},setOptionsData:function(){var t=this.optionsData;"staticData"==t.dataType?this.staticDataFn(t.staticData):this.dynamicDataFn(t.dynamicData,t.refreshTime)},staticDataFn:function(t){var i="string"==typeof t?JSON.parse(t):t;for(var e in this.options.series)"pie"==this.options.series[e].type&&(this.options.series[e].data=i)},dynamicDataFn:function(t,i){var e=this;t&&(this.ispreview?(this.getEchartData(t),this.flagInter=setInterval(function(){e.getEchartData(t)},i)):this.getEchartData(t))},getEchartData:function(t){var i=this;this.queryEchartsData(t).then(function(t){i.renderingFn(t)})},renderingFn:function(t){for(var i in this.options.series)"pie"==this.options.series[i].type&&(this.options.series[i].data=t)}}},a=(e("iv1i"),e("KHd+")),r=Object(a.a)(n,function(){var t=this.$createElement,i=this._self._c||t;return i("div",{style:this.styleObj},[i("v-chart",{attrs:{options:this.options,autoresize:""}})],1)},[],!1,null,"6aa00665",null);r.options.__file="widgetPieNightingaleRose.vue";i.a=r.exports},lgb1:function(t,i,e){"use strict";var o=e("2UlC");e.n(o).a},m4aK:function(t,i,e){},mlo3:function(t,i,e){"use strict";var o=e("P2sY"),s=e.n(o),n={name:"WidgetBarchart",components:{},props:{value:Object,ispreview:Boolean},data:function(){return{options:{grid:{},legend:{textStyle:{color:"#fff"}},xAxis:{type:"category",data:[],axisLabel:{show:!0,textStyle:{color:"#fff"}}},yAxis:{type:"value",data:[],axisLabel:{show:!0,textStyle:{color:"#fff"}}},series:[{data:[],type:"bar",barGap:"0%",itemStyle:{borderRadius:null}}]},optionsStyle:{},optionsData:{},optionsSetup:{},flagInter:null}},computed:{styleObj:function(){return{position:this.ispreview?"absolute":"static",width:this.optionsStyle.width+"px",height:this.optionsStyle.height+"px",left:this.optionsStyle.left+"px",top:this.optionsStyle.top+"px",background:this.optionsSetup.background}}},watch:{value:{handler:function(t){this.optionsStyle=t.position,this.optionsData=t.data,this.optionsCollapse=t.setup,this.optionsSetup=t.setup,this.editorOptions()},deep:!0}},mounted:function(){this.optionsStyle=this.value.position,this.optionsData=this.value.data,this.optionsCollapse=this.value.setup,this.optionsSetup=this.value.setup,this.editorOptions()},methods:{editorOptions:function(){this.setOptionsTitle(),this.setOptionsX(),this.setOptionsY(),this.setOptionsTop(),this.setOptionsTooltip(),this.setOptionsMargin(),this.setOptionsColor(),this.setOptionsData()},setOptionsTitle:function(){var t=this.optionsSetup,i={};i.text=t.titleText,i.show=t.isNoTitle,i.left=t.textAlign,i.textStyle={color:t.textColor,fontSize:t.textFontSize,fontWeight:t.textFontWeight,fontStyle:t.textFontStyle},i.subtext=t.subText,i.subtextStyle={color:t.subTextColor,fontWeight:t.subTextFontWeight,fontSize:t.subTextFontSize,fontStyle:t.subTextFontStyle},this.options.title=i},setOptionsX:function(){var t=this.optionsSetup,i={type:"category",show:t.hideX,name:t.nameX,nameTextStyle:{color:t.nameColorX,fontSize:t.nameFontSizeX},inverse:t.reversalX,axisLabel:{show:!0,interval:t.textInterval,rotate:t.textAngleX,textStyle:{color:t.colorX,fontSize:t.fontSizeX}},axisLine:{show:!0,lineStyle:{color:t.lineColorX,width:t.lineWidthX}},splitLine:{show:t.isShowSplitLineX,lineStyle:{color:t.splitLineColorX,width:t.splitLineWidthX}}};this.options.xAxis=i},setOptionsY:function(){var t=this.optionsSetup,i={type:"value",scale:t.scale,splitNumber:t.splitNumberY,show:t.isShowY,name:t.textNameY,nameTextStyle:{color:t.nameColorY,fontSize:t.nameFontSizeY},inverse:t.reversalY,axisLabel:{show:!0,rotate:t.textAngleY,textStyle:{color:t.colorY,fontSize:t.fontSizeY}},axisLine:{show:!0,lineStyle:{color:t.lineColorY,width:t.lineWidthY}},splitLine:{show:t.isShowSplitLineY,lineStyle:{color:t.splitLineColorY,width:t.splitLineWidthY}}};this.options.yAxis=i},setOptionsTop:function(){var t=this.optionsSetup,i=this.options.series;"bar"==i[0].type&&(t.verticalShow?i[0].label={show:t.isShow,position:"right",distance:t.distance,textStyle:{fontSize:t.fontSize,color:t.subTextColor,fontWeight:t.fontWeight}}:i[0].label={show:t.isShow,position:"top",distance:t.distance,fontSize:t.fontSize,color:t.subTextColor,fontWeight:t.fontWeight}),i[0].barWidth=t.maxWidth,i[0].barMinHeight=t.minHeight},setOptionsTooltip:function(){var t=this.optionsSetup,i={trigger:"item",show:!0,textStyle:{color:t.tipsColor,fontSize:t.tipsFontSize}};this.options.tooltip=i},setOptionsMargin:function(){var t=this.optionsSetup,i={left:t.marginLeft,right:t.marginRight,bottom:t.marginBottom,top:t.marginTop,containLabel:!0};this.options.grid=i},setOptionsColor:function(){var t=this.optionsSetup,i=t.customColor;if(i){for(var e=[],o=0;o<i.length;o++)e.push(i[o].color);var n={normal:{color:function(t){return e[t.dataIndex]},barBorderRadius:t.radius}};for(var a in this.options.series)"bar"==this.options.series[a].type&&(this.options.series[a].itemStyle=n);this.options=s()({},this.options)}},setOptionsData:function(){var t=this.optionsSetup,i=this.optionsData;"staticData"==i.dataType?this.staticDataFn(i.staticData):this.dynamicDataFn(i.dynamicData,i.refreshTime,t)},staticDataFn:function(t){var i=this.optionsSetup,e=this.options.series,o=[],s=[];for(var n in t)o[n]=t[n].axis,s[n]=t[n].data;i.verticalShow?(this.options.xAxis.data=[],this.options.yAxis.data=o,this.options.xAxis.type="value",this.options.yAxis.type="category"):(this.options.xAxis.data=o,this.options.yAxis.data=[],this.options.xAxis.type="category",this.options.yAxis.type="value"),"bar"==e[0].type&&(e[0].data=s)},dynamicDataFn:function(t,i,e){var o=this;t&&(this.ispreview?(this.getEchartData(t,e),this.flagInter=setInterval(function(){o.getEchartData(t,e)},i)):this.getEchartData(t,e))},getEchartData:function(t,i){var e=this;this.queryEchartsData(t).then(function(t){e.renderingFn(i,t)})},renderingFn:function(t,i){t.verticalShow?(this.options.xAxis.data=[],this.options.yAxis.data=i.xAxis,this.options.xAxis.type="value",this.options.yAxis.type="category"):(this.options.xAxis.data=i.xAxis,this.options.yAxis.data=[],this.options.xAxis.type="category",this.options.yAxis.type="value");var e=this.options.series;for(var o in e)"bar"==e[o].type&&(e[o].data=i.series[o].data)}}},a=(e("07gj"),e("KHd+")),r=Object(a.a)(n,function(){var t=this.$createElement,i=this._self._c||t;return i("div",{style:this.styleObj},[i("v-chart",{attrs:{options:this.options,autoresize:""}})],1)},[],!1,null,"5a3c9c96",null);r.options.__file="widgetBarchart.vue";i.a=r.exports},"n/6M":function(t,i,e){"use strict";var o={name:"widgetHeatmap",components:{},props:{value:Object,ispreview:Boolean},data:function(){return{options:{title:{text:"",left:"center",textStyle:{color:"#fff"}},tooltip:{position:"top",show:!0,textStyle:{}},grid:{height:"90%",width:"90%",top:10,left:20},xAxis:{name:"",type:"category",axisLabel:{show:!0,color:"#0f0"},data:[],splitArea:{show:!1},nameTextStyle:{color:"",fontSize:14}},yAxis:{name:"",type:"category",axisLabel:{show:!0,color:"#0f0"},data:[],splitArea:{show:!1},nameTextStyle:{color:"",fontSize:14}},visualMap:{show:!0,min:0,max:5e3,calculable:!0,orient:"horizontal",left:"center",bottom:0,inRange:{color:[]},textStyle:{fontSize:14,color:"#fff"}},series:[{name:"",type:"heatmap",data:[],label:{show:!1,fontSize:16},emphasis:{itemStyle:{shadowBlur:10,shadowColor:"rgba(0, 0, 0, 0.5)"}}}]},optionsStyle:{},optionsData:{},optionsCollapse:{},optionsSetup:{}}},computed:{styleObj:function(){return{position:this.ispreview?"absolute":"static",width:this.optionsStyle.width+"px",height:this.optionsStyle.height+"px",left:this.optionsStyle.left+"px",top:this.optionsStyle.top+"px",background:this.optionsSetup.background}}},watch:{value:{handler:function(t){this.optionsStyle=t.position,this.optionsData=t.data,this.optionsCollapse=t.collapse,this.optionsSetup=t.setup,this.editorOptions()},deep:!0}},created:function(){this.optionsStyle=this.value.position,this.optionsData=this.value.data,this.optionsCollapse=this.value.collapse,this.optionsSetup=this.value.setup,this.editorOptions()},methods:{editorOptions:function(){this.setOptionsTitle(),this.setOptionsX(),this.setOptionsY(),this.setOptionsSeries(),this.setOptionsMargin(),this.setOptionsVisualMap(),this.setOptionsData()},setOptionsTitle:function(){var t=this.optionsSetup,i={};i.text=t.titleText,i.show=t.isNoTitle,i.left=t.textAlign,i.textStyle={color:t.textColor,fontSize:t.textFontSize,fontWeight:t.textFontWeight,fontStyle:t.textFontStyle},i.subtext=t.subText,i.subtextStyle={color:t.subTextColor,fontWeight:t.subTextFontWeight,fontSize:t.subTextFontSize,fontStyle:t.subTextFontStyle},this.options.title=i},setOptionsX:function(){var t=this.optionsSetup,i={type:"category",show:t.hideX,name:t.nameX,nameTextStyle:{color:t.nameColorX,fontSize:t.nameFontSizeX},inverse:t.reversalX,axisLabel:{show:!0,interval:t.textInterval,rotate:t.textAngleX,textStyle:{color:t.colorX,fontSize:t.fontSizeX}},axisLine:{show:!0,lineStyle:{color:t.lineColorX,width:t.lineWidthX}}};this.options.xAxis=i},setOptionsY:function(){var t=this.optionsSetup,i={type:"value",scale:t.scale,splitNumber:t.splitNumberY,show:t.isShowY,name:t.textNameY,nameTextStyle:{color:t.nameColorY,fontSize:t.nameFontSizeY},inverse:t.reversalY,axisLabel:{show:!0,rotate:t.textAngleY,textStyle:{color:t.colorY,fontSize:t.fontSizeY}},axisLine:{show:!0,lineStyle:{color:t.lineColorY,width:t.lineWidthY}}};this.options.yAxis=i},setOptionsSeries:function(){var t=this.optionsSetup,i={show:t.isShow,textStyle:{fontSize:t.fontSize,color:t.subTextColor,fontWeight:t.fontWeight}};this.options.series[0].label=i},setOptionsMargin:function(){var t=this.optionsSetup,i={left:t.marginLeft,right:t.marginRight,bottom:t.marginBottom,top:t.marginTop,containLabel:!0};this.options.grid=i},setOptionsTooltip:function(){var t=this.optionsSetup,i={trigger:"item",position:"top",show:!0,textStyle:{color:t.tipsColor,fontSize:t.tipsFontSize}};this.options.tooltip=i},setOptionsVisualMap:function(){var t=this.optionsSetup,i=this.options.visualMap;i.show=t.isShowLegend,i.min=t.dataMin,i.max=t.dataMax,i.textStyle={fontSize:t.legendFontSize,color:t.legendColor},i.inRange.color=t.legendColorList.map(function(t){return t.color}),i.left=t.lateralPosition,i.top=t.longitudinalPosition,i.bottom=t.longitudinalPosition,i.orient=t.layoutFront,i.itemWidth=t.legendWidth},setOptionsData:function(){var t=this.optionsData;"staticData"==t.dataType?this.staticDataFn(t.staticData):this.dynamicDataFn(t.dynamicData,t.refreshTime)},setUnique:function(t){var i=[];return t.forEach(function(t){return i.includes(t)?"":i.push(t)}),i},staticDataFn:function(t){var i=[],e=[],o=[];for(var s in t)e[s]=t[s].axis,o[s]=t[s].yaxis,i[s]=[t[s].axis,t[s].yaxis,t[s].num];e=this.setUnique(e),o=this.setUnique(o),this.options.xAxis.data=e,this.options.yAxis.data=o,this.options.series[0].data=i},dynamicDataFn:function(t,i){var e=this;t&&(this.ispreview?(this.getEchartData(t),this.flagInter=setInterval(function(){e.getEchartData(t)},i)):this.getEchartData(t))},getEchartData:function(t){var i=this;this.queryEchartsData(t).then(function(t){i.renderingFn(t)})},renderingFn:function(t){this.options.xAxis.data=t.xAxis,this.options.yAxis.data=t.yAxis,this.options.series[0].data=t.series}}},s=(e("hmvc"),e("KHd+")),n=Object(s.a)(o,function(){var t=this.$createElement,i=this._self._c||t;return i("div",{style:this.styleObj},[i("v-chart",{attrs:{options:this.options,autoresize:""}})],1)},[],!1,null,"67ade122",null);n.options.__file="widgetHeatmap.vue";i.a=n.exports},nERQ:function(t,i,e){},nm09:function(t,i,e){},nphy:function(t,i,e){"use strict";var o=e("skTB");e.n(o).a},pizJ:function(t,i,e){"use strict";var o={name:"widgetRotatePieChart",components:{},props:{value:Object,ispreview:Boolean},data:function(){return{options:{title:{},series:[{name:"最外环",type:"pie",silent:!0,radius:["98%","97%"],label:{normal:{show:!1}},labelLine:{normal:{show:!1}},itemStyle:{normal:{show:!1}},data:[0]},{name:"外四环",type:"pie",zlevel:2,silent:!0,radius:["90%","91%"],startAngle:50,hoverAnimation:!1,label:{normal:{show:!1}},labelLine:{normal:{show:!1}},data:[0]},{name:"里四环",type:"pie",zlevel:3,silent:!0,radius:["88%","87%"],label:{normal:{show:!1}},labelLine:{normal:{show:!1}},data:[0]},{name:"虚线环",type:"pie",zlevel:4,silent:!0,radius:["84%","83%"],label:{normal:{show:!1}},labelLine:{normal:{show:!1}},data:[0]},{name:"三分环",type:"pie",zlevel:5,silent:!0,radius:["80%","78%"],color:["#fc8d89","#46d3f3","rgba(203,203,203,.2)"],startAngle:50,avoidLabelOverlap:!1,hoverAnimation:!1,label:{normal:{show:!1}},data:[50,20,40]},{name:"外指标环",type:"gauge",splitNumber:30,min:0,max:100,radius:"73%",center:["50%","50%"],startAngle:90,endAngle:-269.9999,axisLabel:{show:!1},pointer:{show:0},detail:{show:0}},{name:"里指标环",type:"gauge",splitNumber:30,min:0,max:100,radius:"68%",center:["50%","50%"],startAngle:90,endAngle:-269.9999,axisLabel:{show:!1},pointer:{show:0},detail:{show:!1}},{name:"环外环",type:"pie",zlevel:20,silent:!0,radius:["60%","59%"],hoverAnimation:!1,label:{normal:{show:!1}},labelLine:{normal:{show:!1}}},{name:"中间环形图",type:"pie",radius:["40%","55%"],avoidLabelOverlap:!1,hoverAnimation:!1,itemStyle:{normal:{color:"#80ADD2",borderColor:"#3D4268"}},label:{normal:{show:!1,position:"center"},emphasis:{show:!0,textStyle:{fontSize:"30",fontWeight:"bold"}}},labelLine:{normal:{show:!1}},data:[25,25,25,25,25,25]}]},optionsStyle:{},optionsCollapse:{},optionsSetup:{}}},computed:{styleObj:function(){return{position:this.ispreview?"absolute":"static",width:this.optionsStyle.width+"px",height:this.optionsStyle.height+"px",left:this.optionsStyle.left+"px",top:this.optionsStyle.top+"px",background:this.optionsSetup.background}}},watch:{value:{handler:function(t){this.optionsStyle=t.position,this.optionsData=t.data,this.optionsCollapse=t.setup,this.optionsSetup=t.setup,this.editorOptions()},deep:!0}},mounted:function(){this.optionsStyle=this.value.position,this.optionsData=this.value.data,this.optionsCollapse=this.value.setup,this.optionsSetup=this.value.setup,this.editorOptions()},methods:{editorOptions:function(){this.setOptionsLastRing(),this.setOptionsEightRing(),this.setOptionsDottedRing(),this.setOptionsThreeRing(),this.setOptionsOutRing(),this.setOptionsInRing(),this.setOptionsRingOnRing(),this.setOptionsPie()},setColor:function(t){return""==t&&(t="rgba(0,0,0,0)"),t},setOptionsLastRing:function(){var t=this.optionsSetup,i=this.options.series[0];t.isLastRingShow?i.data=[0]:i.data="";var e={color:{colorStops:[{offset:0,color:this.setColor(t.lastRing0Color)},{offset:1,color:this.setColor(t.lastRing100Color)}]}};i.itemStyle.normal=e},setRingPie2:function(){for(var t=this.optionsSetup,i=[],e=0;e<8;e++)e%2==0?i.push({name:(e+1).toString(),value:25,itemStyle:{normal:{color:this.setColor(t.eightColor),borderWidth:0,borderColor:"rgba(0,0,0,0)"}}}):i.push({name:(e+1).toString(),value:20,itemStyle:{normal:{color:"rgba(0,0,0,0)"}}});return i},setOptionsEightRing:function(){var t=this.options.series;t[1].data=this.setRingPie2(),t[2].data=this.setRingPie2()},setRingPie3:function(){for(var t=this.optionsSetup,i=[],e=0;e<2*t.dottedNum;e++)e%2==0?i.push({name:(e+1).toString(),value:25,itemStyle:{normal:{color:this.setColor(t.dottedColor),borderWidth:0,borderColor:"rgba(0,0,0,0)"}}}):i.push({name:(e+1).toString(),value:20,itemStyle:{normal:{color:"rgba(0,0,0,0)"}}});return i},setOptionsDottedRing:function(){this.options.series[3].data=this.setRingPie3()},setOptionsThreeRing:function(){var t=this.optionsSetup;this.options.series[4].color=[this.setColor(t.three1Color),this.setColor(t.three2Color),this.setColor(t.three3Color)]},setOptionsOutRing:function(){var t=this.optionsSetup,i=this.options.series,e={show:t.isOutRingShow,lineStyle:{width:t.outRingWidth,shadowBlur:0,color:[[1,this.setColor(t.outRingColor)]]}},o={show:t.isOutTickShow,lineStyle:{color:this.setColor(t.outTickColor),width:t.outTickWidth},length:t.outTickLength,splitNumber:t.outTickWidth};i[5].splitNumber=t.outSplitNum;var s={show:t.isOutSplitShow,length:t.outSplitLength,lineStyle:{color:this.setColor(t.outSplitColor),width:t.outSplitWidth}};i[5].axisLine=e,i[5].axisTick=o,i[5].splitLine=s},setOptionsInRing:function(){var t=this.optionsSetup,i=this.options.series,e={show:t.isInRingShow,lineStyle:{width:t.inRingWidth,shadowBlur:0,color:[[1,this.setColor(t.inRingColor)]]}},o={show:t.isInTickShow,lineStyle:{color:this.setColor(t.inTickColor),width:t.inTickWidth},length:t.inTickLength,splitNumber:t.inTickNum};i[6].splitNumber=t.inSplitNum;var s={show:t.isInSplitShow,length:t.inSplitLength,lineStyle:{color:this.setColor(t.inSplitColor),width:t.inSplitWidth}};i[6].axisLine=e,i[6].axisTick=o,i[6].splitLine=s},setOptionsRingOnRing:function(){var t=this.optionsSetup,i=this.options.series[7];t.isRingOnRingShow?i.data=[0]:i.data="";var e={normal:{color:this.setColor(t.ringOnRingColor)}};i.itemStyle=e},setOptionsPie:function(){var t=this.optionsSetup,i=this.options.series[8],e=t.pieWidth+"%";i.radius=[e,"55%"];var o=t.pieBlocks;i.data="six"==o?[25,25,25,25,25,25]:"five"==o?[30,30,30,30,30]:[40,40,40,40];var s={normal:{color:this.setColor(t.pieColor),borderColor:this.setColor(t.pieBorderColor)}};i.itemStyle=s}}},s=(e("zJyt"),e("KHd+")),n=Object(s.a)(o,function(){var t=this.$createElement,i=this._self._c||t;return i("div",{style:this.styleObj},[i("v-chart",{attrs:{options:this.options,autoresize:""}})],1)},[],!1,null,"61dce52f",null);n.options.__file="widgetDecoratePieChart.vue";i.a=n.exports},rMB3:function(t,i,e){"use strict";var o=e("P2sY"),s=e.n(o),n={name:"WidgetLinechart",components:{},props:{value:Object,ispreview:Boolean},data:function(){return{options:{grid:{},color:[],title:{text:"",textStyle:{color:"#fff"}},tooltip:{trigger:"item",formatter:"{a} <br/>{b} : {c}%"},legend:{textStyle:{color:"#fff"}},xAxis:{type:"category",data:["Mon","Tue","Wed","Thu","Fri","Sat","Sun"],axisLabel:{show:!0,textStyle:{color:"#fff"}}},yAxis:{type:"value",axisLabel:{show:!0,textStyle:{color:"#fff"}}},series:[{data:[],type:"line"}]},optionsStyle:{},optionsData:{},optionsCollapse:{},optionsSetup:{}}},computed:{styleObj:function(){return{position:this.ispreview?"absolute":"static",width:this.optionsStyle.width+"px",height:this.optionsStyle.height+"px",left:this.optionsStyle.left+"px",top:this.optionsStyle.top+"px",background:this.optionsSetup.background}}},watch:{value:{handler:function(t){this.optionsStyle=t.position,this.optionsData=t.data,this.optionsCollapse=t.collapse,this.optionsSetup=t.setup,this.editorOptions()},deep:!0}},created:function(){this.optionsStyle=this.value.position,this.optionsData=this.value.data,this.optionsCollapse=this.value.collapse,this.optionsSetup=this.value.setup,this.editorOptions()},methods:{editorOptions:function(){this.setOptionsTitle(),this.setOptionsX(),this.setOptionsY(),this.setOptionsTop(),this.setOptionsTooltip(),this.setOptionsData(),this.setOptionsMargin(),this.setOptionsColor()},setOptionsTitle:function(){var t=this.optionsSetup,i={};i.text=t.titleText,i.show=t.isNoTitle,i.left=t.textAlign,i.textStyle={color:t.textColor,fontSize:t.textFontSize,fontWeight:t.textFontWeight,fontStyle:t.textFontStyle},i.subtext=t.subText,i.subtextStyle={color:t.subTextColor,fontWeight:t.subTextFontWeight,fontSize:t.subTextFontSize,fontStyle:t.subTextFontStyle},this.options.title=i},setOptionsX:function(){var t=this.optionsSetup,i={type:"category",show:t.hideX,name:t.nameX,nameTextStyle:{color:t.nameColorX,fontSize:t.nameFontSizeX},inverse:t.reversalX,axisLabel:{show:!0,interval:t.textInterval,rotate:t.textAngleX,textStyle:{color:t.colorX,fontSize:t.fontSizeX}},axisLine:{show:!0,lineStyle:{color:t.lineColorX,width:t.lineWidthX}},splitLine:{show:t.isShowSplitLineX,lineStyle:{color:t.splitLineColorX,width:t.splitLineWidthX}}};this.options.xAxis=i},setOptionsY:function(){var t=this.optionsSetup,i={type:"value",scale:t.scale,splitNumber:t.splitNumberY,show:t.isShowY,name:t.textNameY,nameTextStyle:{color:t.nameColorY,fontSize:t.nameFontSizeY},inverse:t.reversalY,axisLabel:{show:!0,rotate:t.textAngleY,textStyle:{color:t.colorY,fontSize:t.fontSizeY}},axisLine:{show:!0,lineStyle:{color:t.lineColorY,width:t.lineWidthY}},splitLine:{show:t.isShowSplitLineY,lineStyle:{color:t.splitLineColorY,width:t.splitLineWidthY}}};this.options.yAxis=i},setOptionsTop:function(){var t=this.optionsSetup,i=this.options.series;for(var e in i)"line"==i[e].type&&(i[e].symbol=t.symbol,i[e].showSymbol=t.markPoint,i[e].symbolSize=t.pointSize,i[e].smooth=t.smoothCurve,t.area?i[e].areaStyle={opacity:t.areaThickness/100}:i[e].areaStyle={opacity:0},i[e].lineStyle={width:t.lineWidth},i[e].label={show:t.isShow,position:"top",distance:10,fontSize:t.fontSize,color:t.subTextColor,fontWeight:t.fontWeight});this.options.series=i},setOptionsTooltip:function(){var t=this.optionsSetup,i={trigger:"item",show:!0,textStyle:{color:t.tipsColor,fontSize:t.tipsFontSize}};this.options.tooltip=i},setOptionsMargin:function(){var t=this.optionsSetup,i={left:t.marginLeft,right:t.marginRight,bottom:t.marginBottom,top:t.marginTop,containLabel:!0};this.options.grid=i},setOptionsColor:function(){var t=this.optionsSetup.customColor;if(t){for(var i=[],e=0;e<t.length;e++)i.push(t[e].color);this.options.color=i,this.options=s()({},this.options)}},setOptionsData:function(){var t=this.optionsData;"staticData"==t.dataType?this.staticDataFn(t.staticData):this.dynamicDataFn(t.dynamicData,t.refreshTime)},staticDataFn:function(t){var i=this.options.series,e=[],o=[];for(var s in t)e[s]=t[s].axis,o[s]=t[s].data;for(var n in this.options.xAxis.data=e,i)"line"==i[n].type&&(i[n].data=o)},dynamicDataFn:function(t,i){var e=this;t&&(this.ispreview?(this.getEchartData(t),this.flagInter=setInterval(function(){e.getEchartData(t)},i)):this.getEchartData(t))},getEchartData:function(t){var i=this;this.queryEchartsData(t).then(function(t){i.renderingFn(t)})},renderingFn:function(t){this.options.xAxis.data=t.xAxis;var i=this.options.series;for(var e in i)"line"==i[e].type&&(i[e].data=t.series[e].data)}}},a=(e("sN4C"),e("KHd+")),r=Object(a.a)(n,function(){var t=this.$createElement,i=this._self._c||t;return i("div",{style:this.styleObj},[i("v-chart",{attrs:{options:this.options,autoresize:""}})],1)},[],!1,null,"103df504",null);r.options.__file="widgetLinechart.vue";i.a=r.exports},s5ii:function(t,i,e){},sN4C:function(t,i,e){"use strict";var o=e("bseB");e.n(o).a},sa8E:function(t,i,e){},skTB:function(t,i,e){},tHtw:function(t,i,e){"use strict";var o=e("MT78"),s=e.n(o),n={name:"WidgetGradientColorBarchart",components:{},props:{value:Object,ispreview:Boolean},data:function(){return{options:{title:{text:"",x:"center",y:"4%",textStyle:{color:"#fff",fontSize:"22"},subtextStyle:{color:"#90979c",fontSize:"16"}},tooltip:{trigger:"axis",axisPointer:{type:"shadow"}},grid:{top:"15%",right:"3%",left:"5%",bottom:"12%"},legend:{textStyle:{color:"#fff"}},xAxis:{type:"category",data:[],axisLine:{lineStyle:{color:"rgba(255,255,255,0.12)"}},axisLabel:{margin:10,color:"#e2e9ff",textStyle:{fontSize:14}}},yAxis:{name:"",axisLabel:{formatter:"{value}",color:"#e2e9ff"},axisLine:{show:!1,lineStyle:{color:"rgba(255,255,255,0)"}},splitLine:{lineStyle:{color:"rgba(255,255,255,0.12)"}}},series:[{type:"bar",data:[5e3,2600,1300,1300,1250,1500],barWidth:"20px",itemStyle:{normal:{color:new s.a.graphic.LinearGradient(0,0,0,1,[{offset:0,color:"rgba(0,244,255,1)"},{offset:1,color:"rgba(0,77,167,1)"}],!1),shadowColor:"rgba(0,160,221,1)",shadowBlur:4}},label:{normal:{show:!0,position:["-10","-30"],distance:1,formatter:"{a|{c}}",rich:{a:{fontSize:15,color:"#fff",align:"center"}}}}}]},optionsStyle:{},optionsData:{},optionsSetup:{}}},computed:{styleObj:function(){return{position:this.ispreview?"absolute":"static",width:this.optionsStyle.width+"px",height:this.optionsStyle.height+"px",left:this.optionsStyle.left+"px",top:this.optionsStyle.top+"px",background:this.optionsSetup.background}}},watch:{value:{handler:function(t){this.optionsStyle=t.position,this.optionsData=t.data,this.optionsCollapse=t.setup,this.optionsSetup=t.setup,this.editorOptions()},deep:!0}},mounted:function(){this.optionsStyle=this.value.position,this.optionsData=this.value.data,this.optionsCollapse=this.value.setup,this.optionsSetup=this.value.setup,this.editorOptions()},methods:{editorOptions:function(){this.setOptionsTitle(),this.setOptionsX(),this.setOptionsY(),this.setOptionsTop(),this.setOptionsMargin(),this.setOptionsColor(),this.setOptionsData()},setOptionsTitle:function(){var t=this.optionsSetup,i={};i.text=t.titleText,i.show=t.isNoTitle,i.left=t.textAlign,i.textStyle={color:t.textColor,fontSize:t.textFontSize,fontWeight:t.textFontWeight,fontStyle:t.textFontStyle},i.subtext=t.subText,i.subtextStyle={color:t.subTextColor,fontWeight:t.subTextFontWeight,fontSize:t.subTextFontSize,fontStyle:t.subTextFontStyle},this.options.title=i},setOptionsX:function(){var t=this.optionsSetup,i={type:"category",show:t.hideX,name:t.nameX,nameTextStyle:{color:t.nameColorX,fontSize:t.nameFontSizeX},inverse:t.reversalX,axisLabel:{show:!0,interval:t.textInterval,rotate:t.textAngleX,textStyle:{color:t.colorX,fontSize:t.fontSizeX}},axisLine:{show:!0,lineStyle:{color:t.lineColorX,width:t.lineWidthX}},splitLine:{show:t.isShowSplitLineX,lineStyle:{color:t.splitLineColorX,width:t.splitLineWidthX}}};this.options.xAxis=i},setOptionsY:function(){var t=this.optionsSetup,i={type:"value",scale:t.scale,splitNumber:t.splitNumberY,show:t.isShowY,name:t.textNameY,nameTextStyle:{color:t.nameColorY,fontSize:t.nameFontSizeY},inverse:t.reversalY,axisLabel:{show:!0,rotate:t.textAngleY,textStyle:{color:t.colorY,fontSize:t.fontSizeY}},axisLine:{show:!0,lineStyle:{color:t.lineColorY,width:t.lineWidthY}},splitLine:{show:t.isShowSplitLineY,lineStyle:{color:t.splitLineColorY,width:t.splitLineWidthY}}};this.options.yAxis=i},setOptionsTop:function(){var t=this.optionsSetup,i=this.options.series;"bar"==i[0].type&&(t.verticalShow?i[0].label={show:t.isShow,position:"right",distance:t.distance,fontSize:t.fontSize,color:t.subTextColor,fontWeight:t.fontWeight}:i[0].label={show:t.isShow,position:"top",distance:t.distance,fontSize:t.fontSize,color:t.subTextColor,fontWeight:t.fontWeight},i[0].barWidth=t.maxWidth)},setOptionsTooltip:function(){var t=this.optionsSetup,i={trigger:"item",show:!0,textStyle:{color:t.tipsColor,fontSize:t.tipsFontSize}};this.options.tooltip=i},setOptionsMargin:function(){var t=this.optionsSetup,i={left:t.marginLeft,right:t.marginRight,bottom:t.marginBottom,top:t.marginTop,containLabel:!0};this.options.grid=i},setOptionsColor:function(){var t=this.optionsSetup,i=this.options.series[0].itemStyle,e={};e=t.verticalShow?{color:new s.a.graphic.LinearGradient(1,0,0,0,[{offset:0,color:t.bar0color},{offset:1,color:t.bar100color}]),barBorderRadius:t.radius,shadowColor:t.shadowColor,shadowBlur:t.shadowBlur}:{color:new s.a.graphic.LinearGradient(0,0,0,1,[{offset:0,color:t.bar0color},{offset:1,color:t.bar100color}]),barBorderRadius:t.radius,shadowColor:t.shadowColor,shadowBlur:t.shadowBlur},i.normal=e},setOptionsData:function(){var t=this.optionsSetup,i=this.optionsData;"staticData"==i.dataType?this.staticDataFn(i.staticData):this.dynamicDataFn(i.dynamicData,i.refreshTime,t)},staticDataFn:function(t){var i=this.optionsSetup,e=this.options.series,o=[],s=[];for(var n in t)o[n]=t[n].axis,s[n]=t[n].data;i.verticalShow?(this.options.xAxis.data=[],this.options.yAxis.data=o,this.options.xAxis.type="value",this.options.yAxis.type="category"):(this.options.xAxis.data=o,this.options.yAxis.data=[],this.options.xAxis.type="category",this.options.yAxis.type="value"),"bar"==e[0].type&&(e[0].data=s)},dynamicDataFn:function(t,i,e){var o=this;t&&(this.ispreview?(this.getEchartData(t,e),this.flagInter=setInterval(function(){o.getEchartData(t,e)},i)):this.getEchartData(t,e))},getEchartData:function(t,i){var e=this;this.queryEchartsData(t).then(function(t){e.renderingFn(i,t)})},renderingFn:function(t,i){t.verticalShow?(this.options.xAxis.data=[],this.options.yAxis.data=i.xAxis,this.options.xAxis.type="value",this.options.yAxis.type="category"):(this.options.xAxis.data=i.xAxis,this.options.yAxis.data=[],this.options.xAxis.type="category",this.options.yAxis.type="value");var e=this.options.series;for(var o in e)"bar"==e[o].type&&(e[o].data=i.series[o].data)}}},a=(e("PeSU"),e("KHd+")),r=Object(a.a)(n,function(){var t=this.$createElement,i=this._self._c||t;return i("div",{style:this.styleObj},[i("v-chart",{attrs:{options:this.options,autoresize:""}})],1)},[],!1,null,"75fb3e45",null);r.options.__file="widgetGradientColorBarchart.vue";i.a=r.exports},uAIp:function(t,i,e){"use strict";var o=e("HztK");e.n(o).a},ucA2:function(t,i,e){"use strict";var o=e("Z5zQ");e.n(o).a},wIJw:function(t,i,e){},xSk4:function(t,i,e){"use strict";var o={name:"WidgetVideo",components:{},props:{value:Object,ispreview:Boolean},data:function(){return{options:{}}},computed:{transStyle:function(){return this.objToOne(this.options)},styleColor:function(){return{position:this.ispreview?"absolute":"static",width:this.transStyle.width+"px",height:this.transStyle.height+"px",left:this.transStyle.left+"px",top:this.transStyle.top+"px",right:this.transStyle.right+"px",videoAdress:this.transStyle.videoAdress}}},watch:{value:{handler:function(t){this.options=t},deep:!0}},mounted:function(){this.options=this.value},methods:{}},s=(e("e9Bc"),e("KHd+")),n=Object(s.a)(o,function(){var t=this.$createElement;return(this._self._c||t)("video",{style:this.styleColor,attrs:{src:this.styleColor.videoAdress,controls:"controls"}},[this._v("\n 您的浏览器不支持 video 标签。\n")])},[],!1,null,"3e88acd3",null);n.options.__file="widgetVideo.vue";i.a=n.exports},xVz9:function(t,i,e){"use strict";var o={name:"WidgetBarCompareChart",components:{},props:{value:Object,ispreview:Boolean},data:function(){return{options:{axisPointer:{link:{xAxisIndex:"all"}},title:{x:"center",textStyle:{color:"#ffffff"}},tooltip:{show:!0,trigger:"axis",axisPointer:{type:"line",lineStyle:{color:"#ffffff",type:"dashed"}}},grid:[{left:30,right:20,top:"60px",containLabel:!0,bottom:"50%"},{left:30,containLabel:!0,right:20,top:"51%"}],legend:{textStyle:{color:"#fff",textAlign:"center"}},xAxis:[{gridIndex:0,show:!0,type:"category",boundaryGap:!0,axisLine:{show:!0,lineStyle:{color:"#ffffff"}},axisTick:{show:!0},axisLabel:{show:!0,textStyle:{interval:0,color:"#ffffff",fontSize:14}},data:[]},{gridIndex:1,show:!0,type:"category",position:"top",boundaryGap:!0,axisLine:{show:!0,lineStyle:{color:"#ffffff"}},axisTick:{show:!0},axisLabel:{show:!1,interval:0},data:[]}],yAxis:[{gridIndex:0,show:!0,scale:!0,axisLabel:{show:!0,textStyle:{color:"#ffffff",fontSize:14}},axisLine:{show:!0,lineStyle:{color:"#ffffff"}},splitLine:{show:!1,lineStyle:{color:"#ffffff"}},axisPointer:{snap:!0}},{gridIndex:1,scale:!1,inverse:!0,axisLabel:{show:!0,textStyle:{color:"#ffffff",fontSize:14}},axisLine:{show:!0,lineStyle:{color:"#ffffff"}},splitLine:{show:!1,lineStyle:{color:"#ffffff"}},axisPointer:{snap:!0}}],series:[{name:"",type:"line",xAxisIndex:0,yAxisIndex:0,showSymbol:!0,symbol:"circle",symbolSize:5,smooth:!0,itemStyle:{color:"#36c5e7"},lineStyle:{color:"#36c5e7",width:2},label:{position:"top",distance:10,show:!0,color:"#36c5e7",fontSize:14},data:[]},{name:"",type:"line",xAxisIndex:1,yAxisIndex:1,showSymbol:!0,symbol:"circle",symbolSize:5,smooth:!0,itemStyle:{color:"#e68b55"},lineStyle:{color:"#e68b55",width:2},label:{position:"bottom",distance:10,show:!0,color:"#e68b55",fontSize:16},data:[]}]},optionsStyle:{},optionsData:{},optionsSetup:{},flagInter:null}},computed:{styleObj:function(){return{position:this.ispreview?"absolute":"static",width:this.optionsStyle.width+"px",height:this.optionsStyle.height+"px",left:this.optionsStyle.left+"px",top:this.optionsStyle.top+"px",background:this.optionsSetup.background}}},watch:{value:{handler:function(t){this.optionsStyle=t.position,this.optionsData=t.data,this.optionsCollapse=t.setup,this.optionsSetup=t.setup,this.editorOptions()},deep:!0}},mounted:function(){this.optionsStyle=this.value.position,this.optionsData=this.value.data,this.optionsCollapse=this.value.setup,this.optionsSetup=this.value.setup,this.editorOptions()},methods:{editorOptions:function(){this.setOptionsTitle(),this.setOptionsX(),this.setOptionsYTop(),this.setOptionsYBottom(),this.setOptionsTop(),this.setOptionsTooltip(),this.setOptionsGrid(),this.setOptionsLegend(),this.setOptionsColor(),this.setOptionsData()},setOptionsTitle:function(){var t=this.optionsSetup,i={};i.text=t.titleText,i.show=t.isNoTitle,i.left=t.textAlign,i.textStyle={color:t.textColor,fontSize:t.textFontSize,fontWeight:t.textFontWeight,fontStyle:t.textFontStyle},i.subtext=t.subText,i.subtextStyle={color:t.subTextColor,fontWeight:t.subTextFontWeight,fontSize:t.subTextFontSize,fontStyle:t.subTextFontStyle},this.options.title=i},setOptionsX:function(){var t=this.optionsSetup,i={gridIndex:0,show:t.isShowX,name:t.xName,nameTextStyle:{color:t.nameColorX,fontSize:t.nameFontSizeX},type:"category",boundaryGap:t.boundaryX,axisLine:{show:t.lineX,lineStyle:{color:t.lineColorX}},axisTick:{show:t.tickLineX},axisLabel:{show:!0,interval:t.splitNumberX,textStyle:{color:t.colorX,fontSize:t.fontSizeX}}},e={gridIndex:1,show:t.isShowX,type:"category",position:"top",boundaryGap:t.boundaryX,axisLine:{show:t.lineX,lineStyle:{color:t.lineColorX}},axisTick:{show:t.tickLineX},axisLabel:{show:!1,interval:t.splitNumberX}};this.options.xAxis[0]=i,this.options.xAxis[1]=e},setOptionsYTop:function(){var t=this.optionsSetup,i={gridIndex:0,splitNumber:t.splitNumberYTop,show:t.isShowYTop,scale:t.scaleYTop,name:t.textNameYTop,nameTextStyle:{color:t.nameColorYTop,fontSize:t.nameFontSizeYTop},axisLabel:{show:!0,textStyle:{color:t.colorYTop,fontSize:t.fontSizeYTop}},axisTick:{show:t.tickLineYTop},axisLine:{show:t.lineYTop,lineStyle:{color:t.lineColorYTop}},splitLine:{show:t.splitLineYTop,lineStyle:{width:t.splitLineFontWidthYTop,color:t.splitLineColorYTop}},axisPointer:{snap:!0}};this.options.yAxis[0]=i},setOptionsYBottom:function(){var t=this.optionsSetup,i={gridIndex:1,splitNumber:t.splitNumberYBottom,show:t.isShowYBottom,scale:t.scaleYBottom,name:t.textNameYBottom,nameTextStyle:{color:t.nameColorYBottom,fontSize:t.nameFontSizeYBottom},inverse:!0,axisLabel:{show:!0,textStyle:{color:t.colorYBottom,fontSize:t.fontSizeYBottom}},axisTick:{show:t.tickLineYBottom},axisLine:{show:t.lineYBottom,lineStyle:{color:t.lineColorYBottom}},splitLine:{show:t.splitLineYBottom,lineStyle:{width:t.splitLineFontWidthYBottom,color:t.splitLineColorYBottom}},axisPointer:{snap:!0}};this.options.yAxis[1]=i},setOptionsTop:function(){var t=this.optionsSetup,i=this.options.series;for(var e in i)i[e].symbol=t.symbol,i[e].showSymbol=t.markPoint,i[e].symbolSize=t.pointSize,i[e].smooth=t.smoothCurve,t.area?i[e].areaStyle={opacity:t.areaThickness/100}:i[e].areaStyle={opacity:0};"line"==i[0].type&&(i[0].label={position:"top",distance:10,show:t.isShow,color:t.subTextColor,fontSize:t.fontSize,fontWeight:t.fontWeight},i[1].label={position:"bottom",distance:10,show:t.isShow,color:t.subTextColor,fontSize:t.fontSize,fontWeight:t.fontWeight})},setOptionsTooltip:function(){var t=this.optionsSetup,i={};i="line"==t.tipsType?{show:t.tipsShow,trigger:"axis",axisPointer:{type:t.tipsType,lineStyle:{color:t.tipsColor,type:"dashed"}}}:{show:t.tipsShow,trigger:"axis",axisPointer:{type:t.tipsType,lineStyle:{color:t.tipsColor,type:"dashed"},crossStyle:{color:t.tipsColor}}},this.options.tooltip=i},setOptionsGrid:function(){var t=this.optionsSetup,i=[{left:t.marginLeft,right:t.marginRight,top:t.marginTop,containLabel:!0,bottom:"50%"},{left:t.marginLeft,right:t.marginRight,containLabel:!0,top:"51%",bottom:t.marginBottom}];this.options.grid=i},setOptionsLegend:function(){var t=this.optionsSetup,i=this.options.legend;i.show=t.isShowLegend,i.left=t.lateralPosition,i.top=t.longitudinalPosition,i.bottom=t.longitudinalPosition,i.orient=t.layoutFront,i.textStyle={color:t.legendColor,fontSize:t.legendFontSize},i.itemWidth=t.legendWidth},setOptionsLegendName:function(t){var i=this.optionsSetup,e=this.options.series,o=i.legendName;if(null==o||""==o){for(var s=0;s<t.length;s++)e[s].name=t[s];this.options.legend.data=t}else{for(var n=o.split("|"),a=0;a<n.length;a++)e[a].name=n[a];this.options.legend.data=n}},setOptionsColor:function(){for(var t=this.optionsSetup,i=t.customColor,e=this.options.series,o=[],s=0;s<i.length;s++)o.push(i[s].color);if(i)for(var n in e){var a={color:o[n]},r={color:o[n],width:t.lineWidth};this.options.series[n].itemStyle=a,this.options.series[n].lineStyle=r}},setOptionsData:function(){var t=this.optionsSetup,i=this.optionsData;"staticData"==i.dataType?this.staticDataFn(i.staticData,t):this.dynamicDataFn(i.dynamicData,i.refreshTime,t)},setUnique:function(t){var i=[];return t.forEach(function(t){return i.includes(t)?"":i.push(t)}),i},staticDataFn:function(t){var i=[],e=[],o=[],s=[];for(var n in t)i[n]=t[n].axis,e[n]=t[n].name;for(var a in i=this.setUnique(i),e=this.setUnique(e)){var r=new Array(i.length).fill(0);for(var l in i)for(var h in t)t[h].name==e[a]&&t[h].axis==i[l]&&(r[l]=t[h].data);o.push({name:e[a],data:r}),s.push(e[a])}this.options.series[0].name=o[0].name,this.options.series[0].data=o[0].data,this.options.series[1].name=o[1].name,this.options.series[1].data=o[1].data,this.options.xAxis[0].data=i,this.options.xAxis[1].data=i,this.options.legend.data=s,this.setOptionsLegendName(s)},dynamicDataFn:function(t,i,e){var o=this;t&&(this.ispreview?(this.getEchartData(t,e),this.flagInter=setInterval(function(){o.getEchartData(t,e)},i)):this.getEchartData(t,e))},getEchartData:function(t,i){var e=this;this.queryEchartsData(t).then(function(t){e.renderingFn(i,t)})},renderingFn:function(t,i){var e=[];this.options.xAxis[0].data=i.xAxis,this.options.xAxis[1].data=i.xAxis,"line"==i.series[0].type&&(this.options.series[0].name=i.series[0].name,this.options.series[0].data=i.series[0].data,this.options.series[1].name=i.series[1].name,this.options.series[1].data=i.series[1].data,e.push(i.series[0].name),e.push(i.series[1].name)),this.options.legend.data=e,this.setOptionsLegendName(e)}}},s=(e("UP3v"),e("KHd+")),n=Object(s.a)(o,function(){var t=this.$createElement,i=this._self._c||t;return i("div",{style:this.styleObj},[i("v-chart",{attrs:{options:this.options,autoresize:""}})],1)},[],!1,null,"6162152c",null);n.options.__file="widgetLineCompareChart.vue";i.a=n.exports},xWFW:function(t,i,e){"use strict";var o=e("05u8");e.n(o).a},zJyt:function(t,i,e){"use strict";var o=e("OKzU");e.n(o).a},zgVM:function(t,i,e){"use strict";var o={name:"WidgetText",components:{},props:{value:Object,ispreview:Boolean},data:function(){return{options:{},optionsData:{}}},computed:{transStyle:function(){return this.objToOne(this.options)},styleColor:function(){return{position:this.ispreview?"absolute":"static",color:this.transStyle.color,"font-weight":this.transStyle.fontWeight,text:this.transStyle.text,"font-size":this.transStyle.fontSize+"px","letter-spacing":this.transStyle.letterSpacing+"em",background:this.transStyle.background,"text-align":this.transStyle.textAlign,width:this.transStyle.width+"px",height:this.transStyle.height+"px",left:this.transStyle.left+"px",top:this.transStyle.top+"px",right:this.transStyle.right+"px"}}},watch:{value:{handler:function(t){this.options=t,this.optionsData=t.data,this.setOptionsData()},deep:!0}},mounted:function(){this.options=this.value,this.optionsData=this.value.data,this.setOptionsData()},methods:{setOptionsData:function(){var t=this.optionsData;"dynamicData"==t.dataType&&this.dynamicDataFn(t.dynamicData,t.refreshTime)},dynamicDataFn:function(t,i){var e=this;t&&(this.ispreview?(this.getEchartData(t),this.flagInter=setInterval(function(){e.getEchartData(t)},i)):this.getEchartData(t))},getEchartData:function(t){var i=this;this.queryEchartsData(t).then(function(t){i.styleColor.text=t[0].value,i.$forceUpdate()})}}},s=(e("+sxJ"),e("KHd+")),n=Object(s.a)(o,function(){var t=this.$createElement;return(this._self._c||t)("div",{staticClass:"text",style:this.styleColor},[this._v(this._s(this.styleColor.text))])},[],!1,null,"5540e2d2",null);n.options.__file="widgetText.vue";i.a=n.exports},zii7:function(t,i,e){"use strict";var o=e("MT78"),s=e.n(o),n={name:"widgetMoreBarLineChart",components:{},props:{value:Object,ispreview:Boolean},data:function(){return{options:{tooltip:{trigger:"item",axisPointer:{type:"shadow"}},grid:{left:"2%",right:"4%",bottom:"14%",top:"16%",containLabel:!0},legend:{},xAxis:{type:"category",data:["2012","2013","2014","2015","2016","2017","2018","2019"],axisLine:{lineStyle:{color:"#cdd5e2"}},axisLabel:{textStyle:{color:"#666666"}}},yAxis:[{type:"value",axisLine:{show:!0,lineStyle:{color:"#cdd5e2"}},splitLine:{show:!1},axisLabel:{textStyle:{color:"#666666"}}},{type:"value",nameTextStyle:{color:"#666666"},axisLine:{lineStyle:{color:"#cdd5e2"}},splitLine:{show:!1},axisLabel:{show:!0,textStyle:{color:"#666666"}}}],series:[{name:"调解成功",type:"bar",itemStyle:{normal:{color:new s.a.graphic.LinearGradient(0,0,0,1,[{offset:0,color:"#29acff"},{offset:1,color:"#4bdfff"}]),barBorderRadius:6}},data:[]},{name:"调解失败",type:"bar",itemStyle:{normal:{color:new s.a.graphic.LinearGradient(0,0,0,1,[{offset:0,color:"#3d93f2"},{offset:1,color:"#5dc1fd"}]),barBorderRadius:6}},data:[]},{name:"调解成功率",type:"line",yAxisIndex:1,smooth:!1,symbol:"circle",symbolSize:8,lineStyle:{color:"#ffa43a"},data:[]}]}}},computed:{styleObj:function(){return{position:this.ispreview?"absolute":"static",width:this.optionsStyle.width+"px",height:this.optionsStyle.height+"px",left:this.optionsStyle.left+"px",top:this.optionsStyle.top+"px",background:this.optionsSetup.background}}},watch:{value:{handler:function(t){this.optionsStyle=t.position,this.optionsData=t.data,this.optionsCollapse=t.collapse,this.optionsSetup=t.setup,this.editorOptions()},deep:!0}},created:function(){this.optionsStyle=this.value.position,this.optionsData=this.value.data,this.optionsCollapse=this.value.collapse,this.optionsSetup=this.value.setup,this.editorOptions()},methods:{editorOptions:function(){this.setOptionsTitle(),this.setOptionsX(),this.setOptionsY(),this.setOptionsLegend(),this.setOptionsTooltip(),this.setOptionsMargin(),this.setOptionsData()},setOptionsTitle:function(){var t=this.optionsSetup,i={};i.text=t.titleText,i.show=t.isNoTitle,i.left=t.textAlign,i.textStyle={color:t.textColor,fontSize:t.textFontSize,fontWeight:t.textFontWeight,fontStyle:t.textFontStyle},i.subtext=t.subText,i.subtextStyle={color:t.subTextColor,fontWeight:t.subTextFontWeight,fontSize:t.subTextFontSize,fontStyle:t.subTextFontStyle},this.options.title=i},setOptionsX:function(){var t=this.optionsSetup,i={type:"category",show:t.hideX,name:t.nameX,nameTextStyle:{color:t.nameColorX,fontSize:t.nameFontSizeX},inverse:t.reversalX,axisLabel:{show:!0,interval:t.textInterval,rotate:t.textAngleX,textStyle:{color:t.colorX,fontSize:t.fontSizeX}},axisLine:{show:!0,lineStyle:{color:t.lineColorX,width:t.lineWidthX}},splitLine:{show:t.isShowSplitLineX,lineStyle:{color:t.splitLineColorX,width:t.splitLineWidthX}}};this.options.xAxis=i},setOptionsY:function(){var t=this.optionsSetup,i=[{type:"value",splitNumber:t.splitNumberLeft,show:t.isShowYLeft,name:t.textNameYLeft,nameTextStyle:{color:t.nameColorYLeft,fontSize:t.nameFontSizeYLeft},axisLabel:{show:!0,rotate:t.textAngleYLeft,textStyle:{color:t.colorYLeft,fontSize:t.fontSizeYLeft}},axisTick:{show:t.tickLineYLeft},axisLine:{show:t.lineYLeft,lineStyle:{width:t.lineWidthYLeft,color:t.lineColorYLeft}},splitLine:{show:t.isShowSplitLineYLeft,lineStyle:{color:t.splitLineColorYLeft,width:t.splitLineFontWidthYLeft}}},{type:"value",splitNumber:t.splitNumberRight,show:t.isShowYRight,name:t.textNameYRight,nameTextStyle:{color:t.nameColorYRight,fontSize:t.nameFontSizeYRight},axisLabel:{show:!0,rotate:t.textAngleYRight,textStyle:{color:t.colorYRight,fontSize:t.fontSizeYRight}},axisTick:{show:t.tickLineYRight},axisLine:{show:t.lineYRight,lineStyle:{width:t.lineWidthYRight,color:t.lineColorYRight}},splitLine:{show:t.isShowSplitLineYRight,lineStyle:{color:t.splitLineColorYRight,width:t.splitLineFontWidthYRight}}}];this.options.yAxis=i},setOptionsTooltip:function(){var t=this.optionsSetup,i={trigger:"item",show:!0,textStyle:{color:t.tipsColor,fontSize:t.tipsFontSize}};this.options.tooltip=i},setOptionsMargin:function(){var t=this.optionsSetup,i={left:t.marginLeft,right:t.marginRight,bottom:t.marginBottom,top:t.marginTop,containLabel:!0};this.options.grid=i},setOptionsLegend:function(){var t=this.optionsSetup,i=this.options.legend;i.show=t.isShowLegend,i.left=t.lateralPosition,i.top=t.longitudinalPosition,i.bottom=t.longitudinalPosition,i.orient=t.layoutFront,i.textStyle={color:t.legendColor,fontSize:t.legendFontSize},i.itemWidth=t.legendWidth},setOptionsLegendName:function(t){var i=this.optionsSetup,e=this.options.series,o=i.legendName;if(null==o||""==o){for(var s=0;s<t.length;s++)e[s].name=t[s];this.options.legend.data=t}else{for(var n=o.split("|"),a=0;a<n.length;a++)e[a].name=n[a];this.options.legend.data=n}},setOptionsData:function(){var t=this.optionsData;"staticData"==t.dataType?this.staticDataFn(t.staticData):this.dynamicDataFn(t.dynamicData,t.refreshTime)},staticDataFn:function(t){for(var i=this.optionsSetup,e=i.customColor,o=[],s=0;s<e.length;s++)o.push(e[s].color);var n=this.options.series,a=[],r=[],l=[],h=[];for(var p in t)a[p]=t[p].date,r[p]=t[p].unsales,l[p]=t[p].manus,h[p]=t[p].sales;var c=[];for(var u in c.push("调解成功"),c.push("调解失败"),c.push("调解成功率"),this.options.xAxis.data=a,n)"bar"==n[u].type?(n[u].name=c[u],n[u].type="bar",n[u].label={show:i.isShowBar,position:"top",distance:i.distanceBar,fontSize:i.fontSizeBar,color:i.subTextColorBar,fontWeight:i.fontWeightBar},n[u].barWidth=i.maxWidth,n[u].itemStyle.normal.barBorderRadius=i.radius,n[u].itemStyle.normal.color=o[u]):"line"==n[u].type&&(n[u].name=c[u],n[u].type="line",n[u].yAxisIndex=1,n[u].symbol=i.symbol,n[u].showSymbol=i.markPoint,n[u].symbolSize=i.pointSize,n[u].smooth=i.smoothCurve,i.area?n[u].areaStyle={opacity:i.areaThickness/100}:n[u].areaStyle={opacity:0},n[u].itemStyle={normal:{color:o[u]}},n[u].lineStyle={color:o[u],width:i.lineWidth},n[u].label={show:i.isShowLine,position:"top",distance:i.distanceLine,fontSize:i.fontSizeLine,color:i.subTextColorLine,fontWeight:i.fontWeightLine});n[0].data=r,n[1].data=l,n[2].data=h,this.options.legend.data=c,this.setOptionsLegendName(c)},dynamicDataFn:function(t,i){var e=this;t&&(this.ispreview?(this.getEchartData(t),this.flagInter=setInterval(function(){e.getEchartData(t)},i)):this.getEchartData(t))},getEchartData:function(t){var i=this;this.queryEchartsData(t).then(function(t){i.renderingFn(t)})},renderingFn:function(t){for(var i=this.optionsSetup,e=i.customColor,o=[],s=0;s<e.length;s++)o.push(e[s].color);this.options.xAxis.data=t.xAxis;var n=[],a=[];for(var r in t.series){a.push(t.series[r].name);var l={};"bar"==t.series[r].type?(l.name=t.series[r].name,l.type=t.series[r].type,l.label={show:i.isShowBar,position:"top",distance:i.distanceBar,fontSize:i.fontSizeBar,color:i.subTextColorBar,fontWeight:i.fontWeightBar},l.barWidth=i.maxWidth,l.itemStyle={normal:{color:o[r],barBorderRadius:i.radius}},l.data=t.series[r].data,n.push(l)):"line"==t.series[r].type&&(l.name=t.series[r].name,l.type=t.series[r].type,l.yAxisIndex=1,l.symbol=i.symbol,l.showSymbol=i.markPoint,l.symbolSize=i.pointSize,l.smooth=i.smoothCurve,i.area?l.areaStyle={opacity:i.areaThickness/100}:l.areaStyle={opacity:0},l.itemStyle={normal:{color:o[r]}},l.lineStyle={color:o[r],width:i.lineWidth},l.label={show:i.isShowLine,position:"top",distance:i.distanceLine,fontSize:i.fontSizeLine,color:i.subTextColorLine,fontWeight:i.fontWeightLine},l.data=t.series[r].data,n.push(l))}this.options.series=n,this.options.legend.data=a,this.setOptionsLegendName(a)}}},a=(e("4i3G"),e("KHd+")),r=Object(a.a)(n,function(){var t=this.$createElement,i=this._self._c||t;return i("div",{style:this.styleObj},[i("v-chart",{attrs:{options:this.options,autoresize:""}})],1)},[],!1,null,"59fad1b8",null);r.options.__file="widgetMoreBarLineChart.vue";i.a=r.exports}}]);