report-ui/dist/static/js/chunk-4a3f.98f5fc84.js
2023-04-14 15:55:36 +08:00

8 lines
456 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

(window.webpackJsonp=window.webpackJsonp||[]).push([["chunk-4a3f","chunk-e4a7"],{"/rDb":function(e,t,a){},"0DEJ":function(e,t,a){},"16mM":function(e,t,a){"use strict";var i=a("MTDE");a.n(i).a},"1BXT":function(e,t,a){"use strict";var i=a("lxq7");a.n(i).a},"1C1b":function(e,t,a){"use strict";var i=a("/rDb");a.n(i).a},"1JnI":function(e,t,a){"use strict";var i=a("P2sY"),o=a.n(i),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(e){this.optionsStyle=e.position,this.optionsData=e.data,this.optionsCollapse=e.collapse,this.optionsSetup=e.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 e=this.optionsSetup,t={};t.text=e.titleText,t.show=e.isNoTitle,t.left=e.textAlign,t.textStyle={color:e.textColor,fontSize:e.textFontSize,fontWeight:e.textFontWeight},t.subtext=e.subText,t.subtextStyle={color:e.subTextColor,fontWeight:e.subTextFontWeight,fontSize:e.subTextFontSize},this.options.title=t},setOptionsX:function(){var e=this.optionsSetup,t={type:"category",show:e.hideX,name:e.xName,nameTextStyle:{color:e.nameColorX,fontSize:e.nameFontSizeX},nameRotate:e.textAngle,inverse:e.reversalX,axisLabel:{show:!0,interval:e.textInterval,rotate:e.textAngle,textStyle:{color:e.Xcolor,fontSize:e.fontSizeX}},axisLine:{show:!0,lineStyle:{color:e.lineColorX}},splitLine:{show:e.isShowSplitLineX,lineStyle:{color:e.splitLineColorX}}};this.options.xAxis=t},setOptionsY:function(){var e=this.optionsSetup,t=[{type:"value",splitNumber:e.splitNumberLeft,show:e.isShowYLeft,name:e.textNameYLeft,nameTextStyle:{color:e.nameColorYLeft,fontSize:e.namefontSizeYLeft},inverse:e.reversalY,axisLabel:{show:!0,textStyle:{color:e.colorY,fontSize:e.fontSizeY}},axisLine:{show:!0,lineStyle:{color:e.lineColorY}},splitLine:{show:!1}},{type:"value",splitNumber:e.splitNumberRight,show:e.isShowYRight,name:e.textNameYRight,nameTextStyle:{color:e.nameColorYRight,fontSize:e.namefontSizeYRight},inverse:e.reversalY,axisLabel:{show:!0,textStyle:{color:e.colorY,fontSize:e.fontSizeY}},axisLine:{show:!0,lineStyle:{color:e.lineColorY}},splitLine:{show:!1}}];this.options.yAxis=t},setOptionsLine:function(){var e=this.optionsSetup,t=this.options.series;for(var a in t)"line"==t[a].type&&(t[a].showSymbol=e.markPoint,t[a].symbolSize=e.pointSize,t[a].smooth=e.smoothCurve,e.area?t[a].areaStyle={opacity:e.areaThickness/100}:t[a].areaStyle={opacity:0},t[a].lineStyle={width:e.lineWidth},t[a].itemStyle.borderRadius=e.radius,t[a].label={show:e.isShowLine,position:"top",distance:e.distanceLine,fontSize:e.fontSizeLine,color:e.subTextColorLine,fontWeight:e.fontWeightLine});this.options.series=t},setOptionsBar:function(){var e=this.optionsSetup,t=this.options.series;for(var a in t)"bar"==t[a].type&&(t[a].label={show:e.isShowBar,position:"top",distance:e.distanceBar,fontSize:e.fontSizeBar,color:e.subTextColorBar,fontWeight:e.fontWeightBar},t[a].barWidth=e.maxWidth,t[a].barMinHeight=e.minHeight,t[a].itemStyle.barBorderRadius=e.radius);this.options.series=t},setOptionsTooltip:function(){var e=this.optionsSetup,t={trigger:"item",show:!0,textStyle:{color:e.lineColor,fontSize:e.tipFontSize}};this.options.tooltip=t},setOptionsMargin:function(){var e=this.optionsSetup,t={left:e.marginLeft,right:e.marginRight,bottom:e.marginBottom,top:e.marginTop,containLabel:!0};this.options.grid=t},setOptionsLegend:function(){var e=this.optionsSetup,t=this.options.legend;t.show=e.isShowLegend,t.left=e.lateralPosition,t.top=e.longitudinalPosition,t.bottom=e.longitudinalPosition,t.orient=e.layoutFront,t.textStyle={color:e.lengedColor,fontSize:e.lengedFontSize},t.itemWidth=e.lengedWidth},setOptionsLegendName:function(e){var t=this.optionsSetup,a=this.options.series,i=t.legendName;if(null==i||""==i){for(var o=0;o<e.length;o++)a[o].name=e[o];this.options.legend.data=e}else{for(var n=i.split("|"),l=0;l<n.length;l++)a[l].name=n[l];this.options.legend.data=n}},setOptionsColor:function(){var e=this.optionsSetup.customColor;if(e){for(var t=[],a=0;a<e.length;a++)t.push(e[a].color);this.options.color=t,this.options=o()({},this.options)}},setOptionsData:function(){var e=this.optionsData;"staticData"==e.dataType?this.staticDataFn(e.staticData):this.dynamicDataFn(e.dynamicData,e.refreshTime)},staticDataFn:function(e){var t=this.options.series,a=[],i=[],o=[];for(var n in e)a[n]=e[n].axis,i[n]=e[n].bar,o[n]=e[n].line;for(var l in this.options.xAxis.data=a,t)"bar"==t[l].type?t[l].data=i:t[l].data=o;var r=[];r.push("bar"),r.push("line"),this.options.legend.data=r,this.setOptionsLegendName(r)},dynamicDataFn:function(e,t){var a=this;e&&(this.ispreview?(this.getEchartData(e),this.flagInter=setInterval(function(){a.getEchartData(e)},t)):this.getEchartData(e))},getEchartData:function(e){var t=this;this.queryEchartsData(e).then(function(e){t.renderingFn(e)})},renderingFn:function(e){this.options.xAxis.data=e.xAxis;var t=this.options.series,a=[];for(var i in t){for(var o in e.series)t[i].type==e.series[o].type&&(t[i].data=e.series[o].data);a.push(e.series[i].name)}this.options.legend.data=a,this.setOptionsLegendName(a)}}},l=(a("IZ8s"),a("KHd+")),r=Object(l.a)(n,function(){var e=this.$createElement,t=this._self._c||e;return t("div",{style:this.styleObj},[t("v-chart",{attrs:{options:this.options,autoresize:""}})],1)},[],!1,null,"b44cb236",null);r.options.__file="widgetBarlinechart.vue";t.a=r.exports},"2+tb":function(e,t,a){"use strict";var i=a("GNAU");a.n(i).a},"4D8F":function(e,t,a){"use strict";var i=a("5VMy");a.n(i).a},"4RMZ":function(e,t,a){"use strict";var i=a("ZmrS");a.n(i).a},"4aoj":function(e,t,a){"use strict";var i=a("S5Np");a.n(i).a},"4tqH":function(e,t,a){},"5VMy":function(e,t,a){},"6AuQ":function(e,t,a){"use strict";var i=a("eeU9");a.n(i).a},"77/N":function(e,t,a){},"7JWJ":function(e,t,a){},"7dpn":function(e,t,a){"use strict";var i=a("aZRu");a.n(i).a},"8GBf":function(e,t,a){"use strict";var i={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(e){this.options=e},deep:!0}},mounted:function(){this.options=this.value,this.getTime()},methods:{formatFunction:function(e,t){/(y+)/.test(t)&&(t=t.replace(RegExp.$1,(e.getFullYear()+"").substr(4-RegExp.$1.length)));var a={"M+":e.getMonth()+1,"d+":e.getDate(),"h+":e.getHours(),"m+":e.getMinutes(),"s+":e.getSeconds(),"q+":Math.floor((e.getMonth()+3)/3),S:e.getMilliseconds()};for(var i in a)new RegExp("("+i+")").test(t)&&(t=t.replace(RegExp.$1,1==RegExp.$1.length?a[i]:("00"+a[i]).substr((""+a[i]).length)));return t},check:function(e){return e<10?"0"+e:e},formatWeek:function(e,t){for(var a=e.getFullYear(),i=this.check(e.getMonth()+1),o=this.check(e.getDate()),n=this.check(e.getHours()),l=this.check(e.getMinutes()),r=this.check(e.getSeconds()),s=e.getDay(),u=["日","一","二","三","四","五","六"],c=0;c<7;c++)s==c&&(s=" 星期"+u[c]);return"year-week"==t?a+"-"+i+"-"+o+s:"year-h-m-week"==t?a+"-"+i+"-"+o+" "+n+":"+l+s:"year-h-m-s-week"==t?a+"-"+i+"-"+o+" "+n+":"+l+":"+r+s:"week"==t?s: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 e=this;setInterval(function(){e.displayTime()},1e3)}}},o=(a("4RMZ"),a("KHd+")),n=Object(o.a)(i,function(){var e=this.$createElement;return(this._self._c||e)("div",{staticClass:"text",style:this.styleColor},[this._v(this._s(this.timestr))])},[],!1,null,"6445816c",null);n.options.__file="widgetTime.vue";t.a=n.exports},"987z":function(e,t,a){e.exports=function(e){return function(e){function t(i){if(a[i])return a[i].exports;var o=a[i]={i:i,l:!1,exports:{}};return e[i].call(o.exports,o,o.exports,t),o.l=!0,o.exports}var a={};return t.m=e,t.c=a,t.d=function(e,a,i){t.o(e,a)||Object.defineProperty(e,a,{configurable:!1,enumerable:!0,get:i})},t.n=function(e){var a=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(a,"a",a),a},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=25)}([function(e,t){function a(e){if(null==e||"object"!=typeof e)return e;var t=e,i=f.call(e);if("[object Array]"===i){t=[];for(var o=0,n=e.length;o<n;o++)t[o]=a(e[o])}else if(m[i]){var l=e.constructor;if(e.constructor.from)t=l.from(e);else{t=new l(e.length);for(var o=0,n=e.length;o<n;o++)t[o]=a(e[o])}}else if(!d[i]&&!h(e)&&!c(e))for(var r in t={},e)e.hasOwnProperty(r)&&(t[r]=a(e[r]));return t}function i(e,t,o){if(!s(t)||!s(e))return o?a(t):e;for(var n in t)if(t.hasOwnProperty(n)){var l=e[n],p=t[n];!s(p)||!s(l)||r(p)||r(l)||c(p)||c(l)||u(p)||u(l)||h(p)||h(l)?!o&&n in e||(e[n]=a(t[n])):i(l,p,o)}return e}function o(e,t,a){for(var i in t)t.hasOwnProperty(i)&&(a?null!=t[i]:null==e[i])&&(e[i]=t[i]);return e}function n(e,t,a){if(e&&t)if(e.forEach&&e.forEach===y)e.forEach(t,a);else if(e.length===+e.length)for(var i=0,o=e.length;i<o;i++)t.call(a,e[i],i,e);else for(var n in e)e.hasOwnProperty(n)&&t.call(a,e[n],n,e)}function l(e,t){var a=b.call(arguments,2);return function(){return e.apply(t,a.concat(b.call(arguments)))}}function r(e){return"[object Array]"===f.call(e)}function s(e){var t=typeof e;return"function"===t||!!e&&"object"==t}function u(e){return!!d[f.call(e)]}function c(e){return"object"==typeof e&&"number"==typeof e.nodeType&&"object"==typeof e.ownerDocument}function h(e){return e[D]}function p(e){e&&n(e,function(e,t){this.set(t,e)},this)}var d={"[object Function]":1,"[object RegExp]":1,"[object Date]":1,"[object Error]":1,"[object CanvasGradient]":1,"[object CanvasPattern]":1,"[object Image]":1,"[object Canvas]":1},m={"[object Int8Array]":1,"[object Uint8Array]":1,"[object Uint8ClampedArray]":1,"[object Int16Array]":1,"[object Uint16Array]":1,"[object Int32Array]":1,"[object Uint32Array]":1,"[object Float32Array]":1,"[object Float64Array]":1},f=Object.prototype.toString,v=Array.prototype,y=v.forEach,g=v.filter,b=v.slice,x=v.map,S=v.reduce,w={},q=function(){return w.createCanvas()};w.createCanvas=function(){return document.createElement("canvas")};var C,D="__ec_primitive__";p.prototype={constructor:p,get:function(e){return this["_ec_"+e]},set:function(e,t){return this["_ec_"+e]=t,t},each:function(e,t){for(var a in void 0!==t&&(e=l(e,t)),this)this.hasOwnProperty(a)&&e(this[a],a.slice(4))},removeKey:function(e){delete this["_ec_"+e]}},t.$override=function(e,t){w[e]=t},t.clone=a,t.merge=i,t.mergeAll=function(e,t){for(var a=e[0],o=1,n=e.length;o<n;o++)a=i(a,e[o],t);return a},t.extend=function(e,t){for(var a in t)t.hasOwnProperty(a)&&(e[a]=t[a]);return e},t.defaults=o,t.createCanvas=q,t.getContext=function(){return C||(C=q().getContext("2d")),C},t.indexOf=function(e,t){if(e){if(e.indexOf)return e.indexOf(t);for(var a=0,i=e.length;a<i;a++)if(e[a]===t)return a}return-1},t.inherits=function(e,t){function a(){}var i=e.prototype;for(var o in a.prototype=t.prototype,e.prototype=new a,i)e.prototype[o]=i[o];e.prototype.constructor=e,e.superClass=t},t.mixin=function(e,t,a){e="prototype"in e?e.prototype:e,t="prototype"in t?t.prototype:t,o(e,t,a)},t.isArrayLike=function(e){if(e)return"string"!=typeof e&&"number"==typeof e.length},t.each=n,t.map=function(e,t,a){if(e&&t){if(e.map&&e.map===x)return e.map(t,a);for(var i=[],o=0,n=e.length;o<n;o++)i.push(t.call(a,e[o],o,e));return i}},t.reduce=function(e,t,a,i){if(e&&t){if(e.reduce&&e.reduce===S)return e.reduce(t,a,i);for(var o=0,n=e.length;o<n;o++)a=t.call(i,a,e[o],o,e);return a}},t.filter=function(e,t,a){if(e&&t){if(e.filter&&e.filter===g)return e.filter(t,a);for(var i=[],o=0,n=e.length;o<n;o++)t.call(a,e[o],o,e)&&i.push(e[o]);return i}},t.find=function(e,t,a){if(e&&t)for(var i=0,o=e.length;i<o;i++)if(t.call(a,e[i],i,e))return e[i]},t.bind=l,t.curry=function(e){var t=b.call(arguments,1);return function(){return e.apply(this,t.concat(b.call(arguments)))}},t.isArray=r,t.isFunction=function(e){return"function"==typeof e},t.isString=function(e){return"[object String]"===f.call(e)},t.isObject=s,t.isBuiltInObject=u,t.isDom=c,t.eqNaN=function(e){return e!=e},t.retrieve=function(e){for(var t=0,a=arguments.length;t<a;t++)if(null!=arguments[t])return arguments[t]},t.retrieve2=function(e,t){return null!=e?e:t},t.retrieve3=function(e,t,a){return null!=e?e:null!=t?t:a},t.slice=function(){return Function.call.apply(b,arguments)},t.normalizeCssArray=function(e){if("number"==typeof e)return[e,e,e,e];var t=e.length;return 2===t?[e[0],e[1],e[0],e[1]]:3===t?[e[0],e[1],e[2],e[1]]:e},t.assert=function(e,t){if(!e)throw new Error(t)},t.setAsPrimitive=function(e){e[D]=!0},t.isPrimitive=h,t.createHashMap=function(e){return new p(e)},t.noop=function(){}},function(e,t,a){function i(e){o.call(this,e),this.path=null}var o=a(12),n=a(0),l=a(6),r=a(50),s=a(56),u=s.prototype.getCanvasPattern,c=Math.abs,h=new l(!0);i.prototype={constructor:i,type:"path",__dirtyPath:!0,strokeContainThreshold:5,brush:function(e,t){var a,i=this.style,o=this.path||h,n=i.hasStroke(),l=i.hasFill(),r=i.fill,s=i.stroke,c=l&&!!r.colorStops,p=n&&!!s.colorStops,d=l&&!!r.image,m=n&&!!s.image;i.bind(e,this,t),this.setTransform(e),this.__dirty&&(c&&(a=a||this.getBoundingRect(),this._fillGradient=i.getGradient(e,r,a)),p&&(a=a||this.getBoundingRect(),this._strokeGradient=i.getGradient(e,s,a))),c?e.fillStyle=this._fillGradient:d&&(e.fillStyle=u.call(r,e)),p?e.strokeStyle=this._strokeGradient:m&&(e.strokeStyle=u.call(s,e));var f=i.lineDash,v=i.lineDashOffset,y=!!e.setLineDash,g=this.getGlobalScale();o.setScale(g[0],g[1]),this.__dirtyPath||f&&!y&&n?(o.beginPath(e),f&&!y&&(o.setLineDash(f),o.setLineDashOffset(v)),this.buildPath(o,this.shape,!1),this.path&&(this.__dirtyPath=!1)):(e.beginPath(),this.path.rebuildPath(e)),l&&o.fill(e),f&&y&&(e.setLineDash(f),e.lineDashOffset=v),n&&o.stroke(e),f&&y&&e.setLineDash([]),this.restoreTransform(e),null!=i.text&&this.drawRectText(e,this.getBoundingRect())},buildPath:function(e,t,a){},createPathProxy:function(){this.path=new l},getBoundingRect:function(){var e=this._rect,t=this.style,a=!e;if(a){var i=this.path;i||(i=this.path=new l),this.__dirtyPath&&(i.beginPath(),this.buildPath(i,this.shape,!1)),e=i.getBoundingRect()}if(this._rect=e,t.hasStroke()){var o=this._rectWithStroke||(this._rectWithStroke=e.clone());if(this.__dirty||a){o.copy(e);var n=t.lineWidth,r=t.strokeNoScale?this.getLineScale():1;t.hasFill()||(n=Math.max(n,this.strokeContainThreshold||4)),r>1e-10&&(o.width+=n/r,o.height+=n/r,o.x-=n/r/2,o.y-=n/r/2)}return o}return e},contain:function(e,t){var a=this.transformCoordToLocal(e,t),i=this.getBoundingRect(),o=this.style;if(e=a[0],t=a[1],i.contain(e,t)){var n=this.path.data;if(o.hasStroke()){var l=o.lineWidth,s=o.strokeNoScale?this.getLineScale():1;if(s>1e-10&&(o.hasFill()||(l=Math.max(l,this.strokeContainThreshold)),r.containStroke(n,l/s,e,t)))return!0}if(o.hasFill())return r.contain(n,e,t)}return!1},dirty:function(e){null==e&&(e=!0),e&&(this.__dirtyPath=e,this._rect=null),this.__dirty=!0,this.__zr&&this.__zr.refresh(),this.__clipTarget&&this.__clipTarget.dirty()},animateShape:function(e){return this.animate("shape",e)},attrKV:function(e,t){"shape"===e?(this.setShape(t),this.__dirtyPath=!0,this._rect=null):o.prototype.attrKV.call(this,e,t)},setShape:function(e,t){var a=this.shape;if(a){if(n.isObject(e))for(var i in e)e.hasOwnProperty(i)&&(a[i]=e[i]);else a[e]=t;this.dirty(!0)}return this},getLineScale:function(){var e=this.transform;return e&&c(e[0]-1)>1e-10&&c(e[3]-1)>1e-10?Math.sqrt(c(e[0]*e[3]-e[2]*e[1])):1}},i.extend=function(e){var t=function(t){i.call(this,t),e.style&&this.style.extendFrom(e.style,!1);var a=e.shape;if(a){this.shape=this.shape||{};var o=this.shape;for(var n in a)!o.hasOwnProperty(n)&&a.hasOwnProperty(n)&&(o[n]=a[n])}e.init&&e.init.call(this,t)};for(var a in n.inherits(t,i),e)"style"!==a&&"shape"!==a&&(t.prototype[a]=e[a]);return t},n.inherits(i,o);var p=i;e.exports=p},function(e,t){function a(e){return Math.sqrt(i(e))}function i(e){return e[0]*e[0]+e[1]*e[1]}function o(e,t){return Math.sqrt((e[0]-t[0])*(e[0]-t[0])+(e[1]-t[1])*(e[1]-t[1]))}function n(e,t){return(e[0]-t[0])*(e[0]-t[0])+(e[1]-t[1])*(e[1]-t[1])}var l="undefined"==typeof Float32Array?Array:Float32Array,r=a,s=i,u=o,c=n;t.create=function(e,t){var a=new l(2);return null==e&&(e=0),null==t&&(t=0),a[0]=e,a[1]=t,a},t.copy=function(e,t){return e[0]=t[0],e[1]=t[1],e},t.clone=function(e){var t=new l(2);return t[0]=e[0],t[1]=e[1],t},t.set=function(e,t,a){return e[0]=t,e[1]=a,e},t.add=function(e,t,a){return e[0]=t[0]+a[0],e[1]=t[1]+a[1],e},t.scaleAndAdd=function(e,t,a,i){return e[0]=t[0]+a[0]*i,e[1]=t[1]+a[1]*i,e},t.sub=function(e,t,a){return e[0]=t[0]-a[0],e[1]=t[1]-a[1],e},t.len=a,t.length=r,t.lenSquare=i,t.lengthSquare=s,t.mul=function(e,t,a){return e[0]=t[0]*a[0],e[1]=t[1]*a[1],e},t.div=function(e,t,a){return e[0]=t[0]/a[0],e[1]=t[1]/a[1],e},t.dot=function(e,t){return e[0]*t[0]+e[1]*t[1]},t.scale=function(e,t,a){return e[0]=t[0]*a,e[1]=t[1]*a,e},t.normalize=function(e,t){var i=a(t);return 0===i?(e[0]=0,e[1]=0):(e[0]=t[0]/i,e[1]=t[1]/i),e},t.distance=o,t.dist=u,t.distanceSquare=n,t.distSquare=c,t.negate=function(e,t){return e[0]=-t[0],e[1]=-t[1],e},t.lerp=function(e,t,a,i){return e[0]=t[0]+i*(a[0]-t[0]),e[1]=t[1]+i*(a[1]-t[1]),e},t.applyTransform=function(e,t,a){var i=t[0],o=t[1];return e[0]=a[0]*i+a[2]*o+a[4],e[1]=a[1]*i+a[3]*o+a[5],e},t.min=function(e,t,a){return e[0]=Math.min(t[0],a[0]),e[1]=Math.min(t[1],a[1]),e},t.max=function(e,t,a){return e[0]=Math.max(t[0],a[0]),e[1]=Math.max(t[1],a[1]),e}},function(e,t,a){function i(e,t,a,i){a<0&&(e+=a,a=-a),i<0&&(t+=i,i=-i),this.x=e,this.y=t,this.width=a,this.height=i}var o=a(2),n=a(8),l=o.applyTransform,r=Math.min,s=Math.max;i.prototype={constructor:i,union:function(e){var t=r(e.x,this.x),a=r(e.y,this.y);this.width=s(e.x+e.width,this.x+this.width)-t,this.height=s(e.y+e.height,this.y+this.height)-a,this.x=t,this.y=a},applyTransform:function(){var e=[],t=[],a=[],i=[];return function(o){if(o){e[0]=a[0]=this.x,e[1]=i[1]=this.y,t[0]=i[0]=this.x+this.width,t[1]=a[1]=this.y+this.height,l(e,e,o),l(t,t,o),l(a,a,o),l(i,i,o),this.x=r(e[0],t[0],a[0],i[0]),this.y=r(e[1],t[1],a[1],i[1]);var n=s(e[0],t[0],a[0],i[0]),u=s(e[1],t[1],a[1],i[1]);this.width=n-this.x,this.height=u-this.y}}}(),calculateTransform:function(e){var t=this,a=e.width/t.width,i=e.height/t.height,o=n.create();return n.translate(o,o,[-t.x,-t.y]),n.scale(o,o,[a,i]),n.translate(o,o,[e.x,e.y]),o},intersect:function(e){if(!e)return!1;e instanceof i||(e=i.create(e));var t=this,a=t.x,o=t.x+t.width,n=t.y,l=t.y+t.height,r=e.x,s=e.x+e.width,u=e.y,c=e.y+e.height;return!(o<r||s<a||l<u||c<n)},contain:function(e,t){var a=this;return e>=a.x&&e<=a.x+a.width&&t>=a.y&&t<=a.y+a.height},clone:function(){return new i(this.x,this.y,this.width,this.height)},copy:function(e){this.x=e.x,this.y=e.y,this.width=e.width,this.height=e.height},plain:function(){return{x:this.x,y:this.y,width:this.width,height:this.height}}},i.create=function(e){return new i(e.x,e.y,e.width,e.height)};var u=i;e.exports=u},function(e,t,a){function i(e){return e>-p&&e<p}function o(e){return e>p||e<-p}function n(e,t,a,i,o){var n=1-o;return n*n*(n*e+3*o*t)+o*o*(o*i+3*n*a)}function l(e,t,a,i){var o=1-i;return o*(o*e+2*i*t)+i*i*a}var r=a(2),s=r.create,u=r.distSquare,c=Math.pow,h=Math.sqrt,p=1e-8,d=1e-4,m=h(3),f=1/3,v=s(),y=s(),g=s();t.cubicAt=n,t.cubicDerivativeAt=function(e,t,a,i,o){var n=1-o;return 3*(((t-e)*n+2*(a-t)*o)*n+(i-a)*o*o)},t.cubicRootAt=function(e,t,a,o,n,l){var r=o+3*(t-a)-e,s=3*(a-2*t+e),u=3*(t-e),p=e-n,d=s*s-3*r*u,v=s*u-9*r*p,y=u*u-3*s*p,g=0;if(i(d)&&i(v))if(i(s))l[0]=0;else{var b=-u/s;b>=0&&b<=1&&(l[g++]=b)}else{var x=v*v-4*d*y;if(i(x)){var S=v/d,b=-s/r+S,w=-S/2;b>=0&&b<=1&&(l[g++]=b),w>=0&&w<=1&&(l[g++]=w)}else if(x>0){var q=h(x),C=d*s+1.5*r*(-v+q),D=d*s+1.5*r*(-v-q);C=C<0?-c(-C,f):c(C,f),D=D<0?-c(-D,f):c(D,f);var b=(-s-(C+D))/(3*r);b>=0&&b<=1&&(l[g++]=b)}else{var T=(2*d*s-3*r*v)/(2*h(d*d*d)),O=Math.acos(T)/3,_=h(d),k=Math.cos(O),b=(-s-2*_*k)/(3*r),w=(-s+_*(k+m*Math.sin(O)))/(3*r),z=(-s+_*(k-m*Math.sin(O)))/(3*r);b>=0&&b<=1&&(l[g++]=b),w>=0&&w<=1&&(l[g++]=w),z>=0&&z<=1&&(l[g++]=z)}}return g},t.cubicExtrema=function(e,t,a,n,l){var r=6*a-12*t+6*e,s=9*t+3*n-3*e-9*a,u=3*t-3*e,c=0;if(i(s)){if(o(r)){var p=-u/r;p>=0&&p<=1&&(l[c++]=p)}}else{var d=r*r-4*s*u;if(i(d))l[0]=-r/(2*s);else if(d>0){var m=h(d),p=(-r+m)/(2*s),f=(-r-m)/(2*s);p>=0&&p<=1&&(l[c++]=p),f>=0&&f<=1&&(l[c++]=f)}}return c},t.cubicSubdivide=function(e,t,a,i,o,n){var l=(t-e)*o+e,r=(a-t)*o+t,s=(i-a)*o+a,u=(r-l)*o+l,c=(s-r)*o+r,h=(c-u)*o+u;n[0]=e,n[1]=l,n[2]=u,n[3]=h,n[4]=h,n[5]=c,n[6]=s,n[7]=i},t.cubicProjectPoint=function(e,t,a,i,o,l,r,s,c,p,m){var f,b,x,S,w,q=.005,C=1/0;v[0]=c,v[1]=p;for(var D=0;D<1;D+=.05)y[0]=n(e,a,o,r,D),y[1]=n(t,i,l,s,D),(S=u(v,y))<C&&(f=D,C=S);C=1/0;for(var T=0;T<32&&!(q<d);T++)b=f-q,x=f+q,y[0]=n(e,a,o,r,b),y[1]=n(t,i,l,s,b),S=u(y,v),b>=0&&S<C?(f=b,C=S):(g[0]=n(e,a,o,r,x),g[1]=n(t,i,l,s,x),w=u(g,v),x<=1&&w<C?(f=x,C=w):q*=.5);return m&&(m[0]=n(e,a,o,r,f),m[1]=n(t,i,l,s,f)),h(C)},t.quadraticAt=l,t.quadraticDerivativeAt=function(e,t,a,i){return 2*((1-i)*(t-e)+i*(a-t))},t.quadraticRootAt=function(e,t,a,n,l){var r=e-2*t+a,s=2*(t-e),u=e-n,c=0;if(i(r)){if(o(s)){var p=-u/s;p>=0&&p<=1&&(l[c++]=p)}}else{var d=s*s-4*r*u;if(i(d)){var p=-s/(2*r);p>=0&&p<=1&&(l[c++]=p)}else if(d>0){var m=h(d),p=(-s+m)/(2*r),f=(-s-m)/(2*r);p>=0&&p<=1&&(l[c++]=p),f>=0&&f<=1&&(l[c++]=f)}}return c},t.quadraticExtremum=function(e,t,a){var i=e+a-2*t;return 0===i?.5:(e-t)/i},t.quadraticSubdivide=function(e,t,a,i,o){var n=(t-e)*i+e,l=(a-t)*i+t,r=(l-n)*i+n;o[0]=e,o[1]=n,o[2]=r,o[3]=r,o[4]=l,o[5]=a},t.quadraticProjectPoint=function(e,t,a,i,o,n,r,s,c){var p,m=.005,f=1/0;v[0]=r,v[1]=s;for(var b=0;b<1;b+=.05){y[0]=l(e,a,o,b),y[1]=l(t,i,n,b);var x=u(v,y);x<f&&(p=b,f=x)}f=1/0;for(var S=0;S<32&&!(m<d);S++){var w=p-m,q=p+m;y[0]=l(e,a,o,w),y[1]=l(t,i,n,w);var x=u(y,v);if(w>=0&&x<f)p=w,f=x;else{g[0]=l(e,a,o,q),g[1]=l(t,i,n,q);var C=u(g,v);q<=1&&C<f?(p=q,f=C):m*=.5}}return c&&(c[0]=l(e,a,o,p),c[1]=l(t,i,n,p)),h(f)}},function(e,t,a){function i(e,t){var a=e+":"+(t=t||_);if(C[a])return C[a];for(var i=(e+"").split("\n"),o=0,n=0,l=i.length;n<l;n++)o=Math.max(d(i[n],t).width,o);return D>T&&(D=0,C={}),D++,C[a]=o,o}function o(e,t,a,o,n,s){var u=m(e,t,n,s),c=i(e,t);n&&(c+=n[1]+n[3]);var h=u.outerHeight,p=l(0,c,a),d=r(0,h,o),f=new y(p,d,c,h);return f.lineHeight=u.lineHeight,f}function n(e,t,a,i,o,n,s){var u=f(e,{rich:n,truncate:s,font:t,textAlign:a,textPadding:o}),c=u.outerWidth,h=u.outerHeight,p=l(0,c,a),d=r(0,h,i);return new y(p,d,c,h)}function l(e,t,a){return"right"===a?e-=t:"center"===a&&(e-=t/2),e}function r(e,t,a){return"middle"===a?e-=t/2:"bottom"===a&&(e-=t),e}function s(e,t,a,i,o){if(!t)return"";var n=(e+"").split("\n");o=u(t,a,i,o);for(var l=0,r=n.length;l<r;l++)n[l]=c(n[l],o);return n.join("\n")}function u(e,t,a,o){(o=S({},o)).font=t;var a=w(a,"...");o.maxIterations=w(o.maxIterations,2);var n=o.minChar=w(o.minChar,0);o.cnCharWidth=i("国",t);var l=o.ascCharWidth=i("a",t);o.placeholder=w(o.placeholder,"");for(var r=e=Math.max(0,e-1),s=0;s<n&&r>=l;s++)r-=l;var u=i(a);return u>r&&(a="",u=0),r=e-u,o.ellipsis=a,o.ellipsisWidth=u,o.contentWidth=r,o.containerWidth=e,o}function c(e,t){var a=t.containerWidth,o=t.font,n=t.contentWidth;if(!a)return"";var l=i(e,o);if(l<=a)return e;for(var r=0;;r++){if(l<=n||r>=t.maxIterations){e+=t.ellipsis;break}var s=0===r?h(e,n,t.ascCharWidth,t.cnCharWidth):l>0?Math.floor(e.length*n/l):0;e=e.substr(0,s),l=i(e,o)}return""===e&&(e=t.placeholder),e}function h(e,t,a,i){for(var o=0,n=0,l=e.length;n<l&&o<t;n++){var r=e.charCodeAt(n);o+=0<=r&&r<=127?a:i}return n}function p(e){return i("国",e)}function d(e,t){return k.measureText(e,t)}function m(e,t,a,i){null!=e&&(e+="");var o=p(t),n=e?e.split("\n"):[],l=n.length*o,r=l;if(a&&(r+=a[0]+a[2]),e&&i){var s=i.outerHeight,h=i.outerWidth;if(null!=s&&r>s)e="",n=[];else if(null!=h)for(var d=u(h-(a?a[1]+a[3]:0),t,i.ellipsis,{minChar:i.minChar,placeholder:i.placeholder}),m=0,f=n.length;m<f;m++)n[m]=c(n[m],d)}return{lines:n,height:l,outerHeight:r,lineHeight:o}}function f(e,t){var a={lines:[],width:0,height:0};if(null!=e&&(e+=""),!e)return a;for(var o,n=O.lastIndex=0;null!=(o=O.exec(e));){var l=o.index;l>n&&v(a,e.substring(n,l)),v(a,o[2],o[1]),n=O.lastIndex}n<e.length&&v(a,e.substring(n,e.length));var r=a.lines,u=0,c=0,h=[],d=t.textPadding,m=t.truncate,f=m&&m.outerWidth,y=m&&m.outerHeight;d&&(null!=f&&(f-=d[1]+d[3]),null!=y&&(y-=d[0]+d[2]));for(var b=0;b<r.length;b++){for(var x=r[b],S=0,C=0,D=0;D<x.tokens.length;D++){var T=x.tokens[D],_=T.styleName&&t.rich[T.styleName]||{},k=T.textPadding=_.textPadding,z=T.font=_.font||t.font,L=T.textHeight=w(_.textHeight,p(z));if(k&&(L+=k[0]+k[2]),T.height=L,T.lineHeight=q(_.textLineHeight,t.textLineHeight,L),T.textAlign=_&&_.textAlign||t.textAlign,T.textVerticalAlign=_&&_.textVerticalAlign||"middle",null!=y&&u+T.lineHeight>y)return{lines:[],width:0,height:0};T.textWidth=i(T.text,z);var F=_.textWidth,A=null==F||"auto"===F;if("string"==typeof F&&"%"===F.charAt(F.length-1))T.percentWidth=F,h.push(T),F=0;else{if(A){F=T.textWidth;var W=_.textBackgroundColor,P=W&&W.image;P&&(P=g.findExistImage(P),g.isImageReady(P)&&(F=Math.max(F,P.width*L/P.height)))}var M=k?k[1]+k[3]:0;F+=M;var I=null!=f?f-C:null;null!=I&&I<F&&(!A||I<M?(T.text="",T.textWidth=F=0):(T.text=s(T.text,I-M,z,m.ellipsis,{minChar:m.minChar}),T.textWidth=i(T.text,z),F=T.textWidth+M))}C+=T.width=F,_&&(S=Math.max(S,T.lineHeight))}x.width=C,x.lineHeight=S,u+=S,c=Math.max(c,C)}a.outerWidth=a.width=w(t.textWidth,c),a.outerHeight=a.height=w(t.textHeight,u),d&&(a.outerWidth+=d[1]+d[3],a.outerHeight+=d[0]+d[2]);for(var b=0;b<h.length;b++){var T=h[b],R=T.percentWidth;T.width=parseInt(R,10)/100*c}return a}function v(e,t,a){for(var i=""===t,o=t.split("\n"),n=e.lines,l=0;l<o.length;l++){var r=o[l],s={styleName:a,text:r,isLineHolder:!r&&!i};if(l)n.push({tokens:[s]});else{var u=(n[n.length-1]||(n[0]={tokens:[]})).tokens,c=u.length;1===c&&u[0].isLineHolder?u[0]=s:(r||!c||i)&&u.push(s)}}}var y=a(3),g=a(10),b=a(0),x=b.getContext,S=b.extend,w=b.retrieve2,q=b.retrieve3,C={},D=0,T=5e3,O=/\{([a-zA-Z0-9_]+)\|([^}]*)\}/g,_="12px sans-serif",k={measureText:function(e,t){var a=x();return a.font=t||_,a.measureText(e)}};t.DEFAULT_FONT=_,t.$override=function(e,t){k[e]=t},t.getWidth=i,t.getBoundingRect=function(e,t,a,i,l,r,s){return r?n(e,t,a,i,l,r,s):o(e,t,a,i,l,s)},t.adjustTextX=l,t.adjustTextY=r,t.adjustTextPositionOnRect=function(e,t,a){var i=t.x,o=t.y,n=t.height,l=t.width,r=n/2,s="left",u="top";switch(e){case"left":i-=a,o+=r,s="right",u="middle";break;case"right":i+=a+l,o+=r,u="middle";break;case"top":i+=l/2,o-=a,s="center",u="bottom";break;case"bottom":i+=l/2,o+=n+a,s="center";break;case"inside":i+=l/2,o+=r,s="center",u="middle";break;case"insideLeft":i+=a,o+=r,u="middle";break;case"insideRight":i+=l-a,o+=r,s="right",u="middle";break;case"insideTop":i+=l/2,o+=a,s="center";break;case"insideBottom":i+=l/2,o+=n-a,s="center",u="bottom";break;case"insideTopLeft":i+=a,o+=a;break;case"insideTopRight":i+=l-a,o+=a,s="right";break;case"insideBottomLeft":i+=a,o+=n-a,u="bottom";break;case"insideBottomRight":i+=l-a,o+=n-a,s="right",u="bottom"}return{x:i,y:o,textAlign:s,textVerticalAlign:u}},t.truncateText=s,t.getLineHeight=p,t.measureText=d,t.parsePlainText=m,t.parseRichText=f,t.makeFont=function(e){return(e.fontSize||e.fontFamily)&&[e.fontStyle,e.fontWeight,(e.fontSize||12)+"px",e.fontFamily||"sans-serif"].join(" ")||e.textFont||e.font}},function(e,t,a){var i=a(4),o=a(2),n=a(49),l=a(3),r=a(19),s=r.devicePixelRatio,u={M:1,L:2,C:3,Q:4,A:5,Z:6,R:7},c=[],h=[],p=[],d=[],m=Math.min,f=Math.max,v=Math.cos,y=Math.sin,g=Math.sqrt,b=Math.abs,x="undefined"!=typeof Float32Array,S=function(e){this._saveData=!e,this._saveData&&(this.data=[]),this._ctx=null};S.prototype={constructor:S,_xi:0,_yi:0,_x0:0,_y0:0,_ux:0,_uy:0,_len:0,_lineDash:null,_dashOffset:0,_dashIdx:0,_dashSum:0,setScale:function(e,t){this._ux=b(1/s/e)||0,this._uy=b(1/s/t)||0},getContext:function(){return this._ctx},beginPath:function(e){return this._ctx=e,e&&e.beginPath(),e&&(this.dpr=e.dpr),this._saveData&&(this._len=0),this._lineDash&&(this._lineDash=null,this._dashOffset=0),this},moveTo:function(e,t){return this.addData(u.M,e,t),this._ctx&&this._ctx.moveTo(e,t),this._x0=e,this._y0=t,this._xi=e,this._yi=t,this},lineTo:function(e,t){var a=b(e-this._xi)>this._ux||b(t-this._yi)>this._uy||this._len<5;return this.addData(u.L,e,t),this._ctx&&a&&(this._needsDash()?this._dashedLineTo(e,t):this._ctx.lineTo(e,t)),a&&(this._xi=e,this._yi=t),this},bezierCurveTo:function(e,t,a,i,o,n){return this.addData(u.C,e,t,a,i,o,n),this._ctx&&(this._needsDash()?this._dashedBezierTo(e,t,a,i,o,n):this._ctx.bezierCurveTo(e,t,a,i,o,n)),this._xi=o,this._yi=n,this},quadraticCurveTo:function(e,t,a,i){return this.addData(u.Q,e,t,a,i),this._ctx&&(this._needsDash()?this._dashedQuadraticTo(e,t,a,i):this._ctx.quadraticCurveTo(e,t,a,i)),this._xi=a,this._yi=i,this},arc:function(e,t,a,i,o,n){return this.addData(u.A,e,t,a,a,i,o-i,0,n?0:1),this._ctx&&this._ctx.arc(e,t,a,i,o,n),this._xi=v(o)*a+e,this._yi=y(o)*a+e,this},arcTo:function(e,t,a,i,o){return this._ctx&&this._ctx.arcTo(e,t,a,i,o),this},rect:function(e,t,a,i){return this._ctx&&this._ctx.rect(e,t,a,i),this.addData(u.R,e,t,a,i),this},closePath:function(){this.addData(u.Z);var e=this._ctx,t=this._x0,a=this._y0;return e&&(this._needsDash()&&this._dashedLineTo(t,a),e.closePath()),this._xi=t,this._yi=a,this},fill:function(e){e&&e.fill(),this.toStatic()},stroke:function(e){e&&e.stroke(),this.toStatic()},setLineDash:function(e){if(e instanceof Array){this._lineDash=e,this._dashIdx=0;for(var t=0,a=0;a<e.length;a++)t+=e[a];this._dashSum=t}return this},setLineDashOffset:function(e){return this._dashOffset=e,this},len:function(){return this._len},setData:function(e){var t=e.length;this.data&&this.data.length==t||!x||(this.data=new Float32Array(t));for(var a=0;a<t;a++)this.data[a]=e[a];this._len=t},appendPath:function(e){e instanceof Array||(e=[e]);for(var t=e.length,a=0,i=this._len,o=0;o<t;o++)a+=e[o].len();x&&this.data instanceof Float32Array&&(this.data=new Float32Array(i+a));for(var o=0;o<t;o++)for(var n=e[o].data,l=0;l<n.length;l++)this.data[i++]=n[l];this._len=i},addData:function(e){if(this._saveData){var t=this.data;this._len+arguments.length>t.length&&(this._expandData(),t=this.data);for(var a=0;a<arguments.length;a++)t[this._len++]=arguments[a];this._prevCmd=e}},_expandData:function(){if(!(this.data instanceof Array)){for(var e=[],t=0;t<this._len;t++)e[t]=this.data[t];this.data=e}},_needsDash:function(){return this._lineDash},_dashedLineTo:function(e,t){var a,i,o=this._dashSum,n=this._dashOffset,l=this._lineDash,r=this._ctx,s=this._xi,u=this._yi,c=e-s,h=t-u,p=g(c*c+h*h),d=s,v=u,y=l.length;for(c/=p,h/=p,n<0&&(n=o+n),d-=(n%=o)*c,v-=n*h;c>0&&d<=e||c<0&&d>=e||0==c&&(h>0&&v<=t||h<0&&v>=t);)i=this._dashIdx,a=l[i],d+=c*a,v+=h*a,this._dashIdx=(i+1)%y,c>0&&d<s||c<0&&d>s||h>0&&v<u||h<0&&v>u||r[i%2?"moveTo":"lineTo"](c>=0?m(d,e):f(d,e),h>=0?m(v,t):f(v,t));c=d-e,h=v-t,this._dashOffset=-g(c*c+h*h)},_dashedBezierTo:function(e,t,a,o,n,l){var r,s,u,c,h,p=this._dashSum,d=this._dashOffset,m=this._lineDash,f=this._ctx,v=this._xi,y=this._yi,b=i.cubicAt,x=0,S=this._dashIdx,w=m.length,q=0;for(d<0&&(d=p+d),d%=p,r=0;r<1;r+=.1)s=b(v,e,a,n,r+.1)-b(v,e,a,n,r),u=b(y,t,o,l,r+.1)-b(y,t,o,l,r),x+=g(s*s+u*u);for(;S<w&&!((q+=m[S])>d);S++);for(r=(q-d)/x;r<=1;)c=b(v,e,a,n,r),h=b(y,t,o,l,r),S%2?f.moveTo(c,h):f.lineTo(c,h),r+=m[S]/x,S=(S+1)%w;S%2!=0&&f.lineTo(n,l),s=n-c,u=l-h,this._dashOffset=-g(s*s+u*u)},_dashedQuadraticTo:function(e,t,a,i){var o=a,n=i;a=(a+2*e)/3,i=(i+2*t)/3,e=(this._xi+2*e)/3,t=(this._yi+2*t)/3,this._dashedBezierTo(e,t,a,i,o,n)},toStatic:function(){var e=this.data;e instanceof Array&&(e.length=this._len,x&&(this.data=new Float32Array(e)))},getBoundingRect:function(){c[0]=c[1]=p[0]=p[1]=Number.MAX_VALUE,h[0]=h[1]=d[0]=d[1]=-Number.MAX_VALUE;for(var e=this.data,t=0,a=0,i=0,r=0,s=0;s<e.length;){var m=e[s++];switch(1==s&&(t=e[s],a=e[s+1],i=t,r=a),m){case u.M:i=e[s++],r=e[s++],t=i,a=r,p[0]=i,p[1]=r,d[0]=i,d[1]=r;break;case u.L:n.fromLine(t,a,e[s],e[s+1],p,d),t=e[s++],a=e[s++];break;case u.C:n.fromCubic(t,a,e[s++],e[s++],e[s++],e[s++],e[s],e[s+1],p,d),t=e[s++],a=e[s++];break;case u.Q:n.fromQuadratic(t,a,e[s++],e[s++],e[s],e[s+1],p,d),t=e[s++],a=e[s++];break;case u.A:var f=e[s++],g=e[s++],b=e[s++],x=e[s++],S=e[s++],w=e[s++]+S,q=(e[s++],1-e[s++]);1==s&&(i=v(S)*b+f,r=y(S)*x+g),n.fromArc(f,g,b,x,S,w,q,p,d),t=v(w)*b+f,a=y(w)*x+g;break;case u.R:i=t=e[s++],r=a=e[s++];var C=e[s++],D=e[s++];n.fromLine(i,r,i+C,r+D,p,d);break;case u.Z:t=i,a=r}o.min(c,c,p),o.max(h,h,d)}return 0===s&&(c[0]=c[1]=h[0]=h[1]=0),new l(c[0],c[1],h[0]-c[0],h[1]-c[1])},rebuildPath:function(e){for(var t,a,i,o,n,l,r=this.data,s=this._ux,c=this._uy,h=this._len,p=0;p<h;){var d=r[p++];switch(1==p&&(i=r[p],o=r[p+1],t=i,a=o),d){case u.M:t=i=r[p++],a=o=r[p++],e.moveTo(i,o);break;case u.L:n=r[p++],l=r[p++],(b(n-i)>s||b(l-o)>c||p===h-1)&&(e.lineTo(n,l),i=n,o=l);break;case u.C:e.bezierCurveTo(r[p++],r[p++],r[p++],r[p++],r[p++],r[p++]),i=r[p-2],o=r[p-1];break;case u.Q:e.quadraticCurveTo(r[p++],r[p++],r[p++],r[p++]),i=r[p-2],o=r[p-1];break;case u.A:var m=r[p++],f=r[p++],g=r[p++],x=r[p++],S=r[p++],w=r[p++],q=r[p++],C=r[p++],D=g>x?g:x,T=g>x?1:g/x,O=g>x?x/g:1,_=Math.abs(g-x)>.001,k=S+w;_?(e.translate(m,f),e.rotate(q),e.scale(T,O),e.arc(0,0,D,S,k,1-C),e.scale(1/T,1/O),e.rotate(-q),e.translate(-m,-f)):e.arc(m,f,D,S,k,1-C),1==p&&(t=v(S)*g+m,a=y(S)*x+f),i=v(k)*g+m,o=y(k)*x+f;break;case u.R:t=i=r[p],a=o=r[p+1],e.rect(r[p++],r[p++],r[p++],r[p++]);break;case u.Z:e.closePath(),i=t,o=a}}}},S.CMD=u;var w=S;e.exports=w},function(t,a){t.exports=e},function(e,t){function a(e){return e[0]=1,e[1]=0,e[2]=0,e[3]=1,e[4]=0,e[5]=0,e}var i="undefined"==typeof Float32Array?Array:Float32Array;t.create=function(){var e=new i(6);return a(e),e},t.identity=a,t.copy=function(e,t){return e[0]=t[0],e[1]=t[1],e[2]=t[2],e[3]=t[3],e[4]=t[4],e[5]=t[5],e},t.mul=function(e,t,a){var i=t[0]*a[0]+t[2]*a[1],o=t[1]*a[0]+t[3]*a[1],n=t[0]*a[2]+t[2]*a[3],l=t[1]*a[2]+t[3]*a[3],r=t[0]*a[4]+t[2]*a[5]+t[4],s=t[1]*a[4]+t[3]*a[5]+t[5];return e[0]=i,e[1]=o,e[2]=n,e[3]=l,e[4]=r,e[5]=s,e},t.translate=function(e,t,a){return e[0]=t[0],e[1]=t[1],e[2]=t[2],e[3]=t[3],e[4]=t[4]+a[0],e[5]=t[5]+a[1],e},t.rotate=function(e,t,a){var i=t[0],o=t[2],n=t[4],l=t[1],r=t[3],s=t[5],u=Math.sin(a),c=Math.cos(a);return e[0]=i*c+l*u,e[1]=-i*u+l*c,e[2]=o*c+r*u,e[3]=-o*u+c*r,e[4]=c*n+u*s,e[5]=c*s-u*n,e},t.scale=function(e,t,a){var i=a[0],o=a[1];return e[0]=t[0]*i,e[1]=t[1]*o,e[2]=t[2]*i,e[3]=t[3]*o,e[4]=t[4]*i,e[5]=t[5]*o,e},t.invert=function(e,t){var a=t[0],i=t[2],o=t[4],n=t[1],l=t[3],r=t[5],s=a*l-n*i;return s?(s=1/s,e[0]=l*s,e[1]=-n*s,e[2]=-i*s,e[3]=a*s,e[4]=(i*r-l*o)*s,e[5]=(n*o-a*r)*s,e):null}},function(e,t,a){function i(e){return Math.floor(Math.log(e)/Math.LN10)}var o=a(0),n=1e-4,l=/^(?:(\d{4})(?:[-\/](\d{1,2})(?:[-\/](\d{1,2})(?:[T ](\d{1,2})(?::(\d\d)(?::(\d\d)(?:[.,](\d+))?)?)?(Z|[\+\-]\d\d:?\d\d)?)?)?)?)?$/;t.linearMap=function(e,t,a,i){var o=t[1]-t[0],n=a[1]-a[0];if(0===o)return 0===n?a[0]:(a[0]+a[1])/2;if(i)if(o>0){if(e<=t[0])return a[0];if(e>=t[1])return a[1]}else{if(e>=t[0])return a[0];if(e<=t[1])return a[1]}else{if(e===t[0])return a[0];if(e===t[1])return a[1]}return(e-t[0])/o*n+a[0]},t.parsePercent=function(e,t){switch(e){case"center":case"middle":e="50%";break;case"left":case"top":e="0%";break;case"right":case"bottom":e="100%"}return"string"==typeof e?function(e){return e.replace(/^\s+/,"").replace(/\s+$/,"")}(e).match(/%$/)?parseFloat(e)/100*t:parseFloat(e):null==e?NaN:+e},t.round=function(e,t,a){return null==t&&(t=10),t=Math.min(Math.max(0,t),20),e=(+e).toFixed(t),a?e:+e},t.asc=function(e){return e.sort(function(e,t){return e-t}),e},t.getPrecision=function(e){if(e=+e,isNaN(e))return 0;for(var t=1,a=0;Math.round(e*t)/t!==e;)t*=10,a++;return a},t.getPrecisionSafe=function(e){var t=e.toString(),a=t.indexOf("e");if(a>0){var i=+t.slice(a+1);return i<0?-i:0}var o=t.indexOf(".");return o<0?0:t.length-1-o},t.getPixelPrecision=function(e,t){var a=Math.log,i=Math.LN10,o=Math.floor(a(e[1]-e[0])/i),n=Math.round(a(Math.abs(t[1]-t[0]))/i),l=Math.min(Math.max(-o+n,0),20);return isFinite(l)?l:20},t.getPercentWithPrecision=function(e,t,a){if(!e[t])return 0;var i=o.reduce(e,function(e,t){return e+(isNaN(t)?0:t)},0);if(0===i)return 0;for(var n=Math.pow(10,a),l=o.map(e,function(e){return(isNaN(e)?0:e)/i*n*100}),r=100*n,s=o.map(l,function(e){return Math.floor(e)}),u=o.reduce(s,function(e,t){return e+t},0),c=o.map(l,function(e,t){return e-s[t]});u<r;){for(var h=Number.NEGATIVE_INFINITY,p=null,d=0,m=c.length;d<m;++d)c[d]>h&&(h=c[d],p=d);++s[p],c[p]=0,++u}return s[t]/n},t.MAX_SAFE_INTEGER=9007199254740991,t.remRadian=function(e){var t=2*Math.PI;return(e%t+t)%t},t.isRadianAroundZero=function(e){return e>-n&&e<n},t.parseDate=function(e){if(e instanceof Date)return e;if("string"==typeof e){var t=l.exec(e);if(!t)return new Date(NaN);if(t[8]){var a=+t[4]||0;return"Z"!==t[8].toUpperCase()&&(a-=t[8].slice(0,3)),new Date(Date.UTC(+t[1],+(t[2]||1)-1,+t[3]||1,a,+(t[5]||0),+t[6]||0,+t[7]||0))}return new Date(+t[1],+(t[2]||1)-1,+t[3]||1,+t[4]||0,+(t[5]||0),+t[6]||0,+t[7]||0)}return null==e?new Date(NaN):new Date(Math.round(e))},t.quantity=function(e){return Math.pow(10,i(e))},t.nice=function(e,t){var a=i(e),o=Math.pow(10,a),n=e/o;return e=(t?n<1.5?1:n<2.5?2:n<4?3:n<7?5:10:n<1?1:n<2?2:n<3?3:n<5?5:10)*o,a>=-20?+e.toFixed(a<0?-a:0):e},t.reformIntervals=function(e){e.sort(function(e,t){return function e(t,a,i){return t.interval[i]<a.interval[i]||t.interval[i]===a.interval[i]&&(t.close[i]-a.close[i]==(i?-1:1)||!i&&e(t,a,1))}(e,t,0)?-1:1});for(var t=-1/0,a=1,i=0;i<e.length;){for(var o=e[i].interval,n=e[i].close,l=0;l<2;l++)o[l]<=t&&(o[l]=t,n[l]=l?1:1-a),t=o[l],a=n[l];o[0]===o[1]&&n[0]*n[1]!=1?e.splice(i,1):i++}return e},t.isNumeric=function(e){return e-parseFloat(e)>=0}},function(e,t,a){function i(){var e=this.__cachedImgObj;this.onload=this.__cachedImgObj=null;for(var t=0;t<e.pending.length;t++){var a=e.pending[t],i=a.cb;i&&i(this,a.cbPayload),a.hostEl.dirty()}e.pending.length=0}function o(e){return e&&e.width&&e.height}var n=a(14),l=new n(50);t.findExistImage=function(e){if("string"==typeof e){var t=l.get(e);return t&&t.image}return e},t.createOrUpdateImage=function(e,t,a,n,r){if(e){if("string"==typeof e){if(t&&t.__zrImageSrc===e||!a)return t;var s=l.get(e),u={hostEl:a,cb:n,cbPayload:r};return s?!o(t=s.image)&&s.pending.push(u):(!t&&(t=new Image),t.onload=i,l.put(e,t.__cachedImgObj={image:t,pending:[u]}),t.src=t.__zrImageSrc=e),t}return e}return t},t.isImageReady=o},function(e,t,a){var i=a(0);e.exports=function(e){for(var t=0;t<e.length;t++)e[t][1]||(e[t][1]=e[t][0]);return function(t,a,o){for(var n={},l=0;l<e.length;l++){var r=e[l][1];if(!(a&&i.indexOf(a,r)>=0||o&&i.indexOf(o,r)<0)){var s=t.getShallow(r);null!=s&&(n[e[l][0]]=s)}}return n}}},function(e,t,a){function i(e){for(var t in e=e||{},l.call(this,e),e)e.hasOwnProperty(t)&&"style"!==t&&(this[t]=e[t]);this.style=new n(e.style,this),this._rect=null,this.__clipPaths=[]}var o=a(0),n=a(40),l=a(16),r=a(48);i.prototype={constructor:i,type:"displayable",__dirty:!0,invisible:!1,z:0,z2:0,zlevel:0,draggable:!1,dragging:!1,silent:!1,culling:!1,cursor:"pointer",rectHover:!1,progressive:-1,beforeBrush:function(e){},afterBrush:function(e){},brush:function(e,t){},getBoundingRect:function(){},contain:function(e,t){return this.rectContain(e,t)},traverse:function(e,t){e.call(t,this)},rectContain:function(e,t){var a=this.transformCoordToLocal(e,t);return this.getBoundingRect().contain(a[0],a[1])},dirty:function(){this.__dirty=!0,this._rect=null,this.__zr&&this.__zr.refresh()},animateStyle:function(e){return this.animate("style",e)},attrKV:function(e,t){"style"!==e?l.prototype.attrKV.call(this,e,t):this.style.set(t)},setStyle:function(e,t){return this.style.set(e,t),this.dirty(!1),this},useStyle:function(e){return this.style=new n(e,this),this.dirty(!1),this}},o.inherits(i,l),o.mixin(i,r);var s=i;e.exports=s},function(e,t,a){function i(e){return String(e).replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&#39;")}var o=a(0),n=a(5),l=a(9),r=o.normalizeCssArray,s=["a","b","c","d","e","f","g"],u=function(e,t){return"{"+e+(null==t?"":t)+"}"},c=function(e){return e<10?"0"+e:e},h=n.truncateText,p=n.getBoundingRect;t.addCommas=function(e){return isNaN(e)?"-":(e=(e+"").split("."))[0].replace(/(\d{1,3})(?=(?:\d{3})+(?!\d))/g,"$1,")+(e.length>1?"."+e[1]:"")},t.toCamelCase=function(e,t){return e=(e||"").toLowerCase().replace(/-(.)/g,function(e,t){return t.toUpperCase()}),t&&e&&(e=e.charAt(0).toUpperCase()+e.slice(1)),e},t.normalizeCssArray=r,t.encodeHTML=i,t.formatTpl=function(e,t,a){o.isArray(t)||(t=[t]);var n=t.length;if(!n)return"";for(var l=t[0].$vars||[],r=0;r<l.length;r++){var c=s[r],h=u(c,0);e=e.replace(u(c),a?i(h):h)}for(var p=0;p<n;p++)for(var d=0;d<l.length;d++){var h=t[p][l[d]];e=e.replace(u(s[d],p),a?i(h):h)}return e},t.formatTplSimple=function(e,t,a){return o.each(t,function(t,o){e=e.replace("{"+o+"}",a?i(t):t)}),e},t.getTooltipMarker=function(e,t){return e?'<span style="display:inline-block;margin-right:5px;border-radius:10px;width:9px;height:9px;background-color:'+i(e)+";"+(t||"")+'"></span>':""},t.formatTime=function(e,t,a){"week"!==e&&"month"!==e&&"quarter"!==e&&"half-year"!==e&&"year"!==e||(e="MM-dd\nyyyy");var i=l.parseDate(t),o=a?"UTC":"",n=i["get"+o+"FullYear"](),r=i["get"+o+"Month"]()+1,s=i["get"+o+"Date"](),u=i["get"+o+"Hours"](),h=i["get"+o+"Minutes"](),p=i["get"+o+"Seconds"]();return e=e.replace("MM",c(r)).replace("M",r).replace("yyyy",n).replace("yy",n%100).replace("dd",c(s)).replace("d",s).replace("hh",c(u)).replace("h",u).replace("mm",c(h)).replace("m",h).replace("ss",c(p)).replace("s",p)},t.capitalFirst=function(e){return e?e.charAt(0).toUpperCase()+e.substr(1):e},t.truncateText=h,t.getTextRect=p},function(e,t){var a=function(){this.head=null,this.tail=null,this._len=0},i=a.prototype;i.insert=function(e){var t=new o(e);return this.insertEntry(t),t},i.insertEntry=function(e){this.head?(this.tail.next=e,e.prev=this.tail,e.next=null,this.tail=e):this.head=this.tail=e,this._len++},i.remove=function(e){var t=e.prev,a=e.next;t?t.next=a:this.head=a,a?a.prev=t:this.tail=t,e.next=e.prev=null,this._len--},i.len=function(){return this._len},i.clear=function(){this.head=this.tail=null,this._len=0};var o=function(e){this.value=e,this.next,this.prev},n=function(e){this._list=new a,this._map={},this._maxSize=e||10,this._lastRemovedEntry=null},l=n.prototype;l.put=function(e,t){var a=this._list,i=this._map,n=null;if(null==i[e]){var l=a.len(),r=this._lastRemovedEntry;if(l>=this._maxSize&&l>0){var s=a.head;a.remove(s),delete i[s.key],n=s.value,this._lastRemovedEntry=s}r?r.value=t:r=new o(t),r.key=e,a.insertEntry(r),i[e]=r}return n},l.get=function(e){var t=this._map[e],a=this._list;if(null!=t)return t!==a.tail&&(a.remove(t),a.insertEntry(t)),t.value},l.clear=function(){this._list.clear(),this._map={}};var r=n;e.exports=r},function(e,t){var a="undefined"==typeof navigator?{browser:{},os:{},node:!0,canvasSupported:!0,svgSupported:!0}:function(e){var t={},a=e.match(/Firefox\/([\d.]+)/),i=e.match(/MSIE\s([\d.]+)/)||e.match(/Trident\/.+?rv:(([\d.]+))/),o=e.match(/Edge\/([\d.]+)/),n=/micromessenger/i.test(e);return a&&(t.firefox=!0,t.version=a[1]),i&&(t.ie=!0,t.version=i[1]),o&&(t.edge=!0,t.version=o[1]),n&&(t.weChat=!0),{browser:t,os:{},node:!1,canvasSupported:!!document.createElement("canvas").getContext,svgSupported:"undefined"!=typeof SVGRect,touchEventsSupported:"ontouchstart"in window&&!t.ie&&!t.edge,pointerEventsSupported:"onpointerdown"in window&&(t.edge||t.ie&&t.version>=11)}}(navigator.userAgent);e.exports=a},function(e,t,a){var i=a(41),o=a(42),n=a(17),l=a(43),r=a(0),s=function(e){n.call(this,e),o.call(this,e),l.call(this,e),this.id=e.id||i()};s.prototype={type:"element",name:"",__zr:null,ignore:!1,clipPath:null,drift:function(e,t){switch(this.draggable){case"horizontal":t=0;break;case"vertical":e=0}var a=this.transform;a||(a=this.transform=[1,0,0,1,0,0]),a[4]+=e,a[5]+=t,this.decomposeTransform(),this.dirty(!1)},beforeUpdate:function(){},afterUpdate:function(){},update:function(){this.updateTransform()},traverse:function(e,t){},attrKV:function(e,t){if("position"===e||"scale"===e||"origin"===e){if(t){var a=this[e];a||(a=this[e]=[]),a[0]=t[0],a[1]=t[1]}}else this[e]=t},hide:function(){this.ignore=!0,this.__zr&&this.__zr.refresh()},show:function(){this.ignore=!1,this.__zr&&this.__zr.refresh()},attr:function(e,t){if("string"==typeof e)this.attrKV(e,t);else if(r.isObject(e))for(var a in e)e.hasOwnProperty(a)&&this.attrKV(a,e[a]);return this.dirty(!1),this},setClipPath:function(e){var t=this.__zr;t&&e.addSelfToZr(t),this.clipPath&&this.clipPath!==e&&this.removeClipPath(),this.clipPath=e,e.__zr=t,e.__clipTarget=this,this.dirty(!1)},removeClipPath:function(){var e=this.clipPath;e&&(e.__zr&&e.removeSelfFromZr(e.__zr),e.__zr=null,e.__clipTarget=null,this.clipPath=null,this.dirty(!1))},addSelfToZr:function(e){this.__zr=e;var t=this.animators;if(t)for(var a=0;a<t.length;a++)e.animation.addAnimator(t[a]);this.clipPath&&this.clipPath.addSelfToZr(e)},removeSelfFromZr:function(e){this.__zr=null;var t=this.animators;if(t)for(var a=0;a<t.length;a++)e.animation.removeAnimator(t[a]);this.clipPath&&this.clipPath.removeSelfFromZr(e)}},r.mixin(s,l),r.mixin(s,n),r.mixin(s,o);var u=s;e.exports=u},function(e,t,a){function i(e){return e>r||e<-r}var o=a(8),n=a(2),l=o.identity,r=5e-5,s=function(e){(e=e||{}).position||(this.position=[0,0]),null==e.rotation&&(this.rotation=0),e.scale||(this.scale=[1,1]),this.origin=this.origin||null},u=s.prototype;u.transform=null,u.needLocalTransform=function(){return i(this.rotation)||i(this.position[0])||i(this.position[1])||i(this.scale[0]-1)||i(this.scale[1]-1)},u.updateTransform=function(){var e=this.parent,t=e&&e.transform,a=this.needLocalTransform(),i=this.transform;a||t?(i=i||o.create(),a?this.getLocalTransform(i):l(i),t&&(a?o.mul(i,e.transform,i):o.copy(i,e.transform)),this.transform=i,this.invTransform=this.invTransform||o.create(),o.invert(this.invTransform,i)):i&&l(i)},u.getLocalTransform=function(e){return s.getLocalTransform(this,e)},u.setTransform=function(e){var t=this.transform,a=e.dpr||1;t?e.setTransform(a*t[0],a*t[1],a*t[2],a*t[3],a*t[4],a*t[5]):e.setTransform(a,0,0,a,0,0)},u.restoreTransform=function(e){var t=e.dpr||1;e.setTransform(t,0,0,t,0,0)};var c=[];u.decomposeTransform=function(){if(this.transform){var e=this.parent,t=this.transform;e&&e.transform&&(o.mul(c,e.invTransform,t),t=c);var a=t[0]*t[0]+t[1]*t[1],n=t[2]*t[2]+t[3]*t[3],l=this.position,r=this.scale;i(a-1)&&(a=Math.sqrt(a)),i(n-1)&&(n=Math.sqrt(n)),t[0]<0&&(a=-a),t[3]<0&&(n=-n),l[0]=t[4],l[1]=t[5],r[0]=a,r[1]=n,this.rotation=Math.atan2(-t[1]/n,t[0]/a)}},u.getGlobalScale=function(){var e=this.transform;if(!e)return[1,1];var t=Math.sqrt(e[0]*e[0]+e[1]*e[1]),a=Math.sqrt(e[2]*e[2]+e[3]*e[3]);return e[0]<0&&(t=-t),e[3]<0&&(a=-a),[t,a]},u.transformCoordToLocal=function(e,t){var a=[e,t],i=this.invTransform;return i&&n.applyTransform(a,a,i),a},u.transformCoordToGlobal=function(e,t){var a=[e,t],i=this.transform;return i&&n.applyTransform(a,a,i),a},s.getLocalTransform=function(e,t){l(t=t||[]);var a=e.origin,i=e.scale||[1,1],n=e.rotation||0,r=e.position||[0,0];return a&&(t[4]-=a[0],t[5]-=a[1]),o.scale(t,t,i),n&&o.rotate(t,t,n),a&&(t[4]+=a[0],t[5]+=a[1]),t[4]+=r[0],t[5]+=r[1],t};var h=s;e.exports=h},function(e,t,a){function i(e){return(e=Math.round(e))<0?0:e>255?255:e}function o(e){return e<0?0:e>1?1:e}function n(e){return i(e.length&&"%"===e.charAt(e.length-1)?parseFloat(e)/100*255:parseInt(e,10))}function l(e){return o(e.length&&"%"===e.charAt(e.length-1)?parseFloat(e)/100:parseFloat(e))}function r(e,t,a){return a<0?a+=1:a>1&&(a-=1),6*a<1?e+(t-e)*a*6:2*a<1?t:3*a<2?e+(t-e)*(2/3-a)*6:e}function s(e,t,a){return e+(t-e)*a}function u(e,t,a,i,o){return e[0]=t,e[1]=a,e[2]=i,e[3]=o,e}function c(e,t){return e[0]=t[0],e[1]=t[1],e[2]=t[2],e[3]=t[3],e}function h(e,t){x&&c(x,t),x=b.put(e,x||t.slice())}function p(e,t){if(e){t=t||[];var a=b.get(e);if(a)return c(t,a);var i=(e+="").replace(/ /g,"").toLowerCase();if(i in g)return c(t,g[i]),h(e,t),t;if("#"!==i.charAt(0)){var o=i.indexOf("("),r=i.indexOf(")");if(-1!==o&&r+1===i.length){var s=i.substr(0,o),p=i.substr(o+1,r-(o+1)).split(","),m=1;switch(s){case"rgba":if(4!==p.length)return void u(t,0,0,0,1);m=l(p.pop());case"rgb":return 3!==p.length?void u(t,0,0,0,1):(u(t,n(p[0]),n(p[1]),n(p[2]),m),h(e,t),t);case"hsla":return 4!==p.length?void u(t,0,0,0,1):(p[3]=l(p[3]),d(p,t),h(e,t),t);case"hsl":return 3!==p.length?void u(t,0,0,0,1):(d(p,t),h(e,t),t);default:return}}u(t,0,0,0,1)}else{if(4===i.length){var f=parseInt(i.substr(1),16);return f>=0&&f<=4095?(u(t,(3840&f)>>4|(3840&f)>>8,240&f|(240&f)>>4,15&f|(15&f)<<4,1),h(e,t),t):void u(t,0,0,0,1)}if(7===i.length){var f=parseInt(i.substr(1),16);return f>=0&&f<=16777215?(u(t,(16711680&f)>>16,(65280&f)>>8,255&f,1),h(e,t),t):void u(t,0,0,0,1)}}}}function d(e,t){var a=(parseFloat(e[0])%360+360)%360/360,o=l(e[1]),n=l(e[2]),s=n<=.5?n*(o+1):n+o-n*o,c=2*n-s;return u(t=t||[],i(255*r(c,s,a+1/3)),i(255*r(c,s,a)),i(255*r(c,s,a-1/3)),1),4===e.length&&(t[3]=e[3]),t}function m(e,t,a){if(t&&t.length&&e>=0&&e<=1){a=a||[];var n=e*(t.length-1),l=Math.floor(n),r=Math.ceil(n),u=t[l],c=t[r],h=n-l;return a[0]=i(s(u[0],c[0],h)),a[1]=i(s(u[1],c[1],h)),a[2]=i(s(u[2],c[2],h)),a[3]=o(s(u[3],c[3],h)),a}}function f(e,t,a){if(t&&t.length&&e>=0&&e<=1){var n=e*(t.length-1),l=Math.floor(n),r=Math.ceil(n),u=p(t[l]),c=p(t[r]),h=n-l,d=v([i(s(u[0],c[0],h)),i(s(u[1],c[1],h)),i(s(u[2],c[2],h)),o(s(u[3],c[3],h))],"rgba");return a?{color:d,leftIndex:l,rightIndex:r,value:n}:d}}function v(e,t){if(e&&e.length){var a=e[0]+","+e[1]+","+e[2];return"rgba"!==t&&"hsva"!==t&&"hsla"!==t||(a+=","+e[3]),t+"("+a+")"}}var y=a(14),g={transparent:[0,0,0,0],aliceblue:[240,248,255,1],antiquewhite:[250,235,215,1],aqua:[0,255,255,1],aquamarine:[127,255,212,1],azure:[240,255,255,1],beige:[245,245,220,1],bisque:[255,228,196,1],black:[0,0,0,1],blanchedalmond:[255,235,205,1],blue:[0,0,255,1],blueviolet:[138,43,226,1],brown:[165,42,42,1],burlywood:[222,184,135,1],cadetblue:[95,158,160,1],chartreuse:[127,255,0,1],chocolate:[210,105,30,1],coral:[255,127,80,1],cornflowerblue:[100,149,237,1],cornsilk:[255,248,220,1],crimson:[220,20,60,1],cyan:[0,255,255,1],darkblue:[0,0,139,1],darkcyan:[0,139,139,1],darkgoldenrod:[184,134,11,1],darkgray:[169,169,169,1],darkgreen:[0,100,0,1],darkgrey:[169,169,169,1],darkkhaki:[189,183,107,1],darkmagenta:[139,0,139,1],darkolivegreen:[85,107,47,1],darkorange:[255,140,0,1],darkorchid:[153,50,204,1],darkred:[139,0,0,1],darksalmon:[233,150,122,1],darkseagreen:[143,188,143,1],darkslateblue:[72,61,139,1],darkslategray:[47,79,79,1],darkslategrey:[47,79,79,1],darkturquoise:[0,206,209,1],darkviolet:[148,0,211,1],deeppink:[255,20,147,1],deepskyblue:[0,191,255,1],dimgray:[105,105,105,1],dimgrey:[105,105,105,1],dodgerblue:[30,144,255,1],firebrick:[178,34,34,1],floralwhite:[255,250,240,1],forestgreen:[34,139,34,1],fuchsia:[255,0,255,1],gainsboro:[220,220,220,1],ghostwhite:[248,248,255,1],gold:[255,215,0,1],goldenrod:[218,165,32,1],gray:[128,128,128,1],green:[0,128,0,1],greenyellow:[173,255,47,1],grey:[128,128,128,1],honeydew:[240,255,240,1],hotpink:[255,105,180,1],indianred:[205,92,92,1],indigo:[75,0,130,1],ivory:[255,255,240,1],khaki:[240,230,140,1],lavender:[230,230,250,1],lavenderblush:[255,240,245,1],lawngreen:[124,252,0,1],lemonchiffon:[255,250,205,1],lightblue:[173,216,230,1],lightcoral:[240,128,128,1],lightcyan:[224,255,255,1],lightgoldenrodyellow:[250,250,210,1],lightgray:[211,211,211,1],lightgreen:[144,238,144,1],lightgrey:[211,211,211,1],lightpink:[255,182,193,1],lightsalmon:[255,160,122,1],lightseagreen:[32,178,170,1],lightskyblue:[135,206,250,1],lightslategray:[119,136,153,1],lightslategrey:[119,136,153,1],lightsteelblue:[176,196,222,1],lightyellow:[255,255,224,1],lime:[0,255,0,1],limegreen:[50,205,50,1],linen:[250,240,230,1],magenta:[255,0,255,1],maroon:[128,0,0,1],mediumaquamarine:[102,205,170,1],mediumblue:[0,0,205,1],mediumorchid:[186,85,211,1],mediumpurple:[147,112,219,1],mediumseagreen:[60,179,113,1],mediumslateblue:[123,104,238,1],mediumspringgreen:[0,250,154,1],mediumturquoise:[72,209,204,1],mediumvioletred:[199,21,133,1],midnightblue:[25,25,112,1],mintcream:[245,255,250,1],mistyrose:[255,228,225,1],moccasin:[255,228,181,1],navajowhite:[255,222,173,1],navy:[0,0,128,1],oldlace:[253,245,230,1],olive:[128,128,0,1],olivedrab:[107,142,35,1],orange:[255,165,0,1],orangered:[255,69,0,1],orchid:[218,112,214,1],palegoldenrod:[238,232,170,1],palegreen:[152,251,152,1],paleturquoise:[175,238,238,1],palevioletred:[219,112,147,1],papayawhip:[255,239,213,1],peachpuff:[255,218,185,1],peru:[205,133,63,1],pink:[255,192,203,1],plum:[221,160,221,1],powderblue:[176,224,230,1],purple:[128,0,128,1],red:[255,0,0,1],rosybrown:[188,143,143,1],royalblue:[65,105,225,1],saddlebrown:[139,69,19,1],salmon:[250,128,114,1],sandybrown:[244,164,96,1],seagreen:[46,139,87,1],seashell:[255,245,238,1],sienna:[160,82,45,1],silver:[192,192,192,1],skyblue:[135,206,235,1],slateblue:[106,90,205,1],slategray:[112,128,144,1],slategrey:[112,128,144,1],snow:[255,250,250,1],springgreen:[0,255,127,1],steelblue:[70,130,180,1],tan:[210,180,140,1],teal:[0,128,128,1],thistle:[216,191,216,1],tomato:[255,99,71,1],turquoise:[64,224,208,1],violet:[238,130,238,1],wheat:[245,222,179,1],white:[255,255,255,1],whitesmoke:[245,245,245,1],yellow:[255,255,0,1],yellowgreen:[154,205,50,1]},b=new y(20),x=null,S=m,w=f;t.parse=p,t.lift=function(e,t){var a=p(e);if(a){for(var i=0;i<3;i++)a[i]=t<0?a[i]*(1-t)|0:(255-a[i])*t+a[i]|0;return v(a,4===a.length?"rgba":"rgb")}},t.toHex=function(e){var t=p(e);if(t)return((1<<24)+(t[0]<<16)+(t[1]<<8)+ +t[2]).toString(16).slice(1)},t.fastLerp=m,t.fastMapToColor=S,t.lerp=f,t.mapToColor=w,t.modifyHSL=function(e,t,a,i){if(e=p(e))return e=function(e){if(e){var t,a,i=e[0]/255,o=e[1]/255,n=e[2]/255,l=Math.min(i,o,n),r=Math.max(i,o,n),s=r-l,u=(r+l)/2;if(0===s)t=0,a=0;else{a=u<.5?s/(r+l):s/(2-r-l);var c=((r-i)/6+s/2)/s,h=((r-o)/6+s/2)/s,p=((r-n)/6+s/2)/s;i===r?t=p-h:o===r?t=1/3+c-p:n===r&&(t=2/3+h-c),t<0&&(t+=1),t>1&&(t-=1)}var d=[360*t,a,u];return null!=e[3]&&d.push(e[3]),d}}(e),null!=t&&(e[0]=function(e){return(e=Math.round(e))<0?0:e>360?360:e}(t)),null!=a&&(e[1]=l(a)),null!=i&&(e[2]=l(i)),v(d(e),"rgba")},t.modifyAlpha=function(e,t){if((e=p(e))&&null!=t)return e[3]=o(t),v(e,"rgba")},t.stringify=v},function(e,t){var a=1;"undefined"!=typeof window&&(a=Math.max(window.devicePixelRatio||1,1));var i=a;t.debugMode=0,t.devicePixelRatio=i},function(e,t,a){function i(e){if(e){e.font=q.makeFont(e);var t=e.textAlign;"middle"===t&&(t="center"),e.textAlign=null==t||T[t]?t:"left";var a=e.textVerticalAlign||e.textBaseline;"center"===a&&(a="middle"),e.textVerticalAlign=null==a||O[a]?a:"top",e.textPadding&&(e.textPadding=x(e.textPadding))}}function o(e,t,a,i,o){var u=e.__textCotentBlock;u&&!e.__dirty||(u=e.__textCotentBlock=q.parseRichText(a,i)),function(e,t,a,i,o){var u=a.width,h=a.outerWidth,p=a.outerHeight,d=i.textPadding,m=c(0,i,o),f=m.baseX,v=m.baseY,y=m.textAlign,g=m.textVerticalAlign;n(t,i,o,f,v);var b=q.adjustTextX(f,h,y),x=q.adjustTextY(v,p,g),S=b,w=x;d&&(S+=d[3],w+=d[0]);var C=S+u;r(i)&&s(e,t,i,b,x,h,p);for(var D=0;D<a.lines.length;D++){for(var T,O=a.lines[D],_=O.tokens,k=_.length,z=O.lineHeight,L=O.width,F=0,A=S,W=C,P=k-1;F<k&&(!(T=_[F]).textAlign||"left"===T.textAlign);)l(e,t,T,i,z,w,A,"left"),L-=T.width,A+=T.width,F++;for(;P>=0&&"right"===(T=_[P]).textAlign;)l(e,t,T,i,z,w,W,"right"),L-=T.width,W-=T.width,P--;for(A+=(u-(A-S)-(C-W)-L)/2;F<=P;)T=_[F],l(e,t,T,i,z,w,A+T.width/2,"center"),A+=T.width,F++;w+=z}}(e,t,u,i,o)}function n(e,t,a,i,o){if(a&&t.textRotation){var n=t.textOrigin;"center"===n?(i=a.width/2+a.x,o=a.height/2+a.y):n&&(i=n[0]+a.x,o=n[1]+a.y),e.translate(i,o),e.rotate(-t.textRotation),e.translate(-i,-o)}}function l(e,t,a,i,o,n,l,u){var c=i.rich[a.styleName]||{},m=a.textVerticalAlign,v=n+o/2;"top"===m?v=n+a.height/2:"bottom"===m&&(v=n+o-a.height/2),!a.isLineHolder&&r(c)&&s(e,t,c,"right"===u?l-a.width:"center"===u?l-a.width/2:l,v-a.height/2,a.width,a.height);var b=a.textPadding;b&&(l=f(l,u,b),v-=a.height/2-b[2]-a.textHeight/2),h(t,"shadowBlur",g(c.textShadowBlur,i.textShadowBlur,0)),h(t,"shadowColor",c.textShadowColor||i.textShadowColor||"transparent"),h(t,"shadowOffsetX",g(c.textShadowOffsetX,i.textShadowOffsetX,0)),h(t,"shadowOffsetY",g(c.textShadowOffsetY,i.textShadowOffsetY,0)),h(t,"textAlign",u),h(t,"textBaseline","middle"),h(t,"font",a.font||q.DEFAULT_FONT);var x=p(c.textStroke||i.textStroke,w),S=d(c.textFill||i.textFill),w=y(c.textStrokeWidth,i.textStrokeWidth);x&&(h(t,"lineWidth",w),h(t,"strokeStyle",x),t.strokeText(a.text,l,v)),S&&(h(t,"fillStyle",S),t.fillText(a.text,l,v))}function r(e){return e.textBackgroundColor||e.textBorderWidth&&e.textBorderColor}function s(e,t,a,i,o,n,l){var r=a.textBackgroundColor,s=a.textBorderWidth,c=a.textBorderColor,p=S(r);if(h(t,"shadowBlur",a.textBoxShadowBlur||0),h(t,"shadowColor",a.textBoxShadowColor||"transparent"),h(t,"shadowOffsetX",a.textBoxShadowOffsetX||0),h(t,"shadowOffsetY",a.textBoxShadowOffsetY||0),p||s&&c){t.beginPath();var d=a.textBorderRadius;d?C.buildPath(t,{x:i,y:o,width:n,height:l,r:d}):t.rect(i,o,n,l),t.closePath()}if(p)h(t,"fillStyle",r),t.fill();else if(w(r)){var m=r.image;(m=D.createOrUpdateImage(m,null,e,u,r))&&D.isImageReady(m)&&t.drawImage(m,i,o,n,l)}s&&c&&(h(t,"lineWidth",s),h(t,"strokeStyle",c),t.stroke())}function u(e,t){t.image=e}function c(e,t,a){var i=t.x||0,o=t.y||0,n=t.textAlign,l=t.textVerticalAlign;if(a){var r=t.textPosition;if(r instanceof Array)i=a.x+m(r[0],a.width),o=a.y+m(r[1],a.height);else{var s=q.adjustTextPositionOnRect(r,a,t.textDistance);i=s.x,o=s.y,n=n||s.textAlign,l=l||s.textVerticalAlign}var u=t.textOffset;u&&(i+=u[0],o+=u[1])}return{baseX:i,baseY:o,textAlign:n,textVerticalAlign:l}}function h(e,t,a){return e[t]=a,e[t]}function p(e,t){return null==e||t<=0||"transparent"===e||"none"===e?null:e.image||e.colorStops?"#000":e}function d(e){return null==e||"none"===e?null:e.image||e.colorStops?"#000":e}function m(e,t){return"string"==typeof e?e.lastIndexOf("%")>=0?parseFloat(e)/100*t:parseFloat(e):e}function f(e,t,a){return"right"===t?e-a[1]:"center"===t?e+a[3]/2-a[1]/2:e+a[3]}var v=a(0),y=v.retrieve2,g=v.retrieve3,b=v.each,x=v.normalizeCssArray,S=v.isString,w=v.isObject,q=a(5),C=a(21),D=a(10),T={left:1,right:1,center:1},O={top:1,bottom:1,middle:1};t.normalizeTextStyle=function(e){return i(e),b(e.rich,i),e},t.renderText=function(e,t,a,i,l){i.rich?o(e,t,a,i,l):function(e,t,a,i,o){var l=h(t,"font",i.font||q.DEFAULT_FONT),u=i.textPadding,m=e.__textCotentBlock;m&&!e.__dirty||(m=e.__textCotentBlock=q.parsePlainText(a,l,u,i.truncate));var v=m.outerHeight,y=m.lines,g=m.lineHeight,b=c(0,i,o),x=b.baseX,S=b.baseY,w=b.textAlign,C=b.textVerticalAlign;n(t,i,o,x,S);var D=q.adjustTextY(S,v,C),T=x,O=D,_=r(i);if(_||u){var k=q.getWidth(a,l),z=k;u&&(z+=u[1]+u[3]);var L=q.adjustTextX(x,z,w);_&&s(e,t,i,L,D,z,v),u&&(T=f(x,w,u),O+=u[0])}h(t,"textAlign",w||"left"),h(t,"textBaseline","middle"),h(t,"shadowBlur",i.textShadowBlur||0),h(t,"shadowColor",i.textShadowColor||"transparent"),h(t,"shadowOffsetX",i.textShadowOffsetX||0),h(t,"shadowOffsetY",i.textShadowOffsetY||0),O+=g/2;var F=i.textStrokeWidth,A=p(i.textStroke,F),W=d(i.textFill);A&&(h(t,"lineWidth",F),h(t,"strokeStyle",A)),W&&h(t,"fillStyle",W);for(var P=0;P<y.length;P++)A&&t.strokeText(y[P],T,O),W&&t.fillText(y[P],T,O),O+=g}(e,t,a,i,l)},t.getStroke=p,t.getFill=d,t.needDrawText=function(e,t){return null!=e&&(e||t.textBackgroundColor||t.textBorderWidth&&t.textBorderColor||t.textPadding)}},function(e,t){t.buildPath=function(e,t){var a,i,o,n,l,r=t.x,s=t.y,u=t.width,c=t.height,h=t.r;u<0&&(r+=u,u=-u),c<0&&(s+=c,c=-c),"number"==typeof h?a=i=o=n=h:h instanceof Array?1===h.length?a=i=o=n=h[0]:2===h.length?(a=o=h[0],i=n=h[1]):3===h.length?(a=h[0],i=n=h[1],o=h[2]):(a=h[0],i=h[1],o=h[2],n=h[3]):a=i=o=n=0,a+i>u&&(a*=u/(l=a+i),i*=u/l),o+n>u&&(o*=u/(l=o+n),n*=u/l),i+o>c&&(i*=c/(l=i+o),o*=c/l),a+n>c&&(a*=c/(l=a+n),n*=c/l),e.moveTo(r+a,s),e.lineTo(r+u-i,s),0!==i&&e.quadraticCurveTo(r+u,s,r+u,s+i),e.lineTo(r+u,s+c-o),0!==o&&e.quadraticCurveTo(r+u,s+c,r+u-o,s+c),e.lineTo(r+n,s+c),0!==n&&e.quadraticCurveTo(r,s+c,r,s+c-n),e.lineTo(r,s+a),0!==a&&e.quadraticCurveTo(r,s,r+a,s)}},function(e,t){var a=2*Math.PI;t.normalizeRadian=function(e){return(e%=a)<0&&(e+=a),e}},function(e,t,a){var i=a(66),o=a(67);t.buildPath=function(e,t,a){var n=t.points,l=t.smooth;if(n&&n.length>=2){if(l&&"spline"!==l){var r=o(n,l,a,t.smoothConstraint);e.moveTo(n[0][0],n[0][1]);for(var s=n.length,u=0;u<(a?s:s-1);u++){var c=r[2*u],h=r[2*u+1],p=n[(u+1)%s];e.bezierCurveTo(c[0],c[1],h[0],h[1],p[0],p[1])}}else{"spline"===l&&(n=i(n,a)),e.moveTo(n[0][0],n[0][1]);for(var u=1,d=n.length;u<d;u++)e.lineTo(n[u][0],n[u][1])}a&&e.closePath()}}},function(e,t){var a=function(e){this.colorStops=e||[]};a.prototype={constructor:a,addColorStop:function(e,t){this.colorStops.push({offset:e,color:t})}};var i=a;e.exports=i},function(e,t,a){e.exports=a(26)},function(e,t,a){var i=a(7),o=a(27);a(28),a(77);var n=a(78);if(!n.isSupported)throw new Error("Sorry your browser not support wordCloud");i.registerLayout(function(e,t){e.eachSeriesByType("wordCloud",function(a){function l(e){var t=e.detail.item;e.detail.drawn&&a.layoutInstance.ondraw&&(e.detail.drawn.gx+=r.x/v,e.detail.drawn.gy+=r.y/v,a.layoutInstance.ondraw(t[0],t[1],t[2],e.detail.drawn))}var r=o.getLayoutRect(a.getBoxLayoutParams(),{width:t.getWidth(),height:t.getHeight()}),s=a.getData(),u=document.createElement("canvas");u.width=r.width,u.height=r.height;var c=u.getContext("2d"),h=a.get("maskImage");if(h)try{c.drawImage(h,0,0,u.width,u.height),function(e){for(var t=e.getContext("2d"),a=t.getImageData(0,0,e.width,e.height),i=t.createImageData(a),o=0,n=0,l=0;l<a.data.length;l+=4){var r=a.data[l+3];if(r>128){var s=a.data[l]+a.data[l+1]+a.data[l+2];o+=s,++n}}for(var u=o/n,l=0;l<a.data.length;l+=4){var s=a.data[l]+a.data[l+1]+a.data[l+2],r=a.data[l+3];r<128||s>u?(i.data[l]=0,i.data[l+1]=0,i.data[l+2]=0,i.data[l+3]=0):(i.data[l]=255,i.data[l+1]=255,i.data[l+2]=255,i.data[l+3]=255)}t.putImageData(i,0,0)}(u)}catch(e){console.error("Invalid mask image"),console.error(e.toString())}var p=a.get("sizeRange"),d=a.get("rotationRange"),m=s.getDataExtent("value"),f=Math.PI/180,v=a.get("gridSize");n(u,{list:s.mapArray("value",function(e,t){var a=s.getItemModel(t);return[s.getName(t),a.get("textStyle.normal.textSize",!0)||i.number.linearMap(e,m,p),t]}).sort(function(e,t){return t[1]-e[1]}),fontFamily:a.get("textStyle.normal.fontFamily")||a.get("textStyle.emphasis.fontFamily")||e.get("textStyle.fontFamily"),fontWeight:a.get("textStyle.normal.fontWeight")||a.get("textStyle.emphasis.fontWeight")||e.get("textStyle.fontWeight"),gridSize:v,ellipticity:r.height/r.width,minRotation:d[0]*f,maxRotation:d[1]*f,clearCanvas:!h,rotateRatio:1,rotationStep:a.get("rotationStep")*f,drawOutOfBound:a.get("drawOutOfBound"),shuffle:!1,shape:a.get("shape")}),u.addEventListener("wordclouddrawn",l),a.layoutInstance&&a.layoutInstance.dispose(),a.layoutInstance={ondraw:null,dispose:function(){u.removeEventListener("wordclouddrawn",l),u.addEventListener("wordclouddrawn",function(e){e.preventDefault()})}}})}),i.registerPreprocessor(function(e){function t(e){e&&i.util.each(o,function(t){e.hasOwnProperty(t)&&(e["text"+i.format.capitalFirst(t)]=e[t])})}var a=(e||{}).series;!i.util.isArray(a)&&(a=a?[a]:[]);var o=["shadowColor","shadowBlur","shadowOffsetX","shadowOffsetY"];i.util.each(a,function(e){if(e&&"wordCloud"===e.type){var a=e.textStyle||{};t(a.normal),t(a.emphasis)}})})},function(e,t,a){function i(e,t,a,i,o){var n=0,l=0;null==i&&(i=1/0),null==o&&(o=1/0);var r=0;t.eachChild(function(s,u){var c,h,p=s.position,d=s.getBoundingRect(),m=t.childAt(u+1),f=m&&m.getBoundingRect();if("horizontal"===e){var v=d.width+(f?-f.x+d.x:0);(c=n+v)>i||s.newline?(n=0,c=v,l+=r+a,r=d.height):r=Math.max(r,d.height)}else{var y=d.height+(f?-f.y+d.y:0);(h=l+y)>o||s.newline?(n+=r+a,l=0,h=y,r=d.width):r=Math.max(r,d.width)}s.newline||(p[0]=n,p[1]=l,"horizontal"===e?n=c+a:l=h+a)})}function o(e,t,a){a=c.normalizeCssArray(a||0);var i=t.width,o=t.height,n=u(e.left,i),l=u(e.top,o),s=u(e.right,i),h=u(e.bottom,o),p=u(e.width,i),d=u(e.height,o),m=a[2]+a[0],f=a[1]+a[3],v=e.aspect;switch(isNaN(p)&&(p=i-s-f-n),isNaN(d)&&(d=o-h-m-l),null!=v&&(isNaN(p)&&isNaN(d)&&(v>i/o?p=.8*i:d=.8*o),isNaN(p)&&(p=v*d),isNaN(d)&&(d=p/v)),isNaN(n)&&(n=i-s-p-f),isNaN(l)&&(l=o-h-d-m),e.left||e.right){case"center":n=i/2-p/2-a[3];break;case"right":n=i-p-f}switch(e.top||e.bottom){case"middle":case"center":l=o/2-d/2-a[0];break;case"bottom":l=o-d-m}n=n||0,l=l||0,isNaN(p)&&(p=i-f-n-(s||0)),isNaN(d)&&(d=o-m-l-(h||0));var y=new r(n+a[3],l+a[0],p,d);return y.margin=a,y}function n(e,t){return t&&e&&h(p,function(a){t.hasOwnProperty(a)&&(e[a]=t[a])}),e}var l=a(0),r=a(3),s=a(9),u=s.parsePercent,c=a(13),h=l.each,p=["left","right","top","bottom","width","height"],d=[["width","left","right"],["height","top","bottom"]],m=i,f=l.curry(i,"vertical"),v=l.curry(i,"horizontal");t.LOCATION_PARAMS=p,t.HV_NAMES=d,t.box=m,t.vbox=f,t.hbox=v,t.getAvailableSize=function(e,t,a){var i=t.width,o=t.height,n=u(e.x,i),l=u(e.y,o),r=u(e.x2,i),s=u(e.y2,o);return(isNaN(n)||isNaN(parseFloat(e.x)))&&(n=0),(isNaN(r)||isNaN(parseFloat(e.x2)))&&(r=i),(isNaN(l)||isNaN(parseFloat(e.y)))&&(l=0),(isNaN(s)||isNaN(parseFloat(e.y2)))&&(s=o),a=c.normalizeCssArray(a||0),{width:Math.max(r-n-a[1]-a[3],0),height:Math.max(s-l-a[0]-a[2],0)}},t.getLayoutRect=o,t.positionElement=function(e,t,a,i,n){var s=!n||!n.hv||n.hv[0],u=!n||!n.hv||n.hv[1],c=n&&n.boundingMode||"all";if(s||u){var h;if("raw"===c)h="group"===e.type?new r(0,0,+t.width||0,+t.height||0):e.getBoundingRect();else if(h=e.getBoundingRect(),e.needLocalTransform()){var p=e.getLocalTransform();(h=h.clone()).applyTransform(p)}t=o(l.defaults({width:h.width,height:h.height},t),a,i);var d=e.position,m=s?t.x-h.x:0,f=u?t.y-h.y:0;e.attr("position","raw"===c?[m,f]:[d[0]+m,d[1]+f])}},t.sizeCalculable=function(e,t){return null!=e[d[t][0]]||null!=e[d[t][1]]&&null!=e[d[t][2]]},t.mergeLayoutParam=function(e,t,a){function i(a,i){var l={},r=0,u={},c=0;if(h(a,function(t){u[t]=e[t]}),h(a,function(e){o(t,e)&&(l[e]=u[e]=t[e]),n(l,e)&&r++,n(u,e)&&c++}),s[i])return n(t,a[1])?u[a[2]]=null:n(t,a[2])&&(u[a[1]]=null),u;if(2!==c&&r){if(r>=2)return l;for(var p=0;p<a.length;p++){var d=a[p];if(!o(l,d)&&o(e,d)){l[d]=e[d];break}}return l}return u}function o(e,t){return e.hasOwnProperty(t)}function n(e,t){return null!=e[t]&&"auto"!==e[t]}function r(e,t,a){h(e,function(e){t[e]=a[e]})}!l.isObject(a)&&(a={});var s=a.ignoreSize;!l.isArray(s)&&(s=[s,s]);var u=i(d[0],0),c=i(d[1],1);r(d[0],e,u),r(d[1],e,c)},t.getLayoutParams=function(e){return n({},e)},t.copyLayoutParams=n},function(e,t,a){var i=a(29),o=a(7);o.extendSeriesModel({type:"series.wordCloud",visualColorAccessPath:"textStyle.normal.color",optionUpdated:function(){var e=this.option;e.gridSize=Math.max(Math.floor(e.gridSize),4)},getInitialData:function(e,t){var a=i(["value"],e.data),n=new o.List(a,this);return n.initData(e.data),n},defaultOption:{maskImage:null,shape:"circle",left:"center",top:"center",width:"70%",height:"80%",sizeRange:[12,60],rotationRange:[-90,90],rotationStep:45,gridSize:8,drawOutOfBound:!1,textStyle:{normal:{fontWeight:"normal"}}}})},function(e,t,a){function i(e,t,a){function i(e,t,a){h[t]?e.otherDims[t]=a:(e.coordDim=t,e.coordDimIndex=a,v.set(t,!0))}function l(e,t,a){if(a||null!=t.get(e)){for(var i=0;null!=t.get(e+i);)i++;e+=i}return t.set(e,!0),e}t=t||[],a=a||{},e=(e||[]).slice();var d=(a.dimsDef||[]).slice(),m=n.createHashMap(a.encodeDef),f=n.createHashMap(),v=n.createHashMap(),y=[],g=a.dimCount;if(null==g){var b=o(t[0]);g=Math.max(n.isArray(b)&&b.length||1,e.length,d.length),s(e,function(e){var t=e.dimsDef;t&&(g=Math.max(g,t.length))})}for(var x=0;x<g;x++){var S=u(d[x])?{name:d[x]}:d[x]||{},w=S.name,q=y[x]={otherDims:{}};null!=w&&null==f.get(w)&&(q.name=q.tooltipName=w,f.set(w,x)),null!=S.type&&(q.type=S.type)}m.each(function(e,t){e=m.set(t,r(e).slice()),s(e,function(a,o){u(a)&&(a=f.get(a)),null!=a&&a<g&&(e[o]=a,i(y[a],t,o))})});var C=0;s(e,function(e,t){var a,o,l;u(e)?(a=e,e={}):(a=e.name,e=n.clone(e),o=e.dimsDef,l=e.otherDims,e.name=e.coordDim=e.coordDimIndex=e.dimsDef=e.otherDims=null);var h=r(m.get(a));if(!h.length)for(var p=0;p<(o&&o.length||1);p++){for(;C<y.length&&null!=y[C].coordDim;)C++;C<y.length&&h.push(C++)}s(h,function(t,n){var r=y[t];i(c(r,e),a,n),null==r.name&&o&&(r.name=r.tooltipName=o[n]),l&&c(r.otherDims,l)})});for(var D=a.extraPrefix||"value",T=0;T<g;T++){var q=y[T]=y[T]||{};null==q.coordDim&&(q.coordDim=l(D,v,a.extraFromZero),q.coordDimIndex=0,q.isExtraCoord=!0),null==q.name&&(q.name=l(q.coordDim,f)),null==q.type&&p(t,T)&&(q.type="ordinal")}return y}function o(e){return n.isArray(e)?e:n.isObject(e)?e.value:e}var n=a(0),l=a(30),r=l.normalizeToArray,s=n.each,u=n.isString,c=n.defaults,h={tooltip:1,label:1,itemName:1},p=i.guessOrdinal=function(e,t){for(var a=0,i=e.length;a<i;a++){var l=o(e[a]);if(!n.isArray(l))return!1;var l=l[t];if(null!=l&&isFinite(l)&&""!==l)return!1;if(u(l)&&"-"!==l)return!0}return!1},d=i;e.exports=d},function(e,t,a){function i(e){return e instanceof Array?e:null==e?[]:[e]}function o(e){return h(e)&&e.id&&0===(e.id+"").indexOf("\0_ec_\0")}function n(e,t){return e&&e.hasOwnProperty(t)}var l=a(0),r=a(13),s=a(9),u=a(31),c=l.each,h=l.isObject,p={getDataParams:function(e,t){var a=this.getData(t),i=this.getRawValue(e,t),o=a.getRawIndex(e),n=a.getName(e,!0),l=a.getRawDataItem(e),s=a.getItemVisual(e,"color");return{componentType:this.mainType,componentSubType:this.subType,seriesType:"series"===this.mainType?this.subType:null,seriesIndex:this.seriesIndex,seriesId:this.id,seriesName:this.name,name:n,dataIndex:o,data:l,dataType:t,value:i,color:s,marker:r.getTooltipMarker(s),$vars:["seriesName","name","value"]}},getFormattedLabel:function(e,t,a,i,o){t=t||"normal";var n=this.getData(a),l=n.getItemModel(e),s=this.getDataParams(e,a);null!=i&&s.value instanceof Array&&(s.value=s.value[i]);var u=l.get([o||"label",t,"formatter"]);return"function"==typeof u?(s.status=t,u(s)):"string"==typeof u?r.formatTpl(u,s):void 0},getRawValue:function(e,t){var a=this.getData(t),i=a.getRawDataItem(e);if(null!=i)return!h(i)||i instanceof Array?i:i.value},formatTooltip:l.noop},d=function(){var e=0;return function(){var t="\0__ec_prop_getter_"+e++;return function(e){return e[t]||(e[t]={})}}}();t.normalizeToArray=i,t.defaultEmphasis=function(e,t){if(e)for(var a=e.emphasis=e.emphasis||{},i=e.normal=e.normal||{},o=0,n=t.length;o<n;o++){var l=t[o];!a.hasOwnProperty(l)&&i.hasOwnProperty(l)&&(a[l]=i[l])}},t.TEXT_STYLE_OPTIONS=["fontStyle","fontWeight","fontSize","fontFamily","rich","tag","color","textBorderColor","textBorderWidth","width","height","lineHeight","align","verticalAlign","baseline","shadowColor","shadowBlur","shadowOffsetX","shadowOffsetY","textShadowColor","textShadowBlur","textShadowOffsetX","textShadowOffsetY","backgroundColor","borderColor","borderWidth","borderRadius","padding"],t.getDataItemValue=function(e){return e&&(null==e.value?e:e.value)},t.isDataItemOption=function(e){return h(e)&&!(e instanceof Array)},t.converDataValue=function(e,t){var a=t&&t.type;return"ordinal"===a?e:("time"===a&&"number"!=typeof e&&null!=e&&"-"!==e&&(e=+s.parseDate(e)),null==e||""===e?NaN:+e)},t.createDataFormatModel=function(e,t){var a=new u;return l.mixin(a,p),a.seriesIndex=t.seriesIndex,a.name=t.name||"",a.mainType=t.mainType,a.subType=t.subType,a.getData=function(){return e},a},t.dataFormatMixin=p,t.mappingToExists=function(e,t){t=(t||[]).slice();var a=l.map(e||[],function(e,t){return{exist:e}});return c(t,function(e,i){if(h(e)){for(var n=0;n<a.length;n++)if(!a[n].option&&null!=e.id&&a[n].exist.id===e.id+"")return a[n].option=e,void(t[i]=null);for(var n=0;n<a.length;n++){var l=a[n].exist;if(!(a[n].option||null!=l.id&&null!=e.id||null==e.name||o(e)||o(l)||l.name!==e.name+""))return a[n].option=e,void(t[i]=null)}}}),c(t,function(e,t){if(h(e)){for(var i=0;i<a.length;i++){var n=a[i].exist;if(!a[i].option&&!o(n)&&null==e.id){a[i].option=e;break}}i>=a.length&&a.push({option:e})}}),a},t.makeIdAndName=function(e){var t=l.createHashMap();c(e,function(e,a){var i=e.exist;i&&t.set(i.id,e)}),c(e,function(e,a){var i=e.option;l.assert(!i||null==i.id||!t.get(i.id)||t.get(i.id)===e,"id duplicates: "+(i&&i.id)),i&&null!=i.id&&t.set(i.id,e),!e.keyInfo&&(e.keyInfo={})}),c(e,function(e,a){var i=e.exist,o=e.option,n=e.keyInfo;if(h(o)){if(n.name=null!=o.name?o.name+"":i?i.name:"\0-",i)n.id=i.id;else if(null!=o.id)n.id=o.id+"";else{var l=0;do{n.id="\0"+n.name+"\0"+l++}while(t.get(n.id))}t.set(n.id,e)}})},t.isIdInner=o,t.compressBatches=function(e,t){function a(e,t,a){for(var o=0,n=e.length;o<n;o++)for(var l=e[o].seriesId,r=i(e[o].dataIndex),s=a&&a[l],u=0,c=r.length;u<c;u++){var h=r[u];s&&s[h]?s[h]=null:(t[l]||(t[l]={}))[h]=1}}function o(e,t){var a=[];for(var i in e)if(e.hasOwnProperty(i)&&null!=e[i])if(t)a.push(+i);else{var n=o(e[i],!0);n.length&&a.push({seriesId:i,dataIndex:n})}return a}var n={},l={};return a(e||[],n),a(t||[],l,n),[o(n),o(l)]},t.queryDataIndex=function(e,t){return null!=t.dataIndexInside?t.dataIndexInside:null!=t.dataIndex?l.isArray(t.dataIndex)?l.map(t.dataIndex,function(t){return e.indexOfRawIndex(t)}):e.indexOfRawIndex(t.dataIndex):null!=t.name?l.isArray(t.name)?l.map(t.name,function(t){return e.indexOfName(t)}):e.indexOfName(t.name):void 0},t.makeGetter=d,t.parseFinder=function(e,t,a){if(l.isString(t)){var i={};i[t+"Index"]=0,t=i}var o=a&&a.defaultMainType;!o||n(t,o+"Index")||n(t,o+"Id")||n(t,o+"Name")||(t[o+"Index"]=0);var r={};return c(t,function(i,o){var i=t[o];if("dataIndex"!==o&&"dataIndexInside"!==o){var n=o.match(/^(\w+)(Index|Id|Name)$/)||[],s=n[1],u=(n[2]||"").toLowerCase();if(!(!s||!u||null==i||"index"===u&&"none"===i||a&&a.includeMainTypes&&l.indexOf(a.includeMainTypes,s)<0)){var c={mainType:s};"index"===u&&"all"===i||(c[u]=i);var h=e.queryComponents(c);r[s+"Models"]=h,r[s+"Model"]=h[0]}}else r[o]=i}),r},t.dataDimToCoordDim=function(e,t){var a=e.dimensions;t=e.getDimension(t);for(var i=0;i<a.length;i++){var o=e.getDimensionInfo(a[i]);if(o.name===t)return o.coordDim}},t.coordDimToDataDim=function(e,t){var a=[];return c(e.dimensions,function(i){var o=e.getDimensionInfo(i);o.coordDim===t&&(a[o.coordDimIndex]=o.name)}),a},t.otherDimToDataDim=function(e,t){var a=[];return c(e.dimensions,function(i){var o=e.getDimensionInfo(i),n=o.otherDims,l=n[t];null!=l&&!1!==l&&(a[l]=o.name)}),a}},function(e,t,a){function i(e,t,a){this.parentModel=t,this.ecModel=a,this.option=e}function o(e,t,a){for(var i=0;i<t.length&&(!t[i]||null!=(e=e&&"object"==typeof e?e[t[i]]:null));i++);return null==e&&a&&(e=a.get(t)),e}function n(e,t){var a=s.get(e,"getParent");return a?a.call(e,t):e.parentModel}var l=a(0),r=a(15),s=a(32),u=a(35),c=a(36),h=a(37),p=a(76),d=l.mixin;i.prototype={constructor:i,init:null,mergeOption:function(e){l.merge(this.option,e,!0)},get:function(e,t){return null==e?this.option:o(this.option,this.parsePath(e),!t&&n(this,e))},getShallow:function(e,t){var a=this.option,i=null==a?a:a[e],o=!t&&n(this,e);return null==i&&o&&(i=o.getShallow(e)),i},getModel:function(e,t){var a,l=null==e?this.option:o(this.option,e=this.parsePath(e));return t=t||(a=n(this,e))&&a.getModel(e),new i(l,t,this.ecModel)},isEmpty:function(){return null==this.option},restoreData:function(){},clone:function(){return new(0,this.constructor)(l.clone(this.option))},setReadOnly:function(e){s.setReadOnly(this,e)},parsePath:function(e){return"string"==typeof e&&(e=e.split(".")),e},customizeGetParent:function(e){s.set(this,"getParent",e)},isAnimationEnabled:function(){if(!r.node){if(null!=this.option.animation)return!!this.option.animation;if(this.parentModel)return this.parentModel.isAnimationEnabled()}}},s.enableClassExtend(i),d(i,u),d(i,c),d(i,h),d(i,p);var m=i;e.exports=m},function(e,t,a){function i(e){var t={main:"",sub:""};return e&&(e=e.split(s),t.main=e[0]||"",t.sub=e[1]||""),t}function o(e,t){var a=r.slice(arguments,2);return this.superClass.prototype[t].apply(e,a)}function n(e,t,a){return this.superClass.prototype[t].apply(e,a)}var l=a(33),r=(l.__DEV__,a(0)),s=".",u="___EC__COMPONENT__CONTAINER___",c="\0ec_\0";t.set=function(e,t,a){return e[c+t]=a},t.get=function(e,t){return e[c+t]},t.hasOwn=function(e,t){return e.hasOwnProperty(c+t)},t.parseClassType=i,t.enableClassExtend=function(e,t){e.$constructor=e,e.extend=function(e){var t=this,a=function(){e.$constructor?e.$constructor.apply(this,arguments):t.apply(this,arguments)};return r.extend(a.prototype,e),a.extend=this.extend,a.superCall=o,a.superApply=n,r.inherits(a,this),a.superClass=t,a}},t.enableClassManagement=function(e,t){t=t||{};var a={};if(e.registerClass=function(e,t){if(t)if(function(e){r.assert(/^[a-zA-Z0-9_]+([.][a-zA-Z0-9_]+)?$/.test(e),'componentType "'+e+'" illegal')}(t),(t=i(t)).sub){if(t.sub!==u){var o=function(e){var t=a[e.main];return t&&t[u]||((t=a[e.main]={})[u]=!0),t}(t);o[t.sub]=e}}else a[t.main]=e;return e},e.getClass=function(e,t,i){var o=a[e];if(o&&o[u]&&(o=t?o[t]:null),i&&!o)throw new Error(t?"Component "+e+"."+(t||"")+" not exists. Load it first.":e+".type should be specified.");return o},e.getClassesByMainType=function(e){e=i(e);var t=[],o=a[e.main];return o&&o[u]?r.each(o,function(e,a){a!==u&&t.push(e)}):t.push(o),t},e.hasClass=function(e){return e=i(e),!!a[e.main]},e.getAllClassMainTypes=function(){var e=[];return r.each(a,function(t,a){e.push(a)}),e},e.hasSubTypes=function(e){e=i(e);var t=a[e.main];return t&&t[u]},e.parseClassType=i,t.registerWhenExtend){var o=e.extend;o&&(e.extend=function(t){var a=o.call(this,t);return e.registerClass(a,t.type)})}return e},t.setReadOnly=function(e,t){}},function(e,t,a){(function(e){var a;"undefined"!=typeof window?a=window.__DEV__:void 0!==e&&(a=e.__DEV__),void 0===a&&(a=!0);var i=a;t.__DEV__=i}).call(t,a(34))},function(e,t){var a;a=function(){return this}();try{a=a||Function("return this")()||(0,eval)("this")}catch(e){"object"==typeof window&&(a=window)}e.exports=a},function(e,t,a){var i=a(11),o=i([["lineWidth","width"],["stroke","color"],["opacity"],["shadowBlur"],["shadowOffsetX"],["shadowOffsetY"],["shadowColor"]]),n={getLineStyle:function(e){var t=o(this,e),a=this.getLineDash(t.lineWidth);return a&&(t.lineDash=a),t},getLineDash:function(e){null==e&&(e=1);var t=this.get("type"),a=Math.max(e,2),i=4*e;return"solid"===t||null==t?null:"dashed"===t?[i,i]:[a,a]}};e.exports=n},function(e,t,a){var i=a(11),o=i([["fill","color"],["shadowBlur"],["shadowOffsetX"],["shadowOffsetY"],["opacity"],["shadowColor"]]),n={getAreaStyle:function(e,t){return o(this,e,t)}};e.exports=n},function(e,t,a){var i=a(5),o=a(38),n=["textStyle","color"],l={getTextColor:function(e){var t=this.ecModel;return this.getShallow("color")||(!e&&t?t.get(n):null)},getFont:function(){return o.getFont({fontStyle:this.getShallow("fontStyle"),fontWeight:this.getShallow("fontWeight"),fontSize:this.getShallow("fontSize"),fontFamily:this.getShallow("fontFamily")},this.ecModel)},getTextRect:function(e){return i.getBoundingRect(e,this.getFont(),this.getShallow("align"),this.getShallow("verticalAlign")||this.getShallow("baseline"),this.getShallow("padding"),this.getShallow("rich"),this.getShallow("truncateText"))}};e.exports=l},function(e,t,a){function i(e,t,a,i){var l=_.createFromString(e,t),r=l.getBoundingRect();return a&&("center"===i&&(a=o(a,r)),n(l,a)),l}function o(e,t){var a,i=t.width/t.height,o=e.height*i;return o<=e.width?a=e.height:(o=e.width,a=o/i),{x:e.x+e.width/2-o/2,y:e.y+e.height/2-a/2,width:o,height:a}}function n(e,t){if(e.applyTransform){var a=e.getBoundingRect(),i=a.calculateTransform(t);e.applyTransform(i)}}function l(e,t,a){var i=K(2*e);return(i+K(t))%2==0?i/2:(i+(a?1:-1))/2}function r(e){return null!=e&&"none"!=e}function s(e){return"string"==typeof e?k.lift(e,-.1):e}function u(e){if(e.__hoverStlDirty){var t=e.style.stroke,a=e.style.fill,i=e.__hoverStl;i.fill=i.fill||(r(a)?s(a):null),i.stroke=i.stroke||(r(t)?s(t):null);var o={};for(var n in i)null!=i[n]&&(o[n]=e.style[n]);e.__normalStl=o,e.__hoverStlDirty=!1}}function c(e){if(!e.__isHover){if(u(e),e.useHoverLayer)e.__zr&&e.__zr.addHover(e,e.__hoverStl);else{var t=e.style,a=t.insideRollbackOpt;a&&function(e){var t=e.insideRollback;t&&(e.textFill=t.textFill,e.textStroke=t.textStroke,e.textStrokeWidth=t.textStrokeWidth)}(t),t.extendFrom(e.__hoverStl),a&&(q(t,t.insideOriginalTextPosition,a),null==t.textFill&&(t.textFill=a.autoColor)),e.dirty(!1),e.z2+=1}e.__isHover=!0}}function h(e){if(e.__isHover){var t=e.__normalStl;e.useHoverLayer?e.__zr&&e.__zr.removeHover(e):(t&&e.setStyle(t),e.z2-=1),e.__isHover=!1}}function p(e){"group"===e.type?e.traverse(function(e){"group"!==e.type&&c(e)}):c(e)}function d(e){"group"===e.type?e.traverse(function(e){"group"!==e.type&&h(e)}):h(e)}function m(e,t){e.__hoverStl=e.hoverStyle||t||{},e.__hoverStlDirty=!0,e.__isHover&&u(e)}function f(e){this.__hoverSilentOnTouch&&e.zrByTouch||!this.__isEmphasis&&p(this)}function v(e){this.__hoverSilentOnTouch&&e.zrByTouch||!this.__isEmphasis&&d(this)}function y(){this.__isEmphasis=!0,p(this)}function g(){this.__isEmphasis=!1,d(this)}function b(e,t,a,i,o){return x(e,t,i,o),a&&O.extend(e,a),e.host&&e.host.dirty&&e.host.dirty(!1),e}function x(e,t,a,i){if((a=a||Q).isRectText){var o=t.getShallow("position")||(i?null:"inside");"outside"===o&&(o="top"),e.textPosition=o,e.textOffset=t.getShallow("offset");var n=t.getShallow("rotate");null!=n&&(n*=Math.PI/180),e.textRotation=n,e.textDistance=O.retrieve2(t.getShallow("distance"),i?null:5)}var l,r=t.ecModel,s=r&&r.option.textStyle,u=function(e){for(var t;e&&e!==e.ecModel;){var a=(e.option||Q).rich;if(a)for(var i in t=t||{},a)a.hasOwnProperty(i)&&(t[i]=1);e=e.parentModel}return t}(t);if(u)for(var c in l={},u)if(u.hasOwnProperty(c)){var h=t.getModel(["rich",c]);S(l[c]={},h,s,a,i)}return e.rich=l,S(e,t,s,a,i,!0),a.forceRich&&!a.textStyle&&(a.textStyle={}),e}function S(e,t,a,i,o,n){if(a=!o&&a||Q,e.textFill=w(t.getShallow("color"),i)||a.color,e.textStroke=w(t.getShallow("textBorderColor"),i)||a.textBorderColor,e.textStrokeWidth=O.retrieve2(t.getShallow("textBorderWidth"),a.textBorderWidth),!o){if(n){var l=e.textPosition;e.insideRollback=q(e,l,i),e.insideOriginalTextPosition=l,e.insideRollbackOpt=i}null==e.textFill&&(e.textFill=i.autoColor)}e.fontStyle=t.getShallow("fontStyle")||a.fontStyle,e.fontWeight=t.getShallow("fontWeight")||a.fontWeight,e.fontSize=t.getShallow("fontSize")||a.fontSize,e.fontFamily=t.getShallow("fontFamily")||a.fontFamily,e.textAlign=t.getShallow("align"),e.textVerticalAlign=t.getShallow("verticalAlign")||t.getShallow("baseline"),e.textLineHeight=t.getShallow("lineHeight"),e.textWidth=t.getShallow("width"),e.textHeight=t.getShallow("height"),e.textTag=t.getShallow("tag"),n&&i.disableBox||(e.textBackgroundColor=w(t.getShallow("backgroundColor"),i),e.textPadding=t.getShallow("padding"),e.textBorderColor=w(t.getShallow("borderColor"),i),e.textBorderWidth=t.getShallow("borderWidth"),e.textBorderRadius=t.getShallow("borderRadius"),e.textBoxShadowColor=t.getShallow("shadowColor"),e.textBoxShadowBlur=t.getShallow("shadowBlur"),e.textBoxShadowOffsetX=t.getShallow("shadowOffsetX"),e.textBoxShadowOffsetY=t.getShallow("shadowOffsetY")),e.textShadowColor=t.getShallow("textShadowColor")||a.textShadowColor,e.textShadowBlur=t.getShallow("textShadowBlur")||a.textShadowBlur,e.textShadowOffsetX=t.getShallow("textShadowOffsetX")||a.textShadowOffsetX,e.textShadowOffsetY=t.getShallow("textShadowOffsetY")||a.textShadowOffsetY}function w(e,t){return"auto"!==e?e:t&&t.autoColor?t.autoColor:null}function q(e,t,a){var i,o=a.useInsideStyle;return null==e.textFill&&!1!==o&&(!0===o||a.isRectText&&t&&"string"==typeof t&&t.indexOf("inside")>=0)&&(i={textFill:null,textStroke:e.textStroke,textStrokeWidth:e.textStrokeWidth},e.textFill="#fff",null==e.textStroke&&(e.textStroke=a.autoColor,null==e.textStrokeWidth&&(e.textStrokeWidth=2))),i}function C(e,t,a,i,o,n){if("function"==typeof o&&(n=o,o=null),i&&i.isAnimationEnabled()){var l=e?"Update":"",r=i.getShallow("animationDuration"+l),s=i.getShallow("animationEasing"+l),u=i.getShallow("animationDelay"+l);"function"==typeof u&&(u=u(o,i.getAnimationDelayParams?i.getAnimationDelayParams(t,o):null)),"function"==typeof r&&(r=r(o)),r>0?t.animateTo(a,r,u||0,s,n,!!n):(t.stopAnimation(),t.attr(a),n&&n())}else t.stopAnimation(),t.attr(a),n&&n()}function D(e,t,a,i,o){C(!0,e,t,a,i,o)}function T(e,t,a){return t&&!O.isArrayLike(t)&&(t=A.getLocalTransform(t)),a&&(t=z.invert([],t)),L.applyTransform([],e,t)}var O=a(0),_=a(39),k=a(18),z=a(8),L=a(2),F=a(1),A=a(17),W=a(58);t.Image=W;var P=a(59);t.Group=P;var M=a(60);t.Text=M;var I=a(61);t.Circle=I;var R=a(62);t.Sector=R;var N=a(64);t.Ring=N;var E=a(65);t.Polygon=E;var B=a(68);t.Polyline=B;var Y=a(69);t.Rect=Y;var X=a(70);t.Line=X;var j=a(71);t.BezierCurve=j;var V=a(72);t.Arc=V;var H=a(73);t.CompoundPath=H;var $=a(74);t.LinearGradient=$;var U=a(75);t.RadialGradient=U;var G=a(3);t.BoundingRect=G;var K=Math.round,Z=Math.max,J=Math.min,Q={},ee=_.mergePath;t.extendShape=function(e){return F.extend(e)},t.extendPath=function(e,t){return _.extendFromString(e,t)},t.makePath=i,t.makeImage=function(e,t,a){var i=new W({style:{image:e,x:t.x,y:t.y,width:t.width,height:t.height},onload:function(e){if("center"===a){var n={width:e.width,height:e.height};i.setStyle(o(t,n))}}});return i},t.mergePath=ee,t.resizePath=n,t.subPixelOptimizeLine=function(e){var t=e.shape,a=e.style.lineWidth;return K(2*t.x1)===K(2*t.x2)&&(t.x1=t.x2=l(t.x1,a,!0)),K(2*t.y1)===K(2*t.y2)&&(t.y1=t.y2=l(t.y1,a,!0)),e},t.subPixelOptimizeRect=function(e){var t=e.shape,a=e.style.lineWidth,i=t.x,o=t.y,n=t.width,r=t.height;return t.x=l(t.x,a,!0),t.y=l(t.y,a,!0),t.width=Math.max(l(i+n,a,!1)-t.x,0===n?0:1),t.height=Math.max(l(o+r,a,!1)-t.y,0===r?0:1),e},t.subPixelOptimize=l,t.setHoverStyle=function(e,t,a){e.__hoverSilentOnTouch=a&&a.hoverSilentOnTouch,"group"===e.type?e.traverse(function(e){"group"!==e.type&&m(e,t)}):m(e,t),e.on("mouseover",f).on("mouseout",v),e.on("emphasis",y).on("normal",g)},t.setLabelStyle=function(e,t,a,i,o,n,l){var r=(o=o||Q).labelFetcher,s=o.labelDataIndex,u=o.labelDimIndex,c=a.getShallow("show"),h=i.getShallow("show"),p=c||h?O.retrieve2(r?r.getFormattedLabel(s,"normal",null,u):null,o.defaultText):null,d=c?p:null,m=h?O.retrieve2(r?r.getFormattedLabel(s,"emphasis",null,u):null,p):null;null==d&&null==m||(b(e,a,n,o),b(t,i,l,o,!0)),e.text=d,t.text=m},t.setTextStyle=b,t.setText=function(e,t,a){var i,o={isRectText:!0};!1===a?i=!0:o.autoColor=a,x(e,t,o,i),e.host&&e.host.dirty&&e.host.dirty(!1)},t.getFont=function(e,t){var a=t||t.getModel("textStyle");return[e.fontStyle||a&&a.getShallow("fontStyle")||"",e.fontWeight||a&&a.getShallow("fontWeight")||"",(e.fontSize||a&&a.getShallow("fontSize")||12)+"px",e.fontFamily||a&&a.getShallow("fontFamily")||"sans-serif"].join(" ")},t.updateProps=D,t.initProps=function(e,t,a,i,o){C(!1,e,t,a,i,o)},t.getTransform=function(e,t){for(var a=z.identity([]);e&&e!==t;)z.mul(a,e.getLocalTransform(),a),e=e.parent;return a},t.applyTransform=T,t.transformDirection=function(e,t,a){var i=0===t[4]||0===t[5]||0===t[0]?1:Math.abs(2*t[4]/t[0]),o=0===t[4]||0===t[5]||0===t[2]?1:Math.abs(2*t[4]/t[2]),n=["left"===e?-i:"right"===e?i:0,"top"===e?-o:"bottom"===e?o:0];return n=T(n,t,a),Math.abs(n[0])>Math.abs(n[1])?n[0]>0?"right":"left":n[1]>0?"bottom":"top"},t.groupTransition=function(e,t,a,i){function o(e){var t={position:L.clone(e.position),rotation:e.rotation};return e.shape&&(t.shape=O.extend({},e.shape)),t}if(e&&t){var n=function(e){var t={};return e.traverse(function(e){!e.isGroup&&e.anid&&(t[e.anid]=e)}),t}(e);t.traverse(function(e){if(!e.isGroup&&e.anid){var t=n[e.anid];if(t){var i=o(e);e.attr(o(t)),D(e,i,a,e.dataIndex)}}})}},t.clipPointsByRect=function(e,t){return O.map(e,function(e){var a=e[0];a=Z(a,t.x),a=J(a,t.x+t.width);var i=e[1];return i=Z(i,t.y),i=J(i,t.y+t.height),[a,i]})},t.clipRectByRect=function(e,t){var a=Z(e.x,t.x),i=J(e.x+e.width,t.x+t.width),o=Z(e.y,t.y),n=J(e.y+e.height,t.y+t.height);if(i>=a&&n>=o)return{x:a,y:o,width:i-a,height:n-o}},t.createIcon=function(e,t,a){var o=(t=O.extend({rectHover:!0},t)).style={strokeNoScale:!0};if(a=a||{x:-1,y:-1,width:2,height:2},e)return 0===e.indexOf("image://")?(o.image=e.slice(8),O.defaults(o,a),new W(t)):i(e.replace("path://",""),t,a,"center")}},function(e,t,a){function i(e,t,a,i,o,n,l,r,s,d,v){var y=s*(p/180),g=h(y)*(e-a)/2+c(y)*(t-i)/2,b=-1*c(y)*(e-a)/2+h(y)*(t-i)/2,x=g*g/(l*l)+b*b/(r*r);x>1&&(l*=u(x),r*=u(x));var S=(o===n?-1:1)*u((l*l*(r*r)-l*l*(b*b)-r*r*(g*g))/(l*l*(b*b)+r*r*(g*g)))||0,w=S*l*b/r,q=S*-r*g/l,C=(e+a)/2+h(y)*w-c(y)*q,D=(t+i)/2+c(y)*w+h(y)*q,T=f([1,0],[(g-w)/l,(b-q)/r]),O=[(g-w)/l,(b-q)/r],_=[(-1*g-w)/l,(-1*b-q)/r],k=f(O,_);m(O,_)<=-1&&(k=p),m(O,_)>=1&&(k=0),0===n&&k>0&&(k-=2*p),1===n&&k<0&&(k+=2*p),v.addData(d,C,D,l,r,T,k,y,n)}function o(e,t){var a=function(e){if(!e)return[];var t,a=e.replace(/-/g," -").replace(/ /g," ").replace(/ /g,",").replace(/,,/g,",");for(t=0;t<s.length;t++)a=a.replace(new RegExp(s[t],"g"),"|"+s[t]);var o,n=a.split("|"),r=0,u=0,c=new l,h=l.CMD;for(t=1;t<n.length;t++){var p,d=n[t],m=d.charAt(0),f=0,v=d.slice(1).replace(/e,-/g,"e-").split(",");v.length>0&&""===v[0]&&v.shift();for(var y=0;y<v.length;y++)v[y]=parseFloat(v[y]);for(;f<v.length&&!isNaN(v[f])&&!isNaN(v[0]);){var g,b,x,S,w,q,C,D=r,T=u;switch(m){case"l":r+=v[f++],u+=v[f++],p=h.L,c.addData(p,r,u);break;case"L":r=v[f++],u=v[f++],p=h.L,c.addData(p,r,u);break;case"m":r+=v[f++],u+=v[f++],p=h.M,c.addData(p,r,u),m="l";break;case"M":r=v[f++],u=v[f++],p=h.M,c.addData(p,r,u),m="L";break;case"h":r+=v[f++],p=h.L,c.addData(p,r,u);break;case"H":r=v[f++],p=h.L,c.addData(p,r,u);break;case"v":u+=v[f++],p=h.L,c.addData(p,r,u);break;case"V":u=v[f++],p=h.L,c.addData(p,r,u);break;case"C":p=h.C,c.addData(p,v[f++],v[f++],v[f++],v[f++],v[f++],v[f++]),r=v[f-2],u=v[f-1];break;case"c":p=h.C,c.addData(p,v[f++]+r,v[f++]+u,v[f++]+r,v[f++]+u,v[f++]+r,v[f++]+u),r+=v[f-2],u+=v[f-1];break;case"S":g=r,b=u;var O=c.len(),_=c.data;o===h.C&&(g+=r-_[O-4],b+=u-_[O-3]),p=h.C,D=v[f++],T=v[f++],r=v[f++],u=v[f++],c.addData(p,g,b,D,T,r,u);break;case"s":g=r,b=u;var O=c.len(),_=c.data;o===h.C&&(g+=r-_[O-4],b+=u-_[O-3]),p=h.C,D=r+v[f++],T=u+v[f++],r+=v[f++],u+=v[f++],c.addData(p,g,b,D,T,r,u);break;case"Q":D=v[f++],T=v[f++],r=v[f++],u=v[f++],p=h.Q,c.addData(p,D,T,r,u);break;case"q":D=v[f++]+r,T=v[f++]+u,r+=v[f++],u+=v[f++],p=h.Q,c.addData(p,D,T,r,u);break;case"T":g=r,b=u;var O=c.len(),_=c.data;o===h.Q&&(g+=r-_[O-4],b+=u-_[O-3]),r=v[f++],u=v[f++],p=h.Q,c.addData(p,g,b,r,u);break;case"t":g=r,b=u;var O=c.len(),_=c.data;o===h.Q&&(g+=r-_[O-4],b+=u-_[O-3]),r+=v[f++],u+=v[f++],p=h.Q,c.addData(p,g,b,r,u);break;case"A":x=v[f++],S=v[f++],w=v[f++],q=v[f++],C=v[f++],D=r,T=u,r=v[f++],u=v[f++],p=h.A,i(D,T,r,u,q,C,x,S,w,p,c);break;case"a":x=v[f++],S=v[f++],w=v[f++],q=v[f++],C=v[f++],D=r,T=u,r+=v[f++],u+=v[f++],p=h.A,i(D,T,r,u,q,C,x,S,w,p,c)}}"z"!==m&&"Z"!==m||(p=h.Z,c.addData(p)),o=p}return c.toStatic(),c}(e);return(t=t||{}).buildPath=function(e){if(e.setData){e.setData(a.data);var t=e.getContext();t&&e.rebuildPath(t)}else{var t=e;a.rebuildPath(t)}},t.applyTransform=function(e){r(a,e),this.dirty(!0)},t}var n=a(1),l=a(6),r=a(57),s=["m","M","l","L","v","V","h","H","z","Z","c","C","q","Q","t","T","s","S","a","A"],u=Math.sqrt,c=Math.sin,h=Math.cos,p=Math.PI,d=function(e){return Math.sqrt(e[0]*e[0]+e[1]*e[1])},m=function(e,t){return(e[0]*t[0]+e[1]*t[1])/(d(e)*d(t))},f=function(e,t){return(e[0]*t[1]<e[1]*t[0]?-1:1)*Math.acos(m(e,t))};t.createFromString=function(e,t){return new n(o(e,t))},t.extendFromString=function(e,t){return n.extend(o(e,t))},t.mergePath=function(e,t){for(var a=[],i=e.length,o=0;o<i;o++){var l=e[o];l.path||l.createPathProxy(),l.__dirtyPath&&l.buildPath(l.path,l.shape,!0),a.push(l.path)}var r=new n(t);return r.createPathProxy(),r.buildPath=function(e){e.appendPath(a);var t=e.getContext();t&&e.rebuildPath(t)},r}},function(e,t){function a(e,t,a){var i=null==t.x?0:t.x,o=null==t.x2?1:t.x2,n=null==t.y?0:t.y,l=null==t.y2?0:t.y2;return t.global||(i=i*a.width+a.x,o=o*a.width+a.x,n=n*a.height+a.y,l=l*a.height+a.y),e.createLinearGradient(i,n,o,l)}function i(e,t,a){var i=a.width,o=a.height,n=Math.min(i,o),l=null==t.x?.5:t.x,r=null==t.y?.5:t.y,s=null==t.r?.5:t.r;return t.global||(l=l*i+a.x,r=r*o+a.y,s*=n),e.createRadialGradient(l,r,0,l,r,s)}for(var o=[["shadowBlur",0],["shadowOffsetX",0],["shadowOffsetY",0],["shadowColor","#000"],["lineCap","butt"],["lineJoin","miter"],["miterLimit",10]],n=function(e,t){this.extendFrom(e,!1),this.host=t},l=n.prototype={constructor:n,host:null,fill:"#000",stroke:null,opacity:1,lineDash:null,lineDashOffset:0,shadowBlur:0,shadowOffsetX:0,shadowOffsetY:0,lineWidth:1,strokeNoScale:!1,text:null,font:null,textFont:null,fontStyle:null,fontWeight:null,fontSize:null,fontFamily:null,textTag:null,textFill:"#000",textStroke:null,textWidth:null,textHeight:null,textStrokeWidth:0,textLineHeight:null,textPosition:"inside",textRect:null,textOffset:null,textAlign:null,textVerticalAlign:null,textDistance:5,textShadowColor:"transparent",textShadowBlur:0,textShadowOffsetX:0,textShadowOffsetY:0,textBoxShadowColor:"transparent",textBoxShadowBlur:0,textBoxShadowOffsetX:0,textBoxShadowOffsetY:0,transformText:!1,textRotation:0,textOrigin:null,textBackgroundColor:null,textBorderColor:null,textBorderWidth:0,textBorderRadius:0,textPadding:null,rich:null,truncate:null,blend:null,bind:function(e,t,a){for(var i=this,n=a&&a.style,l=!n,r=0;r<o.length;r++){var s=o[r],u=s[0];(l||i[u]!==n[u])&&(e[u]=i[u]||s[1])}if((l||i.fill!==n.fill)&&(e.fillStyle=i.fill),(l||i.stroke!==n.stroke)&&(e.strokeStyle=i.stroke),(l||i.opacity!==n.opacity)&&(e.globalAlpha=null==i.opacity?1:i.opacity),(l||i.blend!==n.blend)&&(e.globalCompositeOperation=i.blend||"source-over"),this.hasStroke()){var c=i.lineWidth;e.lineWidth=c/(this.strokeNoScale&&t&&t.getLineScale?t.getLineScale():1)}},hasFill:function(){var e=this.fill;return null!=e&&"none"!==e},hasStroke:function(){var e=this.stroke;return null!=e&&"none"!==e&&this.lineWidth>0},extendFrom:function(e,t){if(e)for(var a in e)!e.hasOwnProperty(a)||!0!==t&&(!1===t?this.hasOwnProperty(a):null==e[a])||(this[a]=e[a])},set:function(e,t){"string"==typeof e?this[e]=t:this.extendFrom(e,!0)},clone:function(){var e=new this.constructor;return e.extendFrom(this,!0),e},getGradient:function(e,t,o){for(var n="radial"===t.type?i:a,l=n(e,t,o),r=t.colorStops,s=0;s<r.length;s++)l.addColorStop(r[s].offset,r[s].color);return l}},r=0;r<o.length;r++){var s=o[r];s[0]in l||(l[s[0]]=s[1])}n.getGradient=l.getGradient;var u=n;e.exports=u},function(e,t){var a=2311;e.exports=function(){return a++}},function(e,t){var a=Array.prototype.slice,i=function(){this._$handlers={}};i.prototype={constructor:i,one:function(e,t,a){var i=this._$handlers;if(!t||!e)return this;i[e]||(i[e]=[]);for(var o=0;o<i[e].length;o++)if(i[e][o].h===t)return this;return i[e].push({h:t,one:!0,ctx:a||this}),this},on:function(e,t,a){var i=this._$handlers;if(!t||!e)return this;i[e]||(i[e]=[]);for(var o=0;o<i[e].length;o++)if(i[e][o].h===t)return this;return i[e].push({h:t,one:!1,ctx:a||this}),this},isSilent:function(e){var t=this._$handlers;return t[e]&&t[e].length},off:function(e,t){var a=this._$handlers;if(!e)return this._$handlers={},this;if(t){if(a[e]){for(var i=[],o=0,n=a[e].length;o<n;o++)a[e][o].h!=t&&i.push(a[e][o]);a[e]=i}a[e]&&0===a[e].length&&delete a[e]}else delete a[e];return this},trigger:function(e){if(this._$handlers[e]){var t=arguments,i=t.length;i>3&&(t=a.call(t,1));for(var o=this._$handlers[e],n=o.length,l=0;l<n;){switch(i){case 1:o[l].h.call(o[l].ctx);break;case 2:o[l].h.call(o[l].ctx,t[1]);break;case 3:o[l].h.call(o[l].ctx,t[1],t[2]);break;default:o[l].h.apply(o[l].ctx,t)}o[l].one?(o.splice(l,1),n--):l++}}return this},triggerWithContext:function(e){if(this._$handlers[e]){var t=arguments,i=t.length;i>4&&(t=a.call(t,1,t.length-1));for(var o=t[t.length-1],n=this._$handlers[e],l=n.length,r=0;r<l;){switch(i){case 1:n[r].h.call(o);break;case 2:n[r].h.call(o,t[1]);break;case 3:n[r].h.call(o,t[1],t[2]);break;default:n[r].h.apply(o,t)}n[r].one?(n.splice(r,1),l--):r++}}return this}};var o=i;e.exports=o},function(e,t,a){var i=a(44),o=a(47),n=a(0),l=n.isString,r=n.isFunction,s=n.isObject,u=n.isArrayLike,c=n.indexOf,h=function(){this.animators=[]};h.prototype={constructor:h,animate:function(e,t){var a,n=!1,l=this,r=this.__zr;if(e){var s=e.split("."),u=l;n="shape"===s[0];for(var h=0,p=s.length;h<p;h++)u&&(u=u[s[h]]);u&&(a=u)}else a=l;if(a){var d=l.animators,m=new i(a,t);return m.during(function(e){l.dirty(n)}).done(function(){d.splice(c(d,m),1)}),d.push(m),r&&r.animation.addAnimator(m),m}o('Property "'+e+'" is not existed in element '+l.id)},stopAnimation:function(e){for(var t=this.animators,a=t.length,i=0;i<a;i++)t[i].stop(e);return t.length=0,this},animateTo:function(e,t,a,i,o,n){function s(){--c||o&&o()}l(a)?(o=i,i=a,a=0):r(i)?(o=i,i="linear",a=0):r(a)?(o=a,a=0):r(t)?(o=t,t=500):t||(t=500),this.stopAnimation(),this._animateToShallow("",this,e,t,a);var u=this.animators.slice(),c=u.length;c||o&&o();for(var h=0;h<u.length;h++)u[h].done(s).start(i,n)},_animateToShallow:function(e,t,a,i,o){var n={},l=0;for(var r in a)if(a.hasOwnProperty(r))if(null!=t[r])s(a[r])&&!u(a[r])?this._animateToShallow(e?e+"."+r:r,t[r],a[r],i,o):(n[r]=a[r],l++);else if(null!=a[r])if(e){var c={};c[e]={},c[e][r]=a[r],this.attr(c)}else this.attr(r,a[r]);return l>0&&this.animate(e,!1).when(null==i?500:i,n).delay(o||0),this}};var p=h;e.exports=p},function(e,t,a){function i(e,t){return e[t]}function o(e,t,a){e[t]=a}function n(e,t,a){return(t-e)*a+e}function l(e,t,a){return a>.5?t:e}function r(e,t,a,i,o){var l=e.length;if(1==o)for(var r=0;r<l;r++)i[r]=n(e[r],t[r],a);else for(var s=l&&e[0].length,r=0;r<l;r++)for(var u=0;u<s;u++)i[r][u]=n(e[r][u],t[r][u],a)}function s(e,t,a){var i=e.length,o=t.length;if(i!==o)if(i>o)e.length=o;else for(var n=i;n<o;n++)e.push(1===a?t[n]:b.call(t[n]));for(var l=e[0]&&e[0].length,n=0;n<e.length;n++)if(1===a)isNaN(e[n])&&(e[n]=t[n]);else for(var r=0;r<l;r++)isNaN(e[n][r])&&(e[n][r]=t[n][r])}function u(e,t,a){if(e===t)return!0;var i=e.length;if(i!==t.length)return!1;if(1===a){for(var o=0;o<i;o++)if(e[o]!==t[o])return!1}else for(var n=e[0].length,o=0;o<i;o++)for(var l=0;l<n;l++)if(e[o][l]!==t[o][l])return!1;return!0}function c(e,t,a,i,o,n,l,r,s){var u=e.length;if(1==s)for(var c=0;c<u;c++)r[c]=h(e[c],t[c],a[c],i[c],o,n,l);else for(var p=e[0].length,c=0;c<u;c++)for(var d=0;d<p;d++)r[c][d]=h(e[c][d],t[c][d],a[c][d],i[c][d],o,n,l)}function h(e,t,a,i,o,n,l){var r=.5*(a-e),s=.5*(i-t);return(2*(t-a)+r+s)*l+(-3*(t-a)-2*r-s)*n+r*o+t}function p(e){if(g(e)){var t=e.length;if(g(e[0])){for(var a=[],i=0;i<t;i++)a.push(b.call(e[i]));return a}return b.call(e)}return e}function d(e){return e[0]=Math.floor(e[0]),e[1]=Math.floor(e[1]),e[2]=Math.floor(e[2]),"rgba("+e.join(",")+")"}function m(e,t,a,i,o,p){var m=e._getter,y=e._setter,b="spline"===t,x=i.length;if(x){var S,w=i[0].value,q=g(w),C=!1,D=!1,T=q?function(e){var t=e[e.length-1].value;return g(t&&t[0])?2:1}(i):0;i.sort(function(e,t){return e.time-t.time}),S=i[x-1].time;for(var O=[],_=[],k=i[0].value,z=!0,L=0;L<x;L++){O.push(i[L].time/S);var F=i[L].value;if(q&&u(F,k,T)||!q&&F===k||(z=!1),k=F,"string"==typeof F){var A=v.parse(F);A?(F=A,C=!0):D=!0}_.push(F)}if(p||!z){for(var W=_[x-1],L=0;L<x-1;L++)q?s(_[L],W,T):!isNaN(_[L])||isNaN(W)||D||C||(_[L]=W);q&&s(m(e._target,o),W,T);var P,M,I,R,N,E,B=0,Y=0;if(C)var X=[0,0,0,0];var j=new f({target:e._target,life:S,loop:e._loop,delay:e._delay,onframe:function(e,t){var a;if(t<0)a=0;else if(t<Y){for(P=Math.min(B+1,x-1),a=P;a>=0&&!(O[a]<=t);a--);a=Math.min(a,x-2)}else{for(a=B;a<x&&!(O[a]>t);a++);a=Math.min(a-1,x-2)}B=a,Y=t;var i=O[a+1]-O[a];if(0!==i)if(M=(t-O[a])/i,b)if(R=_[a],I=_[0===a?a:a-1],N=_[a>x-2?x-1:a+1],E=_[a>x-3?x-1:a+2],q)c(I,R,N,E,M,M*M,M*M*M,m(e,o),T);else{if(C)s=c(I,R,N,E,M,M*M,M*M*M,X,1),s=d(X);else{if(D)return l(R,N,M);s=h(I,R,N,E,M,M*M,M*M*M)}y(e,o,s)}else if(q)r(_[a],_[a+1],M,m(e,o),T);else{var s;if(C)r(_[a],_[a+1],M,X,1),s=d(X);else{if(D)return l(_[a],_[a+1],M);s=n(_[a],_[a+1],M)}y(e,o,s)}},ondestroy:a});return t&&"spline"!==t&&(j.easing=t),j}}}var f=a(45),v=a(18),y=a(0),g=y.isArrayLike,b=Array.prototype.slice,x=function(e,t,a,n){this._tracks={},this._target=e,this._loop=t||!1,this._getter=a||i,this._setter=n||o,this._clipCount=0,this._delay=0,this._doneList=[],this._onframeList=[],this._clipList=[]};x.prototype={when:function(e,t){var a=this._tracks;for(var i in t)if(t.hasOwnProperty(i)){if(!a[i]){a[i]=[];var o=this._getter(this._target,i);if(null==o)continue;0!==e&&a[i].push({time:0,value:p(o)})}a[i].push({time:e,value:t[i]})}return this},during:function(e){return this._onframeList.push(e),this},pause:function(){for(var e=0;e<this._clipList.length;e++)this._clipList[e].pause();this._paused=!0},resume:function(){for(var e=0;e<this._clipList.length;e++)this._clipList[e].resume();this._paused=!1},isPaused:function(){return!!this._paused},_doneCallback:function(){this._tracks={},this._clipList.length=0;for(var e=this._doneList,t=e.length,a=0;a<t;a++)e[a].call(this)},start:function(e,t){var a,i=this,o=0,n=function(){--o||i._doneCallback()};for(var l in this._tracks)if(this._tracks.hasOwnProperty(l)){var r=m(this,e,n,this._tracks[l],l,t);r&&(this._clipList.push(r),o++,this.animation&&this.animation.addClip(r),a=r)}if(a){var s=a.onframe;a.onframe=function(e,t){s(e,t);for(var a=0;a<i._onframeList.length;a++)i._onframeList[a](e,t)}}return o||this._doneCallback(),this},stop:function(e){for(var t=this._clipList,a=this.animation,i=0;i<t.length;i++){var o=t[i];e&&o.onframe(this._target,1),a&&a.removeClip(o)}t.length=0},delay:function(e){return this._delay=e,this},done:function(e){return e&&this._doneList.push(e),this},getClips:function(){return this._clipList}};var S=x;e.exports=S},function(e,t,a){function i(e){this._target=e.target,this._life=e.life||1e3,this._delay=e.delay||0,this._initialized=!1,this.loop=null!=e.loop&&e.loop,this.gap=e.gap||0,this.easing=e.easing||"Linear",this.onframe=e.onframe,this.ondestroy=e.ondestroy,this.onrestart=e.onrestart,this._pausedTime=0,this._paused=!1}var o=a(46);i.prototype={constructor:i,step:function(e,t){if(this._initialized||(this._startTime=e+this._delay,this._initialized=!0),this._paused)this._pausedTime+=t;else{var a=(e-this._startTime-this._pausedTime)/this._life;if(!(a<0)){a=Math.min(a,1);var i=this.easing,n="string"==typeof i?o[i]:i,l="function"==typeof n?n(a):a;return this.fire("frame",l),1==a?this.loop?(this.restart(e),"restart"):(this._needsRemove=!0,"destroy"):null}}},restart:function(e){var t=(e-this._startTime-this._pausedTime)%this._life;this._startTime=e-t+this.gap,this._pausedTime=0,this._needsRemove=!1},fire:function(e,t){this[e="on"+e]&&this[e](this._target,t)},pause:function(){this._paused=!0},resume:function(){this._paused=!1}};var n=i;e.exports=n},function(e,t){var a={linear:function(e){return e},quadraticIn:function(e){return e*e},quadraticOut:function(e){return e*(2-e)},quadraticInOut:function(e){return(e*=2)<1?.5*e*e:-.5*(--e*(e-2)-1)},cubicIn:function(e){return e*e*e},cubicOut:function(e){return--e*e*e+1},cubicInOut:function(e){return(e*=2)<1?.5*e*e*e:.5*((e-=2)*e*e+2)},quarticIn:function(e){return e*e*e*e},quarticOut:function(e){return 1- --e*e*e*e},quarticInOut:function(e){return(e*=2)<1?.5*e*e*e*e:-.5*((e-=2)*e*e*e-2)},quinticIn:function(e){return e*e*e*e*e},quinticOut:function(e){return--e*e*e*e*e+1},quinticInOut:function(e){return(e*=2)<1?.5*e*e*e*e*e:.5*((e-=2)*e*e*e*e+2)},sinusoidalIn:function(e){return 1-Math.cos(e*Math.PI/2)},sinusoidalOut:function(e){return Math.sin(e*Math.PI/2)},sinusoidalInOut:function(e){return.5*(1-Math.cos(Math.PI*e))},exponentialIn:function(e){return 0===e?0:Math.pow(1024,e-1)},exponentialOut:function(e){return 1===e?1:1-Math.pow(2,-10*e)},exponentialInOut:function(e){return 0===e?0:1===e?1:(e*=2)<1?.5*Math.pow(1024,e-1):.5*(2-Math.pow(2,-10*(e-1)))},circularIn:function(e){return 1-Math.sqrt(1-e*e)},circularOut:function(e){return Math.sqrt(1- --e*e)},circularInOut:function(e){return(e*=2)<1?-.5*(Math.sqrt(1-e*e)-1):.5*(Math.sqrt(1-(e-=2)*e)+1)},elasticIn:function(e){var t,a=.1;return 0===e?0:1===e?1:(!a||a<1?(a=1,t=.1):t=.4*Math.asin(1/a)/(2*Math.PI),-a*Math.pow(2,10*(e-=1))*Math.sin((e-t)*(2*Math.PI)/.4))},elasticOut:function(e){var t,a=.1;return 0===e?0:1===e?1:(!a||a<1?(a=1,t=.1):t=.4*Math.asin(1/a)/(2*Math.PI),a*Math.pow(2,-10*e)*Math.sin((e-t)*(2*Math.PI)/.4)+1)},elasticInOut:function(e){var t,a=.1;return 0===e?0:1===e?1:(!a||a<1?(a=1,t=.1):t=.4*Math.asin(1/a)/(2*Math.PI),(e*=2)<1?a*Math.pow(2,10*(e-=1))*Math.sin((e-t)*(2*Math.PI)/.4)*-.5:a*Math.pow(2,-10*(e-=1))*Math.sin((e-t)*(2*Math.PI)/.4)*.5+1)},backIn:function(e){var t=1.70158;return e*e*((t+1)*e-t)},backOut:function(e){var t=1.70158;return--e*e*((t+1)*e+t)+1},backInOut:function(e){var t=2.5949095;return(e*=2)<1?e*e*((t+1)*e-t)*.5:.5*((e-=2)*e*((t+1)*e+t)+2)},bounceIn:function(e){return 1-a.bounceOut(1-e)},bounceOut:function(e){return e<1/2.75?7.5625*e*e:e<2/2.75?7.5625*(e-=1.5/2.75)*e+.75:e<2.5/2.75?7.5625*(e-=2.25/2.75)*e+.9375:7.5625*(e-=2.625/2.75)*e+.984375},bounceInOut:function(e){return e<.5?.5*a.bounceIn(2*e):.5*a.bounceOut(2*e-1)+.5}},i=a;e.exports=i},function(e,t,a){var i=a(19),o=i.debugMode,n=function(){};1===o?n=function(){for(var e in arguments)throw new Error(arguments[e])}:o>1&&(n=function(){for(var e in arguments)console.log(arguments[e])});var l=n;e.exports=l},function(e,t,a){var i=a(20),o=a(3),n=new o,l=function(){};l.prototype={constructor:l,drawRectText:function(e,t){var a=this.style;t=a.textRect||t,this.__dirty&&i.normalizeTextStyle(a,!0);var o=a.text;if(null!=o&&(o+=""),i.needDrawText(o,a)){e.save();var l=this.transform;a.transformText?this.setTransform(e):l&&(n.copy(t),n.applyTransform(l),t=n),i.renderText(this,e,o,a,t),e.restore()}}};var r=l;e.exports=r},function(e,t,a){var i=a(2),o=a(4),n=Math.min,l=Math.max,r=Math.sin,s=Math.cos,u=2*Math.PI,c=i.create(),h=i.create(),p=i.create(),d=[],m=[];t.fromPoints=function(e,t,a){if(0!==e.length){var i,o=e[0],r=o[0],s=o[0],u=o[1],c=o[1];for(i=1;i<e.length;i++)o=e[i],r=n(r,o[0]),s=l(s,o[0]),u=n(u,o[1]),c=l(c,o[1]);t[0]=r,t[1]=u,a[0]=s,a[1]=c}},t.fromLine=function(e,t,a,i,o,r){o[0]=n(e,a),o[1]=n(t,i),r[0]=l(e,a),r[1]=l(t,i)},t.fromCubic=function(e,t,a,i,r,s,u,c,h,p){var f,v=o.cubicExtrema,y=o.cubicAt,g=v(e,a,r,u,d);for(h[0]=1/0,h[1]=1/0,p[0]=-1/0,p[1]=-1/0,f=0;f<g;f++){var b=y(e,a,r,u,d[f]);h[0]=n(b,h[0]),p[0]=l(b,p[0])}for(g=v(t,i,s,c,m),f=0;f<g;f++){var x=y(t,i,s,c,m[f]);h[1]=n(x,h[1]),p[1]=l(x,p[1])}h[0]=n(e,h[0]),p[0]=l(e,p[0]),h[0]=n(u,h[0]),p[0]=l(u,p[0]),h[1]=n(t,h[1]),p[1]=l(t,p[1]),h[1]=n(c,h[1]),p[1]=l(c,p[1])},t.fromQuadratic=function(e,t,a,i,r,s,u,c){var h=o.quadraticExtremum,p=o.quadraticAt,d=l(n(h(e,a,r),1),0),m=l(n(h(t,i,s),1),0),f=p(e,a,r,d),v=p(t,i,s,m);u[0]=n(e,r,f),u[1]=n(t,s,v),c[0]=l(e,r,f),c[1]=l(t,s,v)},t.fromArc=function(e,t,a,o,n,l,d,m,f){var v=i.min,y=i.max,g=Math.abs(n-l);if(g%u<1e-4&&g>1e-4)return m[0]=e-a,m[1]=t-o,f[0]=e+a,void(f[1]=t+o);if(c[0]=s(n)*a+e,c[1]=r(n)*o+t,h[0]=s(l)*a+e,h[1]=r(l)*o+t,v(m,c,h),y(f,c,h),(n%=u)<0&&(n+=u),(l%=u)<0&&(l+=u),n>l&&!d?l+=u:n<l&&d&&(n+=u),d){var b=l;l=n,n=b}for(var x=0;x<l;x+=Math.PI/2)x>n&&(p[0]=s(x)*a+e,p[1]=r(x)*o+t,v(m,p,m),y(f,p,f))}},function(e,t,a){function i(e,t){return Math.abs(e-t)<x}function o(){var e=w[0];w[0]=w[1],w[1]=e}function n(e,t,a,i,n,l,r,s,u,c){if(c>t&&c>i&&c>l&&c>s||c<t&&c<i&&c<l&&c<s)return 0;var h=v.cubicRootAt(t,i,l,s,c,S);if(0===h)return 0;for(var p,d,m=0,f=-1,y=0;y<h;y++){var g=S[y],b=0===g||1===g?.5:1;v.cubicAt(e,a,n,r,g)<u||(f<0&&(f=v.cubicExtrema(t,i,l,s,w),w[1]<w[0]&&f>1&&o(),p=v.cubicAt(t,i,l,s,w[0]),f>1&&(d=v.cubicAt(t,i,l,s,w[1]))),2==f?g<w[0]?m+=p<t?b:-b:g<w[1]?m+=d<p?b:-b:m+=s<d?b:-b:g<w[0]?m+=p<t?b:-b:m+=s<p?b:-b)}return m}function l(e,t,a,i,o,n,l,r){if(r>t&&r>i&&r>n||r<t&&r<i&&r<n)return 0;var s=v.quadraticRootAt(t,i,n,r,S);if(0===s)return 0;var u=v.quadraticExtremum(t,i,n);if(u>=0&&u<=1){for(var c=0,h=v.quadraticAt(t,i,n,u),p=0;p<s;p++){var d=0===S[p]||1===S[p]?.5:1,m=v.quadraticAt(e,a,o,S[p]);m<l||(S[p]<u?c+=h<t?d:-d:c+=n<h?d:-d)}return c}var d=0===S[0]||1===S[0]?.5:1,m=v.quadraticAt(e,a,o,S[0]);return m<l?0:n<t?d:-d}function r(e,t,a,i,o,n,l,r){if((r-=t)>a||r<-a)return 0;var s=Math.sqrt(a*a-r*r);S[0]=-s,S[1]=s;var u=Math.abs(i-o);if(u<1e-4)return 0;if(u%b<1e-4){i=0,o=b;var c=n?1:-1;return l>=S[0]+e&&l<=S[1]+e?c:0}if(n){var s=i;i=f(o),o=f(s)}else i=f(i),o=f(o);i>o&&(o+=b);for(var h=0,p=0;p<2;p++){var d=S[p];if(d+e>l){var m=Math.atan2(r,d),c=n?1:-1;m<0&&(m=b+m),(m>=i&&m<=o||m+b>=i&&m+b<=o)&&(m>Math.PI/2&&m<1.5*Math.PI&&(c=-c),h+=c)}}return h}function s(e,t,a,o,s){for(var u=0,m=0,f=0,v=0,b=0,x=0;x<e.length;){var S=e[x++];switch(S===g.M&&x>1&&(a||(u+=y(m,f,v,b,o,s))),1==x&&(m=e[x],f=e[x+1],v=m,b=f),S){case g.M:v=e[x++],b=e[x++],m=v,f=b;break;case g.L:if(a){if(c.containStroke(m,f,e[x],e[x+1],t,o,s))return!0}else u+=y(m,f,e[x],e[x+1],o,s)||0;m=e[x++],f=e[x++];break;case g.C:if(a){if(h.containStroke(m,f,e[x++],e[x++],e[x++],e[x++],e[x],e[x+1],t,o,s))return!0}else u+=n(m,f,e[x++],e[x++],e[x++],e[x++],e[x],e[x+1],o,s)||0;m=e[x++],f=e[x++];break;case g.Q:if(a){if(p.containStroke(m,f,e[x++],e[x++],e[x],e[x+1],t,o,s))return!0}else u+=l(m,f,e[x++],e[x++],e[x],e[x+1],o,s)||0;m=e[x++],f=e[x++];break;case g.A:var w=e[x++],q=e[x++],C=e[x++],D=e[x++],T=e[x++],O=e[x++],_=(e[x++],1-e[x++]),k=Math.cos(T)*C+w,z=Math.sin(T)*D+q;x>1?u+=y(m,f,k,z,o,s):(v=k,b=z);var L=(o-w)*D/C+w;if(a){if(d.containStroke(w,q,D,T,T+O,_,t,L,s))return!0}else u+=r(w,q,D,T,T+O,_,L,s);m=Math.cos(T+O)*C+w,f=Math.sin(T+O)*D+q;break;case g.R:v=m=e[x++],b=f=e[x++];var F=e[x++],A=e[x++],k=v+F,z=b+A;if(a){if(c.containStroke(v,b,k,b,t,o,s)||c.containStroke(k,b,k,z,t,o,s)||c.containStroke(k,z,v,z,t,o,s)||c.containStroke(v,z,v,b,t,o,s))return!0}else u+=y(k,b,k,z,o,s),u+=y(v,z,v,b,o,s);break;case g.Z:if(a){if(c.containStroke(m,f,v,b,t,o,s))return!0}else u+=y(m,f,v,b,o,s);m=v,f=b}}return a||i(f,b)||(u+=y(m,f,v,b,o,s)||0),0!==u}var u=a(6),c=a(51),h=a(52),p=a(53),d=a(54),m=a(22),f=m.normalizeRadian,v=a(4),y=a(55),g=u.CMD,b=2*Math.PI,x=1e-4,S=[-1,-1,-1],w=[-1,-1];t.contain=function(e,t,a){return s(e,0,!1,t,a)},t.containStroke=function(e,t,a,i){return s(e,t,!0,a,i)}},function(e,t){t.containStroke=function(e,t,a,i,o,n,l){if(0===o)return!1;var r=o,s=0;if(l>t+r&&l>i+r||l<t-r&&l<i-r||n>e+r&&n>a+r||n<e-r&&n<a-r)return!1;if(e===a)return Math.abs(n-e)<=r/2;var u=(s=(t-i)/(e-a))*n-l+(e*i-a*t)/(e-a);return u*u/(s*s+1)<=r/2*r/2}},function(e,t,a){var i=a(4);t.containStroke=function(e,t,a,o,n,l,r,s,u,c,h){if(0===u)return!1;var p=u;return!(h>t+p&&h>o+p&&h>l+p&&h>s+p||h<t-p&&h<o-p&&h<l-p&&h<s-p||c>e+p&&c>a+p&&c>n+p&&c>r+p||c<e-p&&c<a-p&&c<n-p&&c<r-p)&&i.cubicProjectPoint(e,t,a,o,n,l,r,s,c,h,null)<=p/2}},function(e,t,a){var i=a(4),o=i.quadraticProjectPoint;t.containStroke=function(e,t,a,i,n,l,r,s,u){if(0===r)return!1;var c=r;return!(u>t+c&&u>i+c&&u>l+c||u<t-c&&u<i-c&&u<l-c||s>e+c&&s>a+c&&s>n+c||s<e-c&&s<a-c&&s<n-c)&&o(e,t,a,i,n,l,s,u,null)<=c/2}},function(e,t,a){var i=a(22),o=i.normalizeRadian,n=2*Math.PI;t.containStroke=function(e,t,a,i,l,r,s,u,c){if(0===s)return!1;var h=s;u-=e,c-=t;var p=Math.sqrt(u*u+c*c);if(p-h>a||p+h<a)return!1;if(Math.abs(i-l)%n<1e-4)return!0;if(r){var d=i;i=o(l),l=o(d)}else i=o(i),l=o(l);i>l&&(l+=n);var m=Math.atan2(c,u);return m<0&&(m+=n),m>=i&&m<=l||m+n>=i&&m+n<=l}},function(e,t){e.exports=function(e,t,a,i,o,n){if(n>t&&n>i||n<t&&n<i)return 0;if(i===t)return 0;var l=i<t?1:-1,r=(n-t)/(i-t);return 1!==r&&0!==r||(l=i<t?.5:-.5),r*(a-e)+e>o?l:0}},function(e,t){var a=function(e,t){this.image=e,this.repeat=t,this.type="pattern"};a.prototype.getCanvasPattern=function(e){return e.createPattern(this.image,this.repeat||"repeat")};var i=a;e.exports=i},function(e,t,a){var i=a(6),o=a(2),n=o.applyTransform,l=i.CMD,r=[[],[],[]],s=Math.sqrt,u=Math.atan2;e.exports=function(e,t){var a,i,o,c,h,p=e.data,d=l.M,m=l.C,f=l.L,v=l.R,y=l.A,g=l.Q;for(o=0,c=0;o<p.length;){switch(a=p[o++],c=o,i=0,a){case d:case f:i=1;break;case m:i=3;break;case g:i=2;break;case y:var b=t[4],x=t[5],S=s(t[0]*t[0]+t[1]*t[1]),w=s(t[2]*t[2]+t[3]*t[3]),q=u(-t[1]/w,t[0]/S);p[o]*=S,p[o++]+=b,p[o]*=w,p[o++]+=x,p[o++]*=S,p[o++]*=w,p[o++]+=q,p[o++]+=q,c=o+=2;break;case v:C[0]=p[o++],C[1]=p[o++],n(C,C,t),p[c++]=C[0],p[c++]=C[1],C[0]+=p[o++],C[1]+=p[o++],n(C,C,t),p[c++]=C[0],p[c++]=C[1]}for(h=0;h<i;h++){var C=r[h];C[0]=p[o++],C[1]=p[o++],n(C,C,t),p[c++]=C[0],p[c++]=C[1]}}}},function(e,t,a){function i(e){o.call(this,e)}var o=a(12),n=a(3),l=a(0),r=a(10);i.prototype={constructor:i,type:"image",brush:function(e,t){var a=this.style,i=a.image;a.bind(e,this,t);var o=this._image=r.createOrUpdateImage(i,this._image,this,this.onload);if(o&&r.isImageReady(o)){var n=a.x||0,l=a.y||0,s=a.width,u=a.height,c=o.width/o.height;if(null==s&&null!=u?s=u*c:null==u&&null!=s?u=s/c:null==s&&null==u&&(s=o.width,u=o.height),this.setTransform(e),a.sWidth&&a.sHeight){var h=a.sx||0,p=a.sy||0;e.drawImage(o,h,p,a.sWidth,a.sHeight,n,l,s,u)}else if(a.sx&&a.sy){var h=a.sx,p=a.sy,d=s-h,m=u-p;e.drawImage(o,h,p,d,m,n,l,s,u)}else e.drawImage(o,n,l,s,u);this.restoreTransform(e),null!=a.text&&this.drawRectText(e,this.getBoundingRect())}},getBoundingRect:function(){var e=this.style;return this._rect||(this._rect=new n(e.x||0,e.y||0,e.width||0,e.height||0)),this._rect}},l.inherits(i,o);var s=i;e.exports=s},function(e,t,a){var i=a(0),o=a(16),n=a(3),l=function(e){for(var t in e=e||{},o.call(this,e),e)e.hasOwnProperty(t)&&(this[t]=e[t]);this._children=[],this.__storage=null,this.__dirty=!0};l.prototype={constructor:l,isGroup:!0,type:"group",silent:!1,children:function(){return this._children.slice()},childAt:function(e){return this._children[e]},childOfName:function(e){for(var t=this._children,a=0;a<t.length;a++)if(t[a].name===e)return t[a]},childCount:function(){return this._children.length},add:function(e){return e&&e!==this&&e.parent!==this&&(this._children.push(e),this._doAdd(e)),this},addBefore:function(e,t){if(e&&e!==this&&e.parent!==this&&t&&t.parent===this){var a=this._children,i=a.indexOf(t);i>=0&&(a.splice(i,0,e),this._doAdd(e))}return this},_doAdd:function(e){e.parent&&e.parent.remove(e),e.parent=this;var t=this.__storage,a=this.__zr;t&&t!==e.__storage&&(t.addToStorage(e),e instanceof l&&e.addChildrenToStorage(t)),a&&a.refresh()},remove:function(e){var t=this.__zr,a=this.__storage,o=this._children,n=i.indexOf(o,e);return n<0?this:(o.splice(n,1),e.parent=null,a&&(a.delFromStorage(e),e instanceof l&&e.delChildrenFromStorage(a)),t&&t.refresh(),this)},removeAll:function(){var e,t,a=this._children,i=this.__storage;for(t=0;t<a.length;t++)e=a[t],i&&(i.delFromStorage(e),e instanceof l&&e.delChildrenFromStorage(i)),e.parent=null;return a.length=0,this},eachChild:function(e,t){for(var a=this._children,i=0;i<a.length;i++){var o=a[i];e.call(t,o,i)}return this},traverse:function(e,t){for(var a=0;a<this._children.length;a++){var i=this._children[a];e.call(t,i),"group"===i.type&&i.traverse(e,t)}return this},addChildrenToStorage:function(e){for(var t=0;t<this._children.length;t++){var a=this._children[t];e.addToStorage(a),a instanceof l&&a.addChildrenToStorage(e)}},delChildrenFromStorage:function(e){for(var t=0;t<this._children.length;t++){var a=this._children[t];e.delFromStorage(a),a instanceof l&&a.delChildrenFromStorage(e)}},dirty:function(){return this.__dirty=!0,this.__zr&&this.__zr.refresh(),this},getBoundingRect:function(e){for(var t=null,a=new n(0,0,0,0),i=e||this._children,o=[],l=0;l<i.length;l++){var r=i[l];if(!r.ignore&&!r.invisible){var s=r.getBoundingRect(),u=r.getLocalTransform(o);u?(a.copy(s),a.applyTransform(u),(t=t||a.clone()).union(a)):(t=t||s.clone()).union(s)}}return t||a}},i.inherits(l,o);var r=l;e.exports=r},function(e,t,a){var i=a(12),o=a(0),n=a(5),l=a(20),r=function(e){i.call(this,e)};r.prototype={constructor:r,type:"text",brush:function(e,t){var a=this.style;this.__dirty&&l.normalizeTextStyle(a,!0),a.fill=a.stroke=a.shadowBlur=a.shadowColor=a.shadowOffsetX=a.shadowOffsetY=null;var i=a.text;null!=i&&(i+=""),a.bind(e,this,t),l.needDrawText(i,a)&&(this.setTransform(e),l.renderText(this,e,i,a),this.restoreTransform(e))},getBoundingRect:function(){var e=this.style;if(this.__dirty&&l.normalizeTextStyle(e,!0),!this._rect){var t=e.text;null!=t?t+="":t="";var a=n.getBoundingRect(e.text+"",e.font,e.textAlign,e.textVerticalAlign,e.textPadding,e.rich);if(a.x+=e.x||0,a.y+=e.y||0,l.getStroke(e.textStroke,e.textStrokeWidth)){var i=e.textStrokeWidth;a.x-=i/2,a.y-=i/2,a.width+=i,a.height+=i}this._rect=a}return this._rect}},o.inherits(r,i);var s=r;e.exports=s},function(e,t,a){var i=a(1),o=i.extend({type:"circle",shape:{cx:0,cy:0,r:0},buildPath:function(e,t,a){a&&e.moveTo(t.cx+t.r,t.cy),e.arc(t.cx,t.cy,t.r,0,2*Math.PI,!0)}});e.exports=o},function(e,t,a){var i=a(1),o=a(63),n=i.extend({type:"sector",shape:{cx:0,cy:0,r0:0,r:0,startAngle:0,endAngle:2*Math.PI,clockwise:!0},brush:o(i.prototype.brush),buildPath:function(e,t){var a=t.cx,i=t.cy,o=Math.max(t.r0||0,0),n=Math.max(t.r,0),l=t.startAngle,r=t.endAngle,s=t.clockwise,u=Math.cos(l),c=Math.sin(l);e.moveTo(u*o+a,c*o+i),e.lineTo(u*n+a,c*n+i),e.arc(a,i,n,l,r,!s),e.lineTo(Math.cos(r)*o+a,Math.sin(r)*o+i),0!==o&&e.arc(a,i,o,r,l,s),e.closePath()}});e.exports=n},function(e,t,a){var i=a(15),o=[["shadowBlur",0],["shadowColor","#000"],["shadowOffsetX",0],["shadowOffsetY",0]];e.exports=function(e){return i.browser.ie&&i.browser.version>=11?function(){var t,a=this.__clipPaths,i=this.style;if(a)for(var n=0;n<a.length;n++){var l=a[n],r=l&&l.shape,s=l&&l.type;if(r&&("sector"===s&&r.startAngle===r.endAngle||"rect"===s&&(!r.width||!r.height))){for(var u=0;u<o.length;u++)o[u][2]=i[o[u][0]],i[o[u][0]]=o[u][1];t=!0;break}}if(e.apply(this,arguments),t)for(var u=0;u<o.length;u++)i[o[u][0]]=o[u][2]}:e}},function(e,t,a){var i=a(1),o=i.extend({type:"ring",shape:{cx:0,cy:0,r:0,r0:0},buildPath:function(e,t){var a=t.cx,i=t.cy,o=2*Math.PI;e.moveTo(a+t.r,i),e.arc(a,i,t.r,0,o,!1),e.moveTo(a+t.r0,i),e.arc(a,i,t.r0,0,o,!0)}});e.exports=o},function(e,t,a){var i=a(1),o=a(23),n=i.extend({type:"polygon",shape:{points:null,smooth:!1,smoothConstraint:null},buildPath:function(e,t){o.buildPath(e,t,!0)}});e.exports=n},function(e,t,a){function i(e,t,a,i,o,n,l){var r=.5*(a-e),s=.5*(i-t);return(2*(t-a)+r+s)*l+(-3*(t-a)-2*r-s)*n+r*o+t}var o=a(2),n=o.distance;e.exports=function(e,t){for(var a=e.length,o=[],l=0,r=1;r<a;r++)l+=n(e[r-1],e[r]);var s=l/2;s=s<a?a:s;for(var r=0;r<s;r++){var u,c,h,p=r/(s-1)*(t?a:a-1),d=Math.floor(p),m=p-d,f=e[d%a];t?(u=e[(d-1+a)%a],c=e[(d+1)%a],h=e[(d+2)%a]):(u=e[0===d?d:d-1],c=e[d>a-2?a-1:d+1],h=e[d>a-3?a-1:d+2]);var v=m*m,y=m*v;o.push([i(u[0],f[0],c[0],h[0],m,v,y),i(u[1],f[1],c[1],h[1],m,v,y)])}return o}},function(e,t,a){var i=a(2),o=i.min,n=i.max,l=i.scale,r=i.distance,s=i.add,u=i.clone,c=i.sub;e.exports=function(e,t,a,i){var h,p,d,m,f=[],v=[],y=[],g=[];if(i){d=[1/0,1/0],m=[-1/0,-1/0];for(var b=0,x=e.length;b<x;b++)o(d,d,e[b]),n(m,m,e[b]);o(d,d,i[0]),n(m,m,i[1])}for(var b=0,x=e.length;b<x;b++){var S=e[b];if(a)h=e[b?b-1:x-1],p=e[(b+1)%x];else{if(0===b||b===x-1){f.push(u(e[b]));continue}h=e[b-1],p=e[b+1]}c(v,p,h),l(v,v,t);var w=r(S,h),q=r(S,p),C=w+q;0!==C&&(w/=C,q/=C),l(y,v,-w),l(g,v,q);var D=s([],S,y),T=s([],S,g);i&&(n(D,D,d),o(D,D,m),n(T,T,d),o(T,T,m)),f.push(D),f.push(T)}return a&&f.push(f.shift()),f}},function(e,t,a){var i=a(1),o=a(23),n=i.extend({type:"polyline",shape:{points:null,smooth:!1,smoothConstraint:null},style:{stroke:"#000",fill:null},buildPath:function(e,t){o.buildPath(e,t,!1)}});e.exports=n},function(e,t,a){var i=a(1),o=a(21),n=i.extend({type:"rect",shape:{r:0,x:0,y:0,width:0,height:0},buildPath:function(e,t){var a=t.x,i=t.y,n=t.width,l=t.height;t.r?o.buildPath(e,t):e.rect(a,i,n,l),e.closePath()}});e.exports=n},function(e,t,a){var i=a(1),o=i.extend({type:"line",shape:{x1:0,y1:0,x2:0,y2:0,percent:1},style:{stroke:"#000",fill:null},buildPath:function(e,t){var a=t.x1,i=t.y1,o=t.x2,n=t.y2,l=t.percent;0!==l&&(e.moveTo(a,i),l<1&&(o=a*(1-l)+o*l,n=i*(1-l)+n*l),e.lineTo(o,n))},pointAt:function(e){var t=this.shape;return[t.x1*(1-e)+t.x2*e,t.y1*(1-e)+t.y2*e]}});e.exports=o},function(e,t,a){function i(e,t,a){var i=e.cpx2,o=e.cpy2;return null===i||null===o?[(a?p:c)(e.x1,e.cpx1,e.cpx2,e.x2,t),(a?p:c)(e.y1,e.cpy1,e.cpy2,e.y2,t)]:[(a?h:u)(e.x1,e.cpx1,e.x2,t),(a?h:u)(e.y1,e.cpy1,e.y2,t)]}var o=a(1),n=a(2),l=a(4),r=l.quadraticSubdivide,s=l.cubicSubdivide,u=l.quadraticAt,c=l.cubicAt,h=l.quadraticDerivativeAt,p=l.cubicDerivativeAt,d=[],m=o.extend({type:"bezier-curve",shape:{x1:0,y1:0,x2:0,y2:0,cpx1:0,cpy1:0,percent:1},style:{stroke:"#000",fill:null},buildPath:function(e,t){var a=t.x1,i=t.y1,o=t.x2,n=t.y2,l=t.cpx1,u=t.cpy1,c=t.cpx2,h=t.cpy2,p=t.percent;0!==p&&(e.moveTo(a,i),null==c||null==h?(p<1&&(r(a,l,o,p,d),l=d[1],o=d[2],r(i,u,n,p,d),u=d[1],n=d[2]),e.quadraticCurveTo(l,u,o,n)):(p<1&&(s(a,l,c,o,p,d),l=d[1],c=d[2],o=d[3],s(i,u,h,n,p,d),u=d[1],h=d[2],n=d[3]),e.bezierCurveTo(l,u,c,h,o,n)))},pointAt:function(e){return i(this.shape,e,!1)},tangentAt:function(e){var t=i(this.shape,e,!0);return n.normalize(t,t)}});e.exports=m},function(e,t,a){var i=a(1),o=i.extend({type:"arc",shape:{cx:0,cy:0,r:0,startAngle:0,endAngle:2*Math.PI,clockwise:!0},style:{stroke:"#000",fill:null},buildPath:function(e,t){var a=t.cx,i=t.cy,o=Math.max(t.r,0),n=t.startAngle,l=t.endAngle,r=t.clockwise,s=Math.cos(n),u=Math.sin(n);e.moveTo(s*o+a,u*o+i),e.arc(a,i,o,n,l,!r)}});e.exports=o},function(e,t,a){var i=a(1),o=i.extend({type:"compound",shape:{paths:null},_updatePathDirty:function(){for(var e=this.__dirtyPath,t=this.shape.paths,a=0;a<t.length;a++)e=e||t[a].__dirtyPath;this.__dirtyPath=e,this.__dirty=this.__dirty||e},beforeBrush:function(){this._updatePathDirty();for(var e=this.shape.paths||[],t=this.getGlobalScale(),a=0;a<e.length;a++)e[a].path||e[a].createPathProxy(),e[a].path.setScale(t[0],t[1])},buildPath:function(e,t){for(var a=t.paths||[],i=0;i<a.length;i++)a[i].buildPath(e,a[i].shape,!0)},afterBrush:function(){for(var e=this.shape.paths||[],t=0;t<e.length;t++)e[t].__dirtyPath=!1},getBoundingRect:function(){return this._updatePathDirty(),i.prototype.getBoundingRect.call(this)}});e.exports=o},function(e,t,a){var i=a(0),o=a(24),n=function(e,t,a,i,n,l){this.x=null==e?0:e,this.y=null==t?0:t,this.x2=null==a?1:a,this.y2=null==i?0:i,this.type="linear",this.global=l||!1,o.call(this,n)};n.prototype={constructor:n},i.inherits(n,o);var l=n;e.exports=l},function(e,t,a){var i=a(0),o=a(24),n=function(e,t,a,i,n){this.x=null==e?.5:e,this.y=null==t?.5:t,this.r=null==a?.5:a,this.type="radial",this.global=n||!1,o.call(this,i)};n.prototype={constructor:n},i.inherits(n,o);var l=n;e.exports=l},function(e,t,a){var i=a(11),o=i([["fill","color"],["stroke","borderColor"],["lineWidth","borderWidth"],["opacity"],["shadowBlur"],["shadowOffsetX"],["shadowOffsetY"],["shadowColor"],["textPosition"],["textAlign"]]),n={getItemStyle:function(e,t){var a=o(this,e,t),i=this.getBorderLineDash();return i&&(a.lineDash=i),a},getBorderLineDash:function(){var e=this.get("borderType");return"solid"===e||null==e?null:"dashed"===e?[5,5]:[1,1]}};e.exports=n},function(e,t,a){var i=a(7);i.extendChartView({type:"wordCloud",render:function(e,t,a){var o=this.group;o.removeAll();var n=e.getData(),l=e.get("gridSize");e.layoutInstance.ondraw=function(e,t,a,r){var s=n.getItemModel(a),u=s.getModel("textStyle.normal"),c=s.getModel("textStyle.emphasis"),h=new i.graphic.Text({style:i.graphic.setTextStyle({},u,{x:r.info.fillTextOffsetX,y:r.info.fillTextOffsetY+.5*t,text:e,textBaseline:"middle",textFill:n.getItemVisual(a,"color"),fontSize:t}),scale:[1/r.info.mu,1/r.info.mu],position:[(r.gx+r.info.gw/2)*l,(r.gy+r.info.gh/2)*l],rotation:r.rot});o.add(h),n.setItemGraphicEl(a,h),i.graphic.setHoverStyle(h,i.graphic.setTextStyle({},c,null,{forMerge:!0},!0))},this._model=e},remove:function(){this.group.removeAll(),this._model.layoutInstance.dispose()},dispose:function(){this._model.layoutInstance.dispose()}})},function(e,t,a){"use strict";var i;
/*!
* wordcloud2.js
* http://timdream.org/wordcloud2.js/
*
* Copyright 2011 - 2013 Tim Chien
* Released under the MIT license
*/window.setImmediate||(window.setImmediate=window.msSetImmediate||window.webkitSetImmediate||window.mozSetImmediate||window.oSetImmediate||function(){if(!window.postMessage||!window.addEventListener)return null;var e=[void 0],t="zero-timeout-message";return window.addEventListener("message",function(a){if("string"==typeof a.data&&a.data.substr(0,t.length)===t){a.stopImmediatePropagation();var i=parseInt(a.data.substr(t.length),36);e[i]&&(e[i](),e[i]=void 0)}},!0),window.clearImmediate=function(t){e[t]&&(e[t]=void 0)},function(a){var i=e.length;return e.push(a),window.postMessage(t+i.toString(36),"*"),i}}()||function(e){window.setTimeout(e,0)}),window.clearImmediate||(window.clearImmediate=window.msClearImmediate||window.webkitClearImmediate||window.mozClearImmediate||window.oClearImmediate||function(e){window.clearTimeout(e)}),function(a){var o=function(){var e=document.createElement("canvas");if(!e||!e.getContext)return!1;var t=e.getContext("2d");return!!(t.getImageData&&t.fillText&&Array.prototype.some&&Array.prototype.push)}(),n=function(){if(o){for(var e,t,a=document.createElement("canvas").getContext("2d"),i=20;i;){if(a.font=i.toString(10)+"px sans-serif",a.measureText("").width===e&&a.measureText("m").width===t)return i+1;e=a.measureText("").width,t=a.measureText("m").width,i--}return 0}}(),l=function(e){for(var t,a,i=e.length;i;t=Math.floor(Math.random()*i),a=e[--i],e[i]=e[t],e[t]=a);return e},r=function(e,t){function a(e,t){return"hsl("+(360*Math.random()).toFixed()+","+(30*Math.random()+70).toFixed()+"%,"+(Math.random()*(t-e)+e).toFixed()+"%)"}if(o){Array.isArray(e)||(e=[e]),e.forEach(function(t,a){if("string"==typeof t){if(e[a]=document.getElementById(t),!e[a])throw"The element id specified is not found."}else if(!t.tagName&&!t.appendChild)throw"You must pass valid HTML elements, or ID of the element."});var i={list:[],fontFamily:'"Trebuchet MS", "Heiti TC", "微軟正黑體", "Arial Unicode MS", "Droid Fallback Sans", sans-serif',fontWeight:"normal",color:"random-dark",minSize:0,weightFactor:1,clearCanvas:!0,backgroundColor:"#fff",gridSize:8,drawOutOfBound:!1,origin:null,drawMask:!1,maskColor:"rgba(255,0,0,0.3)",maskGapWidth:.3,wait:0,abortThreshold:0,abort:function(){},minRotation:-Math.PI/2,maxRotation:Math.PI/2,rotationStep:.1,shuffle:!0,rotateRatio:.1,shape:"circle",ellipticity:.65,classes:null,hover:null,click:null};if(t)for(var r in t)r in i&&(i[r]=t[r]);if("function"!=typeof i.weightFactor){var s=i.weightFactor;i.weightFactor=function(e){return e*s}}if("function"!=typeof i.shape)switch(i.shape){case"circle":default:i.shape="circle";break;case"cardioid":i.shape=function(e){return 1-Math.sin(e)};break;case"diamond":case"square":i.shape=function(e){var t=e%(2*Math.PI/4);return 1/(Math.cos(t)+Math.sin(t))};break;case"triangle-forward":i.shape=function(e){var t=e%(2*Math.PI/3);return 1/(Math.cos(t)+Math.sqrt(3)*Math.sin(t))};break;case"triangle":case"triangle-upright":i.shape=function(e){var t=(e+3*Math.PI/2)%(2*Math.PI/3);return 1/(Math.cos(t)+Math.sqrt(3)*Math.sin(t))};break;case"pentagon":i.shape=function(e){var t=(e+.955)%(2*Math.PI/5);return 1/(Math.cos(t)+.726543*Math.sin(t))};break;case"star":i.shape=function(e){var t=(e+.955)%(2*Math.PI/10);return(e+.955)%(2*Math.PI/5)-2*Math.PI/10>=0?1/(Math.cos(2*Math.PI/10-t)+3.07768*Math.sin(2*Math.PI/10-t)):1/(Math.cos(t)+3.07768*Math.sin(t))}}i.gridSize=Math.max(Math.floor(i.gridSize),4);var u,c,h,p,d,m,f,v=i.gridSize,y=v-i.maskGapWidth,g=Math.abs(i.maxRotation-i.minRotation),b=Math.min(i.maxRotation,i.minRotation),x=i.rotationStep;switch(i.color){case"random-dark":f=function(){return a(10,50)};break;case"random-light":f=function(){return a(50,90)};break;default:"function"==typeof i.color&&(f=i.color)}var S=null;"function"==typeof i.classes&&(S=i.classes);var w,q=!1,C=[],D=function(e){var t,a,i=e.currentTarget,o=i.getBoundingClientRect();e.touches?(t=e.touches[0].clientX,a=e.touches[0].clientY):(t=e.clientX,a=e.clientY);var n=t-o.left,l=a-o.top,r=Math.floor(n*(i.width/o.width||1)/v),s=Math.floor(l*(i.height/o.height||1)/v);return C[r][s]},T=function(e){var t=D(e);if(w!==t){if(w=t,!t)return void i.hover(void 0,void 0,e);i.hover(t.item,t.dimension,e)}},O=function(e){var t=D(e);t&&(i.click(t.item,t.dimension,e),e.preventDefault())},_=[],k=function(e){if(_[e])return _[e];var t=8*e,a=t,o=[];for(0===e&&o.push([p[0],p[1],0]);a--;){var n=1;"circle"!==i.shape&&(n=i.shape(a/t*2*Math.PI)),o.push([p[0]+e*n*Math.cos(-a/t*2*Math.PI),p[1]+e*n*Math.sin(-a/t*2*Math.PI)*i.ellipticity,a/t*2*Math.PI])}return _[e]=o,o},z=function(){return i.abortThreshold>0&&(new Date).getTime()-m>i.abortThreshold},L=function(e,t,a){var o=i.weightFactor(t);if(o<=i.minSize)return!1;var l=1;o<n&&(l=function(){for(var e=2;e*o<n;)e+=2;return e}());var r=document.createElement("canvas"),s=r.getContext("2d",{willReadFrequently:!0});s.font=i.fontWeight+" "+(o*l).toString(10)+"px "+i.fontFamily;var u=s.measureText(e).width/l,c=Math.max(o*l,s.measureText("m").width,s.measureText("").width)/l,h=u+2*c,p=3*c,d=Math.ceil(h/v),m=Math.ceil(p/v);h=d*v,p=m*v;var f=-u/2,y=.4*-c,g=Math.ceil((h*Math.abs(Math.sin(a))+p*Math.abs(Math.cos(a)))/v),b=Math.ceil((h*Math.abs(Math.cos(a))+p*Math.abs(Math.sin(a)))/v),x=b*v,S=g*v;r.setAttribute("width",x),r.setAttribute("height",S),s.scale(1/l,1/l),s.translate(x*l/2,S*l/2),s.rotate(-a),s.font=i.fontWeight+" "+(o*l).toString(10)+"px "+i.fontFamily,s.fillStyle="#000",s.textBaseline="middle",s.fillText(e,f*l,(y+.5*o)*l);var w=s.getImageData(0,0,x,S).data;if(z())return!1;for(var q,C,D,T=[],O=b,_=[g/2,b/2,g/2,b/2];O--;)for(q=g;q--;){D=v;e:for(;D--;)for(C=v;C--;)if(w[4*((q*v+D)*x+(O*v+C))+3]){T.push([O,q]),O<_[3]&&(_[3]=O),O>_[1]&&(_[1]=O),q<_[0]&&(_[0]=q),q>_[2]&&(_[2]=q);break e}}return{mu:l,occupied:T,bounds:_,gw:b,gh:g,fillTextOffsetX:f,fillTextOffsetY:y,fillTextWidth:u,fillTextHeight:c,fontSize:o}},F=function(e,t,a,o,n){for(var l=n.length;l--;){var r=e+n[l][0],s=t+n[l][1];if(r>=c||s>=h||r<0||s<0){if(!i.drawOutOfBound)return!1}else if(!u[r][s])return!1}return!0},A=function(t,a,o,n,l,r,s,u,c){var h,p,d=o.fontSize;h=f?f(n,l,d,r,s):i.color,p=S?S(n,l,d,r,s):i.classes;var m=o.bounds;m[3],m[0],m[1],m[3],m[2],m[0],e.forEach(function(e){if(e.getContext){var l=e.getContext("2d"),r=o.mu;l.save(),l.scale(1/r,1/r),l.font=i.fontWeight+" "+(d*r).toString(10)+"px "+i.fontFamily,l.fillStyle=h,l.translate((t+o.gw/2)*v*r,(a+o.gh/2)*v*r),0!==u&&l.rotate(-u),l.textBaseline="middle",l.fillText(n,o.fillTextOffsetX*r,(o.fillTextOffsetY+.5*d)*r),l.restore()}else{var s=document.createElement("span"),m="";m="rotate("+-u/Math.PI*180+"deg) ",1!==o.mu&&(m+="translateX(-"+o.fillTextWidth/4+"px) scale("+1/o.mu+")");var f={position:"absolute",display:"block",font:i.fontWeight+" "+d*o.mu+"px "+i.fontFamily,left:(t+o.gw/2)*v+o.fillTextOffsetX+"px",top:(a+o.gh/2)*v+o.fillTextOffsetY+"px",width:o.fillTextWidth+"px",height:o.fillTextHeight+"px",lineHeight:d+"px",whiteSpace:"nowrap",transform:m,webkitTransform:m,msTransform:m,transformOrigin:"50% 40%",webkitTransformOrigin:"50% 40%",msTransformOrigin:"50% 40%"};for(var y in h&&(f.color=h),s.textContent=n,f)s.style[y]=f[y];if(c)for(var g in c)s.setAttribute(g,c[g]);p&&(s.className+=p),e.appendChild(s)}})},W=function(t,a,i,o,n){t>=c||a>=h||t<0||a<0||(u[t][a]=!1,i&&e[0].getContext("2d").fillRect(t*v,a*v,y,y),q&&(C[t][a]={item:n,dimension:o}))},P=function(t,a,o,n,l,r){var s,u,p=l.occupied,d=i.drawMask;if(d&&((s=e[0].getContext("2d")).save(),s.fillStyle=i.maskColor),q){var m=l.bounds;u={x:(t+m[3])*v,y:(a+m[0])*v,w:(m[1]-m[3]+1)*v,h:(m[2]-m[0]+1)*v}}for(var f=p.length;f--;){var y=t+p[f][0],g=a+p[f][1];y>=c||g>=h||y<0||g<0||W(y,g,d,u,r)}d&&s.restore()},M=function(e){var t,a,o;Array.isArray(e)?(t=e[0],a=e[1]):(t=e.word,a=e.weight,o=e.attributes);var n=0===i.rotateRatio?0:Math.random()>i.rotateRatio?0:0===g?b:b+Math.round(Math.random()*g/x)*x,r=L(t,a,n);if(!r)return!1;if(z())return!1;if(!i.drawOutOfBound){var s=r.bounds;if(s[1]-s[3]+1>c||s[2]-s[0]+1>h)return!1}for(var u=d+1;u--;){var p=k(d-u);i.shuffle&&(p=[].concat(p),l(p));for(var m=0;m<p.length;m++){var f=function(i){var l=Math.floor(i[0]-r.gw/2),s=Math.floor(i[1]-r.gh/2);return r.gw,r.gh,!!F(l,s,0,0,r.occupied)&&(A(l,s,r,t,a,d-u,i[2],n,o),P(l,s,0,0,r,e),{gx:l,gy:s,rot:n,info:r})}(p[m]);if(f)return f}}return null},I=function(t,a,i){if(a)return!e.some(function(e){var o=document.createEvent("CustomEvent");return o.initCustomEvent(t,!0,a,i||{}),!e.dispatchEvent(o)},this);e.forEach(function(e){var o=document.createEvent("CustomEvent");o.initCustomEvent(t,!0,a,i||{}),e.dispatchEvent(o)},this)};!function(){var t=e[0];if(t.getContext)c=Math.ceil(t.width/v),h=Math.ceil(t.height/v);else{var a=t.getBoundingClientRect();c=Math.ceil(a.width/v),h=Math.ceil(a.height/v)}if(I("wordcloudstart",!0)){var o,n,l,r,s;if(p=i.origin?[i.origin[0]/v,i.origin[1]/v]:[c/2,h/2],d=Math.floor(Math.sqrt(c*c+h*h)),u=[],!t.getContext||i.clearCanvas)for(e.forEach(function(e){if(e.getContext){var t=e.getContext("2d");t.fillStyle=i.backgroundColor,t.clearRect(0,0,c*(v+1),h*(v+1)),t.fillRect(0,0,c*(v+1),h*(v+1))}else e.textContent="",e.style.backgroundColor=i.backgroundColor,e.style.position="relative"}),o=c;o--;)for(u[o]=[],n=h;n--;)u[o][n]=!0;else{var f=document.createElement("canvas").getContext("2d");f.fillStyle=i.backgroundColor,f.fillRect(0,0,1,1);var y,g,b=f.getImageData(0,0,1,1).data,x=t.getContext("2d").getImageData(0,0,c*v,h*v).data;for(o=c;o--;)for(u[o]=[],n=h;n--;){g=v;e:for(;g--;)for(y=v;y--;)for(l=4;l--;)if(x[4*((n*v+g)*c*v+(o*v+y))+l]!==b[l]){u[o][n]=!1;break e}!1!==u[o][n]&&(u[o][n]=!0)}x=f=b=void 0}if(i.hover||i.click){for(q=!0,o=c+1;o--;)C[o]=[];i.hover&&t.addEventListener("mousemove",T),i.click&&(t.addEventListener("click",O),t.addEventListener("touchstart",O),t.addEventListener("touchend",function(e){e.preventDefault()}),t.style.webkitTapHighlightColor="rgba(0, 0, 0, 0)"),t.addEventListener("wordcloudstart",function e(){t.removeEventListener("wordcloudstart",e),t.removeEventListener("mousemove",T),t.removeEventListener("click",O),w=void 0})}l=0,0!==i.wait?(r=window.setTimeout,s=window.clearTimeout):(r=window.setImmediate,s=window.clearImmediate);var S=function(t,a){e.forEach(function(e){e.removeEventListener(t,a)},this)},D=function e(){S("wordcloudstart",e),s(_)};!function(t,a){e.forEach(function(e){e.addEventListener("wordcloudstart",a)},this)}(0,D);var _=r(function e(){if(l>=i.list.length)return s(_),I("wordcloudstop",!1),void S("wordcloudstart",D);m=(new Date).getTime();var t=M(i.list[l]),a=!I("wordclouddrawn",!0,{item:i.list[l],drawn:t});if(z()||a)return s(_),i.abort(),I("wordcloudabort",!1),I("wordcloudstop",!1),void S("wordcloudstart",D);l++,_=r(e,i.wait)},i.wait)}}()}};r.isSupported=o,r.minFontSize=n,void 0!==(i=function(){return r}.apply(t,[]))&&(e.exports=i)}()}])}(a("MT78"))},"9WbB":function(e,t,a){},AyUp:function(e,t,a){},B09b:function(e,t,a){"use strict";var i=a("P2sY"),o=a.n(i),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(e){this.optionsStyle=e.position,this.optionsData=e.data,this.optionsCollapse=e.collapse,this.optionsSetup=e.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 e=this.optionsSetup,t={};t.text=e.titleText,t.show=e.isNoTitle,t.left=e.textAlign,t.textStyle={color:e.textColor,fontSize:e.textFontSize,fontWeight:e.textFontWeight},t.subtext=e.subText,t.subtextStyle={color:e.subTextColor,fontWeight:e.subTextFontWeight,fontSize:e.subTextFontSize},this.options.title=t},setOptionsX:function(){var e=this.optionsSetup,t={type:"category",show:e.hideX,name:e.xName,nameTextStyle:{color:e.nameColorX,fontSize:e.nameFontSizeX},nameRotate:e.textAngle,inverse:e.reversalX,axisLabel:{show:!0,interval:e.textInterval,rotate:e.textAngle,textStyle:{color:e.Xcolor,fontSize:e.fontSizeX}},axisLine:{show:!0,lineStyle:{color:e.lineColorX}},splitLine:{show:e.isShowSplitLineX,lineStyle:{color:e.splitLineColorX}}};this.options.xAxis=t},setOptionsY:function(){var e=this.optionsSetup,t={type:"value",scale:e.scale,splitNumber:e.splitNumber,show:e.isShowY,name:e.textNameY,nameTextStyle:{color:e.nameColorY,fontSize:e.namefontSizeY},inverse:e.reversalY,axisLabel:{show:!0,rotate:e.ytextAngle,textStyle:{color:e.colorY,fontSize:e.fontSizeY}},axisLine:{show:!0,lineStyle:{color:e.lineColorY}},splitLine:{show:e.isShowSplitLineY,lineStyle:{color:e.splitLineColorY}}};this.options.yAxis=t},setOptionsTop:function(){var e=this.optionsSetup,t=this.options.series;for(var a in t)"line"==t[a].type&&(t[a].showSymbol=e.markPoint,t[a].symbolSize=e.pointSize,t[a].smooth=e.smoothCurve,e.area?t[a].areaStyle={opacity:e.areaThickness/100}:t[a].areaStyle={opacity:0},t[a].lineStyle={width:e.lineWidth},t[a].label={show:e.isShow,position:"top",distance:10,fontSize:e.fontSize,color:e.subTextColor,fontWeight:e.fontWeight});this.options.series=t},setOptionsTooltip:function(){var e=this.optionsSetup,t={trigger:"item",show:!0,textStyle:{color:e.lineColor,fontSize:e.tipsFontSize}};this.options.tooltip=t},setOptionsMargin:function(){var e=this.optionsSetup,t={left:e.marginLeft,right:e.marginRight,bottom:e.marginBottom,top:e.marginTop,containLabel:!0};this.options.grid=t},setOptionsColor:function(){var e=this.optionsSetup.customColor;if(e){for(var t=[],a=0;a<e.length;a++)t.push(e[a].color);this.options.color=t,this.options=o()({},this.options)}},setOptionsData:function(){var e=this.optionsData;"staticData"==e.dataType?this.staticDataFn(e.staticData):this.dynamicDataFn(e.dynamicData,e.refreshTime)},staticDataFn:function(e){var t=this.options.series,a=[],i=[];for(var o in e)a[o]=e[o].axis,i[o]=e[o].data;for(var n in this.options.xAxis.data=a,t)"line"==t[n].type&&(t[n].data=i)},dynamicDataFn:function(e,t){var a=this;e&&(this.ispreview?(this.getEchartData(e),this.flagInter=setInterval(function(){a.getEchartData(e)},t)):this.getEchartData(e))},getEchartData:function(e){var t=this;this.queryEchartsData(e).then(function(e){t.renderingFn(e)})},renderingFn:function(e){this.options.xAxis.data=e.xAxis;var t=this.options.series;for(var a in t)"line"==t[a].type&&(t[a].data=e.series[a].data)}}},l=(a("cu3z"),a("KHd+")),r=Object(l.a)(n,function(){var e=this.$createElement,t=this._self._c||e;return t("div",{style:this.styleObj},[t("v-chart",{attrs:{options:this.options,autoresize:""}})],1)},[],!1,null,"3412a8ac",null);r.options.__file="widgetLinechart.vue";t.a=r.exports},BubS:function(e,t,a){},CJ5O:function(e,t,a){"use strict";var i=a("14Xm"),o=a.n(i),n=a("D3Ub"),l=a.n(n),r=a("sm2R"),s={name:"GetDictionary",props:{dictKey:String,updataDict:String,value:String},data:function(){return{dictionary:"",dictionaryOptions:[]}},watch:{dictKey:{immediate:!0,handler:function(){this.getSystem()}},value:{handler:function(e){this.dictionary=e},deep:!0}},created:function(){this.getSystem()},mounted:function(){this.dictionary=this.value},methods:{getSystem:function(){var e=this;return l()(o.a.mark(function t(){var a,i,n;return o.a.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,Object(r.a)(e.dictKey);case 2:if(a=t.sent,i=a.code,n=a.data,"200"==i){t.next=7;break}return t.abrupt("return");case 7:e.dictionaryOptions=n;case 8:case"end":return t.stop()}},t,e)}))()},selectChange:function(e){this.$emit("input",e),this.$emit("change",e)}}},u=(a("1C1b"),a("KHd+")),c=Object(u.a)(s,function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("el-select",{attrs:{placeholder:"请选择",clearable:"",size:"mini"},on:{change:e.selectChange},model:{value:e.dictionary,callback:function(t){e.dictionary=t},expression:"dictionary"}},e._l(e.dictionaryOptions,function(e){return a("el-option",{key:e.id,attrs:{label:e.text,value:e.id}})}),1)},[],!1,null,"9e2cd716",null);c.options.__file="index.vue";t.a=c.exports},COXT:function(e,t,a){"use strict";var i=a("dKaj");a.n(i).a},Cgnq:function(e,t,a){},DXIW:function(e,t,a){},FIzw:function(e,t,a){"use strict";var i=a("WlWG");a.n(i).a},FU53:function(e,t,a){"use strict";var i=a("pEiT");a.n(i).a},"G+E4":function(e,t,a){},GE2R:function(e,t,a){"use strict";var i=a("MT78"),o=a.n(i),n=(a("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]}),l=[{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(e){for(var t=[],a=0;a<e.length;a++){var i=n[e[a].name];i&&t.push({name:e[a].name,value:i.concat(e[a].value)})}return t},s=100,u=20,c={name:"widgetAirBubbleMap",props:{value:Object,ispreview:Boolean},data:function(){return{options:{tooltip:{show:!0,formatter:function(e){return e.value.length>1?"&nbsp;&nbsp;"+e.name+"&nbsp;&nbsp;&nbsp;"+e.value[2]+"&nbsp;&nbsp;":"&nbsp;&nbsp;"+e.name+"&nbsp;&nbsp;&nbsp;"+e.value+"&nbsp;&nbsp;"}},geo:{map:"china",show:!0,roam:!1,label:{emphasis:{show:!1}},layoutSize:"80%",itemStyle:{normal:{borderColor:new o.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:l},{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(e){return"{cnNum|"+e.data.value[2]+"}"},rich:{cnNum:{fontSize:13,color:"#D4EEFF"}}}},symbol:"circle",symbolSize:function(e){return 0==e[2]?0:(s-u)/5990*e[2]+1.2*(s-(s-u)/5990*6e3)},data:r(l),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(e){this.optionsStyle=e.position,this.optionsData=e.data,this.optionsCollapse=e.setup,this.optionsSetup=e.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 e=this.optionsSetup,t={};t.show=e.isNoTitle,t.text=e.titleText,t.left=e.textAlign,t.textStyle={color:e.textColor,fontSize:e.textFontSize,fontWeight:e.textFontWeight},t.subtext=e.subText,t.subtextStyle={color:e.subTextColor,fontWeight:e.subTextFontWeight,fontSize:e.subTextFontSize},this.options.title=t},setOptionTextValue:function(){var e=this.optionsSetup,t=this.options.series[0].label,a={position:"right",show:!0,color:e.fontTextColor,fontSize:e.fontTextSize,fontWeight:e.fontTextWeight};t.normal=a},setOptionMapBlocak:function(){var e=this.optionsSetup,t=this.options.series[0].itemStyle,a={areaColor:{x:0,y:0,x2:0,y2:1,colorStops:[{offset:0,color:e.font0PreColor},{offset:1,color:e.font100PreColor}]},borderColor:"#215495",borderWidth:1},i={areaColor:{x:0,y:0,x2:0,y2:1,colorStops:[{offset:0,color:"#073684"},{offset:1,color:e.fontHighlightColor}]}};t.normal=a,t.emphasis=i},setOptionAirSize:function(){s=this.optionsSetup.fontmaxSize4Pin,u=this.optionsSetup.fontminSize4Pin},setOptionsData:function(){var e=this.optionsData;"staticData"==e.dataType?this.staticDataFn(e.staticData):this.dynamicDataFn(e.dynamicData,e.refreshTime)},staticDataFn:function(e){this.options.series[0].data=e;var t=this.optionsSetup,a=this.options.series[1].label,i={show:!0,color:"#fff",fontWeight:"bold",position:"inside",formatter:function(e){return"{cnNum|"+e.data.value[2]+"}"},rich:{cnNum:{fontSize:t.fontDataSize,color:t.fontDataColor,fontWeight:t.fontDataWeight}}},o=r(e);this.options.series[1].data=o,a.normal=i},dynamicDataFn:function(e,t){var a=this;e&&(this.ispreview?(this.getEchartData(e),this.flagInter=setInterval(function(){a.getEchartData(e)},t)):this.getEchartData(e))},getEchartData:function(e){var t=this;this.queryEchartsData(e).then(function(e){t.renderingFn(e)})},renderingFn:function(e){this.options.series[0].data=e;var t=this.optionsSetup,a=this.options.series[1].label,i={show:!0,color:"#fff",fontWeight:"bold",position:"inside",formatter:function(e){return"{cnNum|"+e.data.value[2]+"}"},rich:{cnNum:{fontSize:t.fontDataSize,color:t.fontDataColor,fontWeight:t.fontDataWeight}}},o=r(e);this.options.series[1].data=o,a.normal=i}}},h=(a("TM89"),a("KHd+")),p=Object(h.a)(c,function(){var e=this.$createElement,t=this._self._c||e;return t("div",{style:this.styleObj},[t("v-chart",{attrs:{options:this.options,autoresize:""}})],1)},[],!1,null,"0bc38d5e",null);p.options.__file="widgetAirBubbleMap.vue";t.a=p.exports},GNAU:function(e,t,a){},GV1z:function(e,t,a){},Hij9:function(e,t,a){},HlAo:function(e,t,a){"use strict";var i={name:"WidgetSlider",components:{},data:function(){return{options:{mainCell:".bd ul",autoPlay:!0,effect:"leftLoop"}}},mounted:function(){},methods:{}},o=(a("S6/o"),a("KHd+")),n=Object(o.a)(i,function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("superslide",{staticClass:"slideBox",attrs:{options:e.options}},[a("div",{staticClass:"bd"},[a("ul",[a("li",[a("img",{attrs:{src:"https://ss1.bdstatic.com/70cFvXSh_Q1YnxGkpoWK1HF6hhy/it/u=717294809,2494697366&fm=26&gp=0.jpg",alt:""}})]),e._v(" "),a("li",[a("img",{attrs:{src:"https://dss2.bdstatic.com/70cFvnSh_Q1YnxGkpoWK1HF6hhy/it/u=2090090414,3038344648&fm=26&gp=0.jpg",alt:""}})])])]),e._v(" "),a("div",{staticClass:"hd",attrs:{slot:"titCell"},slot:"titCell"},[a("ul",[a("li",{staticClass:"on"},[e._v("1")]),e._v(" "),a("li",{},[e._v("2")]),e._v(" "),a("li",{},[e._v("3")])])]),e._v(" "),a("a",{staticClass:"prev",attrs:{slot:"prev",href:"javascript:void(0)"},slot:"prev"}),e._v(" "),a("a",{staticClass:"next",attrs:{slot:"next",href:"javascript:void(0)"},slot:"next"}),e._v(" "),a("span",{staticClass:"pageState",attrs:{slot:"pageStateCell"},slot:"pageStateCell"})])},[],!1,null,"7710d81e",null);n.options.__file="widgetSlider.vue";t.a=n.exports},IZ8s:function(e,t,a){"use strict";var i=a("Hij9");a.n(i).a},"Jz7/":function(e,t,a){"use strict";var i=a("P2sY"),o=a.n(i),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(e){this.optionsStyle=e.position,this.optionsData=e.data,this.optionsCollapse=e.setup,this.optionsSetup=e.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 e=this.optionsSetup,t={};t.text=e.titleText,t.show=e.isNoTitle,t.left=e.textAlign,t.textStyle={color:e.textColor,fontSize:e.textFontSize,fontWeight:e.textFontWeight},t.subtext=e.subText,t.subtextStyle={color:e.subTextColor,fontWeight:e.subTextFontWeight,fontSize:e.subTextFontSize},this.options.title=t},setOptionsX:function(){var e=this.optionsSetup,t={type:"category",show:e.hideX,name:e.xName,nameTextStyle:{color:e.xNameColor,fontSize:e.xNameFontSize},nameRotate:e.textAngle,inverse:e.reversalX,axisLabel:{show:!0,interval:e.textInterval,rotate:e.textAngle,textStyle:{color:e.Xcolor,fontSize:e.fontSizeX}},axisLine:{show:!0,lineStyle:{color:e.lineColorX}},splitLine:{show:e.isShowSplitLineX,lineStyle:{color:e.splitLineColorX}}};this.options.xAxis=t},setOptionsY:function(){var e=this.optionsSetup,t={type:"value",scale:e.scale,splitNumber:e.splitNumber,show:e.isShowY,name:e.textNameY,nameTextStyle:{color:e.nameColorY,fontSize:e.nameFontSizeY},inverse:e.reversalY,axisLabel:{show:!0,rotate:e.ytextAngle,textStyle:{color:e.colorY,fontSize:e.fontSizeY}},axisLine:{show:!0,lineStyle:{color:e.lineColorY}},splitLine:{show:e.isShowSplitLineY,lineStyle:{color:e.splitLineColorY}}};this.options.yAxis=t},setOptionsTop:function(){var e=this.optionsSetup,t=this.options.series;"bar"==t[0].type&&(e.verticalShow?t[0].label={show:e.isShow,position:"right",distance:e.distance,textStyle:{fontSize:e.fontSize,color:e.subTextColor,fontWeight:e.fontWeight}}:t[0].label={show:e.isShow,position:"top",distance:e.distance,fontSize:e.fontSize,color:e.subTextColor,fontWeight:e.fontWeight}),t[0].barWidth=e.maxWidth,t[0].barMinHeight=e.minHeight},setOptionsTooltip:function(){var e=this.optionsSetup,t={trigger:"item",show:!0,textStyle:{color:e.lineColor,fontSize:e.tipsFontSize}};this.options.tooltip=t},setOptionsMargin:function(){var e=this.optionsSetup,t={left:e.marginLeft,right:e.marginRight,bottom:e.marginBottom,top:e.marginTop,containLabel:!0};this.options.grid=t},setOptionsColor:function(){var e=this.optionsSetup,t=e.customColor;if(t){for(var a=[],i=0;i<t.length;i++)a.push(t[i].color);var n={normal:{color:function(e){return a[e.dataIndex]},barBorderRadius:e.radius}};for(var l in this.options.series)"bar"==this.options.series[l].type&&(this.options.series[l].itemStyle=n);this.options=o()({},this.options)}},setOptionsData:function(){var e=this.optionsSetup,t=this.optionsData;"staticData"==t.dataType?this.staticDataFn(t.staticData):this.dynamicDataFn(t.dynamicData,t.refreshTime,e)},staticDataFn:function(e){var t=this.optionsSetup,a=this.options.series,i=[],o=[];for(var n in e)i[n]=e[n].axis,o[n]=e[n].data;t.verticalShow?(this.options.xAxis.data=[],this.options.yAxis.data=i,this.options.xAxis.type="value",this.options.yAxis.type="category"):(this.options.xAxis.data=i,this.options.yAxis.data=[],this.options.xAxis.type="category",this.options.yAxis.type="value"),"bar"==a[0].type&&(a[0].data=o)},dynamicDataFn:function(e,t,a){var i=this;e&&(this.ispreview?(this.getEchartData(e,a),this.flagInter=setInterval(function(){i.getEchartData(e,a)},t)):this.getEchartData(e,a))},getEchartData:function(e,t){var a=this;this.queryEchartsData(e).then(function(e){a.renderingFn(t,e)})},renderingFn:function(e,t){e.verticalShow?(this.options.xAxis.data=[],this.options.yAxis.data=t.xAxis,this.options.xAxis.type="value",this.options.yAxis.type="category"):(this.options.xAxis.data=t.xAxis,this.options.yAxis.data=[],this.options.xAxis.type="category",this.options.yAxis.type="value");var a=this.options.series;for(var i in a)"bar"==a[i].type&&(a[i].name=t.series[i].name,a[i].data=t.series[i].data)}}},l=(a("z+RQ"),a("KHd+")),r=Object(l.a)(n,function(){var e=this.$createElement,t=this._self._c||e;return t("div",{style:this.styleObj},[t("v-chart",{attrs:{options:this.options,autoresize:""}})],1)},[],!1,null,"2436e456",null);r.options.__file="widgetBarchart.vue";t.a=r.exports},"K/aG":function(e,t,a){"use strict";var i=a("SR2m");a.n(i).a},KZBb:function(e,t,a){"use strict";var i={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(e){this.options=e,this.optionsData=e.data,this.setOptionsData()},deep:!0}},mounted:function(){this.options=this.value,this.optionsData=this.value.data,this.setOptionsData()},methods:{setOptionsData:function(){var e=this.optionsData;"dynamicData"==e.dataType&&this.dynamicDataFn(e.dynamicData,e.refreshTime)},dynamicDataFn:function(e,t){var a=this;e&&(this.ispreview?(this.getEchartData(e),this.flagInter=setInterval(function(){a.getEchartData(e)},t)):this.getEchartData(e))},getEchartData:function(e){var t=this;this.queryEchartsData(e).then(function(e){t.styleColor.text=e[0].value,t.$forceUpdate()})}}},o=(a("RgEZ"),a("KHd+")),n=Object(o.a)(i,function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"text",style:this.styleColor},[t("marquee",{attrs:{behavior:"",direction:this.styleColor.direction}},[this._v(this._s(this.styleColor.text))])],1)},[],!1,null,"5d53462e",null);n.options.__file="widgetMarquee.vue";t.a=n.exports},LUtW:function(e,t,a){"use strict";var i={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(e){this.options=e},deep:!0}},mounted:function(){this.options=this.value},methods:{}},o=(a("2+tb"),a("KHd+")),n=Object(o.a)(i,function(){var e=this.$createElement;return(this._self._c||e)("iframe",{style:this.styleColor,attrs:{src:this.styleColor.iframeAdress,width:"100%",height:"100%"}})},[],!1,null,"f2cf2330",null);n.options.__file="widgetIframe.vue";t.a=n.exports},MHP8:function(e,t,a){"use strict";var i=a("AyUp");a.n(i).a},MTDE:function(e,t,a){},MtHi:function(e,t,a){"use strict";var i=a("P2sY"),o=a.n(i),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(e){this.optionsStyle=e.position,this.optionsData=e.data,this.optionsCollapse=e.collapse,this.optionsSetup=e.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 e=this.optionsSetup,t=this.options.series;e.ending?t[0].sort="ascending":t[0].sort="descending"},setOptionsText:function(){var e=this.optionsSetup,t={show:e.isShow,position:"inside",formatter:"{c}",textStyle:{color:e.color,fontSize:e.fontSize,fontWeight:e.fontWeight}};this.options.series[0].label.normal=t},setOptionsTitle:function(){var e=this.optionsSetup,t={};t.text=e.titleText,t.show=e.isNoTitle,t.left=e.textAlign,t.textStyle={color:e.textColor,fontSize:e.textFontSize,fontWeight:e.textFontWeight},t.subtext=e.subText,t.subtextStyle={color:e.subTextColor,fontWeight:e.subTextFontWeight,fontSize:e.subTextFontSize},this.options.title=t},setOptionsTooltip:function(){var e=this.optionsSetup,t={trigger:"item",show:!0,textStyle:{color:e.lineColor,fontSize:e.tipFontSize}};this.options.tooltip=t},setOptionsLegend:function(){var e=this.optionsSetup,t=this.options.legend;t.show=e.isShowLegend,t.left=e.lateralPosition,t.right=e.lateralPosition,t.top=e.longitudinalPosition,t.bottom=e.longitudinalPosition,t.orient=e.layoutFront,t.textStyle={color:e.lengedColor,fontSize:e.lengedFontSize},t.itemWidth=e.lengedWidth},setOptionsColor:function(){var e=this.optionsSetup.customColor;if(e){for(var t=[],a=0;a<e.length;a++)t.push(e[a].color);this.options.color=t,this.options=o()({},this.options)}},setOptionsData:function(){var e=this.optionsData;"staticData"==e.dataType?this.staticDataFn(e.staticData):this.dynamicDataFn(e.dynamicData,e.refreshTime)},staticDataFn:function(e){var t="string"==typeof e?JSON.parse(e):e;for(var a in this.options.series)"funnel"==this.options.series[a].type&&(this.options.series[a].data=t)},dynamicDataFn:function(e,t){var a=this;e&&(this.ispreview?(this.getEchartData(e),this.flagInter=setInterval(function(){a.getEchartData(e)},t)):this.getEchartData(e))},getEchartData:function(e){var t=this;this.queryEchartsData(e).then(function(e){t.renderingFn(e)})},renderingFn:function(e){for(var t in this.options.series)"funnel"==this.options.series[t].type&&(this.options.series[t].data=e)}}},l=(a("a6F+"),a("KHd+")),r=Object(l.a)(n,function(){var e=this.$createElement,t=this._self._c||e;return t("div",{style:this.styleObj},[t("v-chart",{attrs:{options:this.options,autoresize:""}})],1)},[],!1,null,"d34091aa",null);r.options.__file="widgetFunnel.vue";t.a=r.exports},NZ4s:function(e,t,a){"use strict";var i=a("vOu0");a.n(i).a},NjHz:function(e,t,a){"use strict";var i={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(e){this.optionsStyle=e.position,this.optionsData=e.data,this.optionsCollapse=e.setup,this.optionsSetup=e.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(e){return""==e&&(e="rgba(0,0,0,0)"),e},setOptionsLastRing:function(){var e=this.optionsSetup,t=this.options.series[0];e.isLastRingShow?t.data=[0]:t.data="";var a={color:{colorStops:[{offset:0,color:this.setColor(e.lastRing0Color)},{offset:1,color:this.setColor(e.lastRing100Color)}]}};t.itemStyle.normal=a},setRingPie2:function(){for(var e=this.optionsSetup,t=[],a=0;a<8;a++)a%2==0?t.push({name:(a+1).toString(),value:25,itemStyle:{normal:{color:this.setColor(e.eightColor),borderWidth:0,borderColor:"rgba(0,0,0,0)"}}}):t.push({name:(a+1).toString(),value:20,itemStyle:{normal:{color:"rgba(0,0,0,0)"}}});return t},setOptionsEightRing:function(){var e=this.options.series;e[1].data=this.setRingPie2(),e[2].data=this.setRingPie2()},setRingPie3:function(){for(var e=this.optionsSetup,t=[],a=0;a<2*e.dottedNum;a++)a%2==0?t.push({name:(a+1).toString(),value:25,itemStyle:{normal:{color:this.setColor(e.dottedColor),borderWidth:0,borderColor:"rgba(0,0,0,0)"}}}):t.push({name:(a+1).toString(),value:20,itemStyle:{normal:{color:"rgba(0,0,0,0)"}}});return t},setOptionsDottedRing:function(){this.options.series[3].data=this.setRingPie3()},setOptionsThreeRing:function(){var e=this.optionsSetup;this.options.series[4].color=[this.setColor(e.three1Color),this.setColor(e.three2Color),this.setColor(e.three3Color)]},setOptionsOutRing:function(){var e=this.optionsSetup,t=this.options.series,a={show:e.isOutRingShow,lineStyle:{width:e.outRingWidth,shadowBlur:0,color:[[1,this.setColor(e.outRingColor)]]}},i={show:e.isOutTickShow,lineStyle:{color:this.setColor(e.outTickColor),width:e.outTickWidth},length:e.outTickLength,splitNumber:e.outTickWidth};t[5].splitNumber=e.outSplitNum;var o={show:e.isOutSplitShow,length:e.outSplitLength,lineStyle:{color:this.setColor(e.outSplitColor),width:e.outSplitWidth}};t[5].axisLine=a,t[5].axisTick=i,t[5].splitLine=o},setOptionsInRing:function(){var e=this.optionsSetup,t=this.options.series,a={show:e.isInRingShow,lineStyle:{width:e.inRingWidth,shadowBlur:0,color:[[1,this.setColor(e.inRingColor)]]}},i={show:e.isInTickShow,lineStyle:{color:this.setColor(e.inTickColor),width:e.inTickWidth},length:e.inTickLength,splitNumber:e.inTickNum};t[6].splitNumber=e.inSplitNum;var o={show:e.isInSplitShow,length:e.inSplitLength,lineStyle:{color:this.setColor(e.inSplitColor),width:e.inSplitWidth}};t[6].axisLine=a,t[6].axisTick=i,t[6].splitLine=o},setOptionsRingOnRing:function(){var e=this.optionsSetup,t=this.options.series[7];e.isRingOnRingShow?t.data=[0]:t.data="";var a={normal:{color:this.setColor(e.ringOnRingColor)}};t.itemStyle=a},setOptionsPie:function(){var e=this.optionsSetup,t=this.options.series[8],a=e.pieWidth+"%";t.radius=[a,"55%"];var i=e.pieBlocks;t.data="six"==i?[25,25,25,25,25,25]:"five"==i?[30,30,30,30,30]:[40,40,40,40];var o={normal:{color:this.setColor(e.pieColor),borderColor:this.setColor(e.pieBorderColor)}};t.itemStyle=o}}},o=(a("1BXT"),a("KHd+")),n=Object(o.a)(i,function(){var e=this.$createElement,t=this._self._c||e;return t("div",{style:this.styleObj},[t("v-chart",{attrs:{options:this.options,autoresize:""}})],1)},[],!1,null,"4cd35498",null);n.options.__file="widgetDecoratePieChart.vue";t.a=n.exports},OmIx:function(e,t,a){"use strict";var i=a("P2sY"),o=a.n(i),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(e){this.optionsStyle=e.position,this.optionsData=e.data,this.optionsCollapse=e.setup,this.optionsSetup=e.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 e=this.optionsSetup,t={};t.text=e.titleText,t.show=e.isNoTitle,t.left=e.textAlign,t.textStyle={color:e.textColor,fontSize:e.textFontSize,fontWeight:e.textFontWeight},t.subtext=e.subText,t.subtextStyle={color:e.subTextColor,fontWeight:e.subTextFontWeight,fontSize:e.subTextFontSize},this.options.title=t},setOptionsX:function(){var e=this.optionsSetup,t={type:"category",show:e.hideX,name:e.xName,nameTextStyle:{color:e.xNameColor,fontSize:e.xNameFontSize},inverse:e.reversalX,axisLabel:{show:!0,interval:e.textInterval,rotate:e.textAngleX,textStyle:{color:e.Xcolor,fontSize:e.fontSizeX}},axisLine:{show:!0,lineStyle:{color:e.lineColorX}},splitLine:{show:e.isShowSplitLineX,lineStyle:{color:e.splitLineColorX}}};this.options.xAxis=t},setOptionsY:function(){var e=this.optionsSetup,t={type:"value",show:e.isShowY,name:e.textNameY,nameTextStyle:{color:e.NameColorY,fontSize:e.NameFontSizeY},inverse:e.reversalY,axisLabel:{show:!0,rotate:e.textAngleY,textStyle:{color:e.colorY,fontSize:e.fontSizeY}},axisLine:{show:!0,lineStyle:{color:e.lineColorY}},splitLine:{show:e.isShowSplitLineY,lineStyle:{color:e.splitLineColorY}}};this.options.yAxis=t},getOptionArea:function(){var e=this.optionsSetup;return e.area?{opacity:e.areaThickness/100}:{opacity:0}},setOptionsTooltip:function(){var e=this.optionsSetup,t={trigger:"item",show:!0,textStyle:{color:e.lineColor,fontSize:e.tipsFontSize}};this.options.tooltip=t},setOptionsMargin:function(){var e=this.optionsSetup,t={left:e.marginLeft,right:e.marginRight,bottom:e.marginBottom,top:e.marginTop,containLabel:!0};this.options.grid=t},setOptionsLegend:function(){var e=this.optionsSetup,t=this.options.legend;t.show=e.isShowLegend,t.left=e.lateralPosition,t.top=e.longitudinalPosition,t.bottom=e.longitudinalPosition,t.orient=e.layoutFront,t.textStyle={color:e.lengedColor,fontSize:e.lengedFontSize},t.itemWidth=e.lengedWidth},setOptionsLegendName:function(e){var t=this.optionsSetup,a=this.options.series,i=t.legendName;if(null==i||""==i){for(var o=0;o<e.length;o++)a[o].name=e[o];this.options.legend.data=e}else{for(var n=i.split("|"),l=0;l<n.length;l++)a[l].name=n[l];this.options.legend.data=n}},setOptionsColor:function(){var e=this.optionsSetup.customColor;if(e){for(var t=[],a=0;a<e.length;a++)t.push(e[a].color);this.options.color=t,this.options=o()({},this.options)}},setOptionsData:function(){var e=this.optionsSetup,t=this.optionsData;"staticData"==t.dataType?this.staticDataFn(t.staticData,e):this.dynamicDataFn(t.dynamicData,t.refreshTime,e)},setUnique:function(e){var t=[];return e.forEach(function(e){return t.includes(e)?"":t.push(e)}),t},staticDataFn:function(e){for(var t=this.optionsSetup,a=t.customColor,i=[],o=0;o<a.length;o++)i.push(a[o].color);var n=[],l=[],r=[],s=[];for(var u in e)l[u]=e[u].axis,r[u]=e[u].name;for(var c in l=this.setUnique(l),r=this.setUnique(r)){var h=new Array(l.length).fill(0);for(var p in l)for(var d in e)e[d].name==r[c]&&e[d].axis==l[p]&&(h[p]=e[d].data);n.push({name:r[c],type:"line",data:h,width:t.lineWidth,symbol:"circle",showSymbol:t.markPoint,symbolSize:t.pointSize,smooth:t.smoothCurve,lineStyle:{color:i[c],width:t.lineWidth},itemStyle:{color:i[c]},areaStyle:this.getOptionArea(),label:{show:t.isShow,position:"top",distance:10,fontSize:t.fontSize,color:t.subTextColor,fontWeight:t.fontWeight}}),s.push(r[c])}this.options.series=n,t.verticalShow?(this.options.xAxis.data=[],this.options.yAxis.data=l,this.options.xAxis.type="value",this.options.yAxis.type="category"):(this.options.xAxis.data=l,this.options.yAxis.data=[],this.options.xAxis.type="category",this.options.yAxis.type="value"),this.options.legend.data=s,this.setOptionsLegendName(s)},dynamicDataFn:function(e,t,a){var i=this;e&&(this.ispreview?(this.getEchartData(e,a),this.flagInter=setInterval(function(){i.getEchartData(e,a)},t)):this.getEchartData(e,a))},getEchartData:function(e,t){var a=this;this.queryEchartsData(e).then(function(e){a.renderingFn(t,e)})},renderingFn:function(e,t){for(var a=e.customColor,i=[],o=0;o<a.length;o++)i.push(a[o].color);e.verticalShow?(this.options.xAxis.data=[],this.options.yAxis.data=t.xAxis,this.options.xAxis.type="value",this.options.yAxis.type="category"):(this.options.xAxis.data=t.xAxis,this.options.yAxis.data=[],this.options.xAxis.type="category",this.options.yAxis.type="value");var n=[],l=[];for(var r in t.series)"line"==t.series[r].type&&n.push({name:t.series[r].name,type:"line",data:t.series[r].data,width:e.lineWidth,symbol:"circle",showSymbol:e.markPoint,symbolSize:e.pointSize,symbolColor:i[r],smooth:e.smoothCurve,lineStyle:{color:i[r],width:e.lineWidth},itemStyle:{color:i[r]},areaStyle:this.getOptionArea(),label:{show:e.isShow,position:"top",distance:10,fontSize:e.fontSize,color:e.subTextColor,fontWeight:e.fontWeight}}),l.push(t.series[r].name);this.options.series=n,this.options.legend.data=l,this.setOptionsLegendName(l)}}},l=(a("hQkw"),a("KHd+")),r=Object(l.a)(n,function(){var e=this.$createElement,t=this._self._c||e;return t("div",{style:this.styleObj},[t("v-chart",{attrs:{options:this.options,autoresize:""}})],1)},[],!1,null,"46d3751c",null);r.options.__file="widgetLineStackChart.vue";t.a=r.exports},Q3Rh:function(e,t,a){"use strict";var i={name:"widgetPiePercentageChart",components:{},props:{value:Object,ispreview:Boolean},data:function(){var e=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(t,a){return{type:"arc",shape:{cx:a.getWidth()/2,cy:a.getHeight()/2,r:Math.min(a.getWidth(),a.getHeight())/2*.6,startAngle:(0+e.angle)*Math.PI/180,endAngle:(90+e.angle)*Math.PI/180},style:{stroke:"#0CD3DB",fill:"transparent",lineWidth:1.5},silent:!0}},data:[0]},{type:"custom",coordinateSystem:"none",renderItem:function(t,a){return{type:"arc",shape:{cx:a.getWidth()/2,cy:a.getHeight()/2,r:Math.min(a.getWidth(),a.getHeight())/2*.6,startAngle:(180+e.angle)*Math.PI/180,endAngle:(270+e.angle)*Math.PI/180},style:{stroke:"#0CD3DB",fill:"transparent",lineWidth:1.5},silent:!0}},data:[0]},{type:"custom",coordinateSystem:"none",renderItem:function(t,a){return{type:"arc",shape:{cx:a.getWidth()/2,cy:a.getHeight()/2,r:Math.min(a.getWidth(),a.getHeight())/2*.65,startAngle:(270-e.angle)*Math.PI/180,endAngle:(40-e.angle)*Math.PI/180},style:{stroke:"#0CD3DB",fill:"transparent",lineWidth:1.5},silent:!0}},data:[0]},{type:"custom",coordinateSystem:"none",renderItem:function(t,a){return{type:"arc",shape:{cx:a.getWidth()/2,cy:a.getHeight()/2,r:Math.min(a.getWidth(),a.getHeight())/2*.65,startAngle:(90-e.angle)*Math.PI/180,endAngle:(220-e.angle)*Math.PI/180},style:{stroke:"#0CD3DB",fill:"transparent",lineWidth:1.5},silent:!0}},data:[0]},{type:"custom",coordinateSystem:"none",renderItem:function(t,a){var i=a.getWidth()/2,o=a.getHeight()/2,n=Math.min(a.getWidth(),a.getHeight())/2*.65,l=e.getCirlPoint(i,o,n,90-e.angle);return{type:"circle",shape:{cx:l.x,cy:l.y,r:4},style:{stroke:"#0CD3DB",fill:"#0CD3DB"},silent:!0}},data:[0]},{type:"custom",coordinateSystem:"none",renderItem:function(t,a){var i=a.getWidth()/2,o=a.getHeight()/2,n=Math.min(a.getWidth(),a.getHeight())/2*.65,l=e.getCirlPoint(i,o,n,270-e.angle);return{type:"circle",shape:{cx:l.x,cy:l.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(e){this.optionsStyle=e.position,this.optionsData=e.data,this.optionsCollapse=e.collapse,this.optionsSetup=e.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(e,t,a,i){return{x:e+a*Math.cos(i*Math.PI/180),y:t+a*Math.sin(i*Math.PI/180)}},editorOptions:function(){this.setOptionsTitle(),this.setOptionsColor(),this.setOptionsData(),this.setOptionLine(),this.setOptionSurplusColor()},setOptionsTitle:function(){var e=this.optionsSetup,t=this.options.title;t.x="center",t.y="center";var a={nums:{fontSize:e.textNumFontSize,color:e.textNumColor,fontWeight:e.textNumFontWeight},percent:{fontSize:e.textPerFontSize,color:e.textPerColor,fontWeight:e.textPerFontWeight}};t.textStyle.rich=a,this.options.title=t},setOptionsColor:function(){var e=this.optionsSetup,t=this.options.series[6].data[0].itemStyle,a={color:{colorStops:[{offset:0,color:e.color0Start},{offset:1,color:e.color100End}]}};t.normal=a},setOptionSurplusColor:function(){var e=this.options.series[6].data[1].itemStyle,t={color:this.optionsSetup.colorsurplus};e.normal=t},setOptionLine:function(){var e=this.optionsSetup,t=this.options.series[7].splitLine;this.options.series[7].splitNumber=e.lineNumber,t.length=e.lineLength;var a={width:e.lineWidth,color:e.lineColor};t.lineStyle=a},setOptionsData:function(){var e=this.optionsData;"staticData"==e.dataType?this.staticDataFn(e.staticData):this.dynamicDataFn(e.dynamicData,e.refreshTime)},staticDataFn:function(e){var t=this.options.title,a=e[0].num;t.text="{nums|"+a+"}{percent|%}",this.options.series[6].data[0].value=a,this.options.series[6].data[1].value=100-a},dynamicDataFn:function(e,t){var a=this;e&&(this.ispreview?(this.getEchartData(e),this.flagInter=setInterval(function(){a.getEchartData(e)},t)):this.getEchartData(e))},getEchartData:function(e){var t=this;this.queryEchartsData(e).then(function(e){t.options.title.text="{nums|"+e[0].value+"}{percent|%}",t.options.series[6].data[0].value=e[0].value,t.options.series[6].data[1].value=100-e[0].value})}}},o=(a("qjL0"),a("KHd+")),n=Object(o.a)(i,function(){var e=this.$createElement,t=this._self._c||e;return t("div",{style:this.styleObj},[t("v-chart",{attrs:{options:this.options,autoresize:""}})],1)},[],!1,null,"2d8c0fd7",null);n.options.__file="widgetPiePercentageChart.vue";t.a=n.exports},QaFp:function(e,t,a){"use strict";var i=a("4tqH");a.n(i).a},RgEZ:function(e,t,a){"use strict";var i=a("y/Y+");a.n(i).a},S5Np:function(e,t,a){},"S6/o":function(e,t,a){"use strict";var i=a("77/N");a.n(i).a},SR2m:function(e,t,a){},TEld:function(e,t,a){"use strict";var i=a("iP8O");a.n(i).a},TM89:function(e,t,a){"use strict";var i=a("i8hJ");a.n(i).a},TxjB:function(e,t,a){"use strict";var i=a("MT78"),o=a.n(i),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 o.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(e){this.optionsStyle=e.position,this.optionsData=e.data,this.optionsCollapse=e.setup,this.optionsSetup=e.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 e=this.optionsSetup,t={};t.text=e.titleText,t.show=e.isNoTitle,t.left=e.textAlign,t.textStyle={color:e.textColor,fontSize:e.textFontSize,fontWeight:e.textFontWeight},t.subtext=e.subText,t.subtextStyle={color:e.subTextColor,fontWeight:e.subTextFontWeight,fontSize:e.subTextFontSize},this.options.title=t},setOptionsX:function(){var e=this.optionsSetup,t={type:"category",show:e.hideX,name:e.xName,nameTextStyle:{color:e.nameColorX,fontSize:e.nameFontSizeX},nameRotate:e.textAngle,inverse:e.reversalX,axisLabel:{show:!0,interval:e.textInterval,rotate:e.textAngle,textStyle:{color:e.Xcolor,fontSize:e.fontSizeX}},axisLine:{show:!0,lineStyle:{color:e.lineColorX}},splitLine:{show:e.isShowSplitLineX,lineStyle:{color:e.splitLineColorX}}};this.options.xAxis=t},setOptionsY:function(){var e=this.optionsSetup,t={type:"value",scale:e.scale,splitNumber:e.splitNumber,show:e.isShowY,name:e.textNameY,nameTextStyle:{color:e.nameColorY,fontSize:e.namefontSizeY},inverse:e.reversalY,axisLabel:{show:!0,rotate:e.ytextAngle,textStyle:{color:e.colorY,fontSize:e.fontSizeY}},axisLine:{show:!0,lineStyle:{color:e.lineColorY}},splitLine:{show:e.isShowSplitLineY,lineStyle:{color:e.splitLineColorY}}};this.options.yAxis=t},setOptionsTop:function(){var e=this.optionsSetup,t=this.options.series;"bar"==t[0].type&&(e.verticalShow?t[0].label={show:e.isShow,position:"right",distance:e.distance,fontSize:e.fontSize,color:e.subTextColor,fontWeight:e.fontWeight}:t[0].label={show:e.isShow,position:"top",distance:e.distance,fontSize:e.fontSize,color:e.subTextColor,fontWeight:e.fontWeight},t[0].barWidth=e.maxWidth)},setOptionsTooltip:function(){var e=this.optionsSetup,t={trigger:"item",show:!0,textStyle:{color:e.lineColor,fontSize:e.tipsFontSize}};this.options.tooltip=t},setOptionsMargin:function(){var e=this.optionsSetup,t={left:e.marginLeft,right:e.marginRight,bottom:e.marginBottom,top:e.marginTop,containLabel:!0};this.options.grid=t},setOptionsColor:function(){var e=this.optionsSetup,t=this.options.series[0].itemStyle,a={};a=e.verticalShow?{color:new o.a.graphic.LinearGradient(1,0,0,0,[{offset:0,color:e.bar0color},{offset:1,color:e.bar100color}]),barBorderRadius:e.radius,shadowColor:e.shadowColor,shadowBlur:e.shadowBlur}:{color:new o.a.graphic.LinearGradient(0,0,0,1,[{offset:0,color:e.bar0color},{offset:1,color:e.bar100color}]),barBorderRadius:e.radius,shadowColor:e.shadowColor,shadowBlur:e.shadowBlur},t.normal=a},setOptionsData:function(){var e=this.optionsSetup,t=this.optionsData;"staticData"==t.dataType?this.staticDataFn(t.staticData):this.dynamicDataFn(t.dynamicData,t.refreshTime,e)},staticDataFn:function(e){var t=this.optionsSetup,a=this.options.series,i=[],o=[];for(var n in e)i[n]=e[n].axis,o[n]=e[n].data;t.verticalShow?(this.options.xAxis.data=[],this.options.yAxis.data=i,this.options.xAxis.type="value",this.options.yAxis.type="category"):(this.options.xAxis.data=i,this.options.yAxis.data=[],this.options.xAxis.type="category",this.options.yAxis.type="value"),"bar"==a[0].type&&(a[0].data=o)},dynamicDataFn:function(e,t,a){var i=this;e&&(this.ispreview?(this.getEchartData(e,a),this.flagInter=setInterval(function(){i.getEchartData(e,a)},t)):this.getEchartData(e,a))},getEchartData:function(e,t){var a=this;this.queryEchartsData(e).then(function(e){a.renderingFn(t,e)})},renderingFn:function(e,t){e.verticalShow?(this.options.xAxis.data=[],this.options.yAxis.data=t.xAxis,this.options.xAxis.type="value",this.options.yAxis.type="category"):(this.options.xAxis.data=t.xAxis,this.options.yAxis.data=[],this.options.xAxis.type="category",this.options.yAxis.type="value");var a=this.options.series;for(var i in a)"bar"==a[i].type&&(a[i].name=t.series[i].name,a[i].data=t.series[i].data)}}},l=(a("16mM"),a("KHd+")),r=Object(l.a)(n,function(){var e=this.$createElement,t=this._self._c||e;return t("div",{style:this.styleObj},[t("v-chart",{attrs:{options:this.options,autoresize:""}})],1)},[],!1,null,"57d2b34a",null);r.options.__file="widgetGradientColorBarchart.vue";t.a=r.exports},VgzK:function(e,t,a){},Vtjs:function(e,t,a){"use strict";var i={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(e){this.optionsStyle=e.position,this.optionsData=e.data,this.optionsCollapse=e.setup,this.optionsSetup=e.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 e=this.optionsSetup,t={};t.text=e.titleText,t.show=e.isNoTitle,t.left=e.textAlign,t.textStyle={color:e.textColor,fontSize:e.textFontSize,fontWeight:e.textFontWeight},t.subtext=e.subText,t.subtextStyle={color:e.subTextColor,fontWeight:e.subTextFontWeight,fontSize:e.subTextFontSize},this.options.title=t},setOptionsX:function(){var e=this.optionsSetup,t={type:"category",show:e.hideX,name:e.xName,nameTextStyle:{color:e.xNameColor,fontSize:e.xNameFontSize},inverse:e.reversalX,axisLabel:{show:!0,interval:e.textInterval,rotate:e.textAngleX,textStyle:{color:e.Xcolor,fontSize:e.fontSizeX}},axisLine:{show:!0,lineStyle:{color:e.lineColorX}},splitLine:{show:e.isShowSplitLineX,lineStyle:{color:e.splitLineColorX}}};this.options.xAxis=t},setOptionsY:function(){var e=this.optionsSetup,t={type:"value",show:e.isShowY,name:e.textNameY,nameTextStyle:{color:e.NameColorY,fontSize:e.NameFontSizeY},inverse:e.reversalY,axisLabel:{show:!0,rotate:e.textAngleY,textStyle:{color:e.colorY,fontSize:e.fontSizeY}},axisLine:{show:!0,lineStyle:{color:e.lineColorY}},splitLine:{show:e.isShowSplitLineY,lineStyle:{color:e.splitLineColorY}}};this.options.yAxis=t},setOptionsTooltip:function(){var e=this.optionsSetup,t={trigger:"item",show:!0,textStyle:{color:e.lineColor,fontSize:e.tipsFontSize}};this.options.tooltip=t},setOptionsMargin:function(){var e=this.optionsSetup,t={left:e.marginLeft,right:e.marginRight,bottom:e.marginBottom,top:e.marginTop,containLabel:!0};this.options.grid=t},setOptionsLegend:function(){var e=this.optionsSetup,t=this.options.legend;t.show=e.isShowLegend,t.left=e.lateralPosition,t.top=e.longitudinalPosition,t.bottom=e.longitudinalPosition,t.orient=e.layoutFront,t.textStyle={color:e.lengedColor,fontSize:e.lengedFontSize},t.itemWidth=e.lengedWidth},setOptionsLegendName:function(e){var t=this.optionsSetup,a=this.options.series,i=t.legendName;if(null==i||""==i){for(var o=0;o<e.length;o++)a[o].name=e[o];this.options.legend.data=e}else{for(var n=i.split("|"),l=0;l<n.length;l++)a[l].name=n[l];this.options.legend.data=n}},setOptionsData:function(){var e=this.optionsSetup,t=this.optionsData;"staticData"==t.dataType?this.staticDataFn(t.staticData,e):this.dynamicDataFn(t.dynamicData,t.refreshTime,e)},setUnique:function(e){var t=[];return e.forEach(function(e){return t.includes(e)?"":t.push(e)}),t},getStackStyle:function(){var e="";return"upDown"==this.optionsSetup.stackStyle&&(e="total"),e},staticDataFn:function(e){for(var t=this.optionsSetup,a=t.customColor,i=[],o=0;o<a.length;o++)i.push(a[o].color);var n=[],l=[],r=[],s=[];for(var u in e)l[u]=e[u].axis,r[u]=e[u].name;for(var c in l=this.setUnique(l),r=this.setUnique(r)){var h=new Array(l.length).fill(0);for(var p in l)for(var d in e)e[d].name==r[c]&&e[d].axis==l[p]&&(h[p]=e[d].data);n.push({name:r[c],type:"bar",data:h,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:i[c],barBorderRadius:t.radius}}}),s.push(r[c])}this.options.series=n,t.verticalShow?(this.options.xAxis.data=[],this.options.yAxis.data=l,this.options.xAxis.type="value",this.options.yAxis.type="category"):(this.options.xAxis.data=l,this.options.yAxis.data=[],this.options.xAxis.type="category",this.options.yAxis.type="value"),this.options.legend.data=s,this.setOptionsLegendName(s)},dynamicDataFn:function(e,t,a){var i=this;e&&(this.ispreview?(this.getEchartData(e,a),this.flagInter=setInterval(function(){i.getEchartData(e,a)},t)):this.getEchartData(e,a))},getEchartData:function(e,t){var a=this;this.queryEchartsData(e).then(function(e){a.renderingFn(t,e)})},renderingFn:function(e,t){for(var a=e.customColor,i=[],o=0;o<a.length;o++)i.push(a[o].color);e.verticalShow?(this.options.xAxis.data=[],this.options.yAxis.data=t.xAxis,this.options.xAxis.type="value",this.options.yAxis.type="category"):(this.options.xAxis.data=t.xAxis,this.options.yAxis.data=[],this.options.xAxis.type="category",this.options.yAxis.type="value");var n=[],l=[];for(var r in t.series)"bar"==t.series[r].type&&n.push({name:t.series[r].name,type:"bar",data:t.series[r].data,barGap:"0%",stack:this.getStackStyle(),barWidth:e.maxWidth,label:{show:e.isShow,position:"top",distance:10,fontSize:e.fontSize,color:e.subTextColor,fontWeight:e.fontWeight},itemStyle:{normal:{color:i[r],barBorderRadius:e.radius}}}),l.push(t.series[r].name);this.options.series=n,this.options.legend.data=l,this.setOptionsLegendName(l)}}},o=(a("oGVI"),a("KHd+")),n=Object(o.a)(i,function(){var e=this.$createElement,t=this._self._c||e;return t("div",{style:this.styleObj},[t("v-chart",{attrs:{options:this.options,autoresize:""}})],1)},[],!1,null,"03eef0e8",null);n.options.__file="widgetBarStackChart.vue";t.a=n.exports},WZum:function(e,t,a){},Wdj4:function(e,t,a){"use strict";var i=a("P2sY"),o=a.n(i),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(e){this.optionsStyle=e.position,this.optionsData=e.data,this.optionsCollapse=e.setup,this.optionsSetup=e.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 e=this.optionsSetup,t={};t.text=e.titleText,t.show=e.isNoTitle,t.left=e.textAlign,t.textStyle={color:e.textColor,fontSize:e.textFontSize,fontWeight:e.textFontWeight},t.subtext=e.subText,t.subtextStyle={color:e.subTextColor,fontWeight:e.subTextFontWeight,fontSize:e.subTextFontSize},this.options.title=t},setOptionsValue:function(){var e=this.optionsSetup,t=this.options.series,a=e.numberValue?"{c}":"",i=e.percentage?"({d})%":"",o={show:e.isShow,formatter:"{a|{b}"+a+" "+i+"}",rich:{a:{padding:[-30,15,-20,15],color:e.subTextColor,fontSize:e.fontSize,fontWeight:e.fontWeight}},fontSize:e.fontSize,fontWeight:e.optionsCollapse};for(var n in t)"pie"==t[n].type&&(t[n].label=o,t[n].labelLine={show:e.isShow})},setOptionsTooltip:function(){var e=this.optionsSetup,t={trigger:"item",show:!0,textStyle:{color:e.lineColor,fontSize:e.fontSize}};this.options.tooltip=t},setOptionsMargin:function(){var e=this.optionsSetup,t={left:e.marginLeft,right:e.marginRight,bottom:e.marginBottom,top:e.marginTop,containLabel:!0};this.options.grid=t},setOptionsLegend:function(){var e=this.optionsSetup,t=this.options.legend;t.show=e.isShowLegend,t.left="left"==e.lateralPosition?0:"auto",t.right="right"==e.lateralPosition?0:"auto",t.top="top"==e.longitudinalPosition?0:"auto",t.bottom="bottom"==e.longitudinalPosition?0:"auto",t.orient=e.layoutFront,t.textStyle={color:e.lengedColor,fontSize:e.fontSize},t.itemWidth=e.lengedWidth},setOptionsColor:function(){var e=this.optionsSetup.customColor;if(e){for(var t=[],a=0;a<e.length;a++)t.push(e[a].color);this.options.color=t,this.options=o()({},this.options)}},setOptionsData:function(){var e=this.optionsData;"staticData"==e.dataType?this.staticDataFn(e.staticData):this.dynamicDataFn(e.dynamicData,e.refreshTime)},staticDataFn:function(e){var t="string"==typeof e?JSON.parse(e):e;for(var a in this.options.series)"pie"==this.options.series[a].type&&(this.options.series[a].data=t)},dynamicDataFn:function(e,t){var a=this;e&&(this.ispreview?(this.getEchartData(e),this.flagInter=setInterval(function(){a.getEchartData(e)},t)):this.getEchartData(e))},getEchartData:function(e){var t=this;this.queryEchartsData(e).then(function(e){t.renderingFn(e)})},renderingFn:function(e){for(var t in this.options.series)"pie"==this.options.series[t].type&&(this.options.series[t].data=e)}}},l=(a("aaZL"),a("KHd+")),r=Object(l.a)(n,function(){var e=this.$createElement,t=this._self._c||e;return t("div",{style:this.styleObj},[t("v-chart",{attrs:{options:this.options,autoresize:""}})],1)},[],!1,null,"1ead6e7d",null);r.options.__file="widgetPieNightingaleRose.vue";t.a=r.exports},WlWG:function(e,t,a){},Xwna:function(e,t,a){"use strict";var i={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(e){this.options=e},deep:!0}},created:function(){this.options=this.value},mounted:function(){},methods:{}},o=(a("4D8F"),a("KHd+")),n=Object(o.a)(i,function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"imagebox",style:this.styleColor},[t("img",{class:this.transStyle.startRotate?"startImg":"",style:this.imgStyle,attrs:{src:this.imgStyle.imageAdress,alt:""}})])},[],!1,null,"5e797e08",null);n.options.__file="widgetImage.vue";t.a=n.exports},ZMkp:function(e,t,a){"use strict";var i=a("Zprx");a.n(i).a},ZZJi:function(e,t,a){},ZmrS:function(e,t,a){},Zprx:function(e,t,a){},"a6F+":function(e,t,a){"use strict";var i=a("7JWJ");a.n(i).a},aV7C:function(e,t,a){"use strict";var i=a("gHFB");a.n(i).a},aZRu:function(e,t,a){},aaZL:function(e,t,a){"use strict";var i=a("G+E4");a.n(i).a},c3tQ:function(e,t,a){"use strict";var i=a("fXqN");a.n(i).a},c3vL:function(e,t,a){"use strict";var i={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(e){this.optionsStyle=e.position,this.optionsData=e.data,this.optionsCollapse=e.collapse,this.optionsSetup=e.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 e=this.optionsSetup,t={text:e.titleText,show:e.isNoTitle,left:e.textAlign,textStyle:{color:e.textColor,fontSize:e.textFontSize,fontWeight:e.textFontWeight},subtext:e.subText,subtextStyle:{color:e.subTextColor,fontWeight:e.subTextFontWeight,fontSize:e.subTextFontSize}};this.options.title=t},setOptionsX:function(){var e=this.optionsSetup,t={type:"category",show:e.hideX,name:e.xName,nameTextStyle:{color:e.xNameColor,fontSize:e.xNameFontSize},inverse:e.reversalX,axisLabel:{show:!0,interval:e.textInterval,rotate:e.textAngleX,textStyle:{color:e.Xcolor,fontSize:e.fontSizeX}},axisLine:{show:!0,lineStyle:{color:e.lineColorX}},splitArea:{show:!1}};this.options.xAxis=t},setOptionsY:function(){var e=this.optionsSetup,t={type:"category",show:e.isShowY,name:e.textNameY,nameTextStyle:{color:e.NameColorY,fontSize:e.NameFontSizeY},inverse:e.reversalY,axisLabel:{show:!0,rotate:e.textAngleY,textStyle:{color:e.colorY,fontSize:e.fontSizeY}},axisLine:{show:!0,lineStyle:{color:e.lineColorY}},splitArea:{show:!1}};this.options.yAxis=t},setOptionsSeries:function(){var e=this.optionsSetup,t={show:e.isShow,textStyle:{fontSize:e.fontSize,color:e.subTextColor,fontWeight:e.fontWeight}};this.options.series[0].label=t},setOptionsMargin:function(){var e=this.optionsSetup,t={left:e.marginLeft,right:e.marginRight,bottom:e.marginBottom,top:e.marginTop,containLabel:!0};this.options.grid=t},setOptionsTooltip:function(){var e=this.optionsSetup,t={trigger:"item",position:"top",show:!0,textStyle:{color:e.lineColor,fontSize:e.tipsLineColor}};this.options.tooltip=t},setOptionsVisualMap:function(){var e=this.optionsSetup,t=this.options.visualMap;t.show=e.isShowLegend,t.min=e.dataMin,t.max=e.dataMax,t.textStyle={fontSize:e.lengedFontSize,color:e.lengedColor},t.inRange.color=e.lengedColorList.map(function(e){return e.color}),t.left=e.lateralPosition,t.top=e.longitudinalPosition,t.bottom=e.longitudinalPosition,t.orient=e.layoutFront,t.itemWidth=e.lengedWidth},setOptionsData:function(){var e=this.optionsData;"staticData"==e.dataType?this.staticDataFn(e.staticData):this.dynamicDataFn(e.dynamicData,e.refreshTime)},setUnique:function(e){var t=[];return e.forEach(function(e){return t.includes(e)?"":t.push(e)}),t},staticDataFn:function(e){var t=[],a=[],i=[];for(var o in e)a[o]=e[o].axis,i[o]=e[o].yaxis,t[o]=[e[o].axis,e[o].yaxis,e[o].num];a=this.setUnique(a),i=this.setUnique(i),this.options.xAxis.data=a,this.options.yAxis.data=i,this.options.series[0].data=t},dynamicDataFn:function(e,t){var a=this;e&&(this.ispreview?(this.getEchartData(e),this.flagInter=setInterval(function(){a.getEchartData(e)},t)):this.getEchartData(e))},getEchartData:function(e){var t=this;this.queryEchartsData(e).then(function(e){t.renderingFn(e)})},renderingFn:function(e){this.options.xAxis.data=e.xAxis,this.options.yAxis.data=e.yAxis,this.options.series[0].data=e.series}}},o=(a("lHaW"),a("KHd+")),n=Object(o.a)(i,function(){var e=this.$createElement,t=this._self._c||e;return t("div",{style:this.styleObj},[t("v-chart",{attrs:{options:this.options,autoresize:""}})],1)},[],!1,null,"2ae1f7ed",null);n.options.__file="widgetHeatmap.vue";t.a=n.exports},cGkX:function(e,t,a){},cu3z:function(e,t,a){"use strict";var i=a("DXIW");a.n(i).a},d0ut:function(e,t,a){"use strict";var i={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(e){this.options=e,this.optionsData=e.data,this.setOptionsData()},deep:!0}},mounted:function(){this.options=this.value,this.optionsData=this.value.data,this.setOptionsData()},methods:{setOptionsData:function(){var e=this.optionsData;"dynamicData"==e.dataType&&this.dynamicDataFn(e.dynamicData,e.refreshTime)},dynamicDataFn:function(e,t){var a=this;e&&(this.ispreview?(this.getEchartData(e),this.flagInter=setInterval(function(){a.getEchartData(e)},t)):this.getEchartData(e))},getEchartData:function(e){var t=this;this.queryEchartsData(e).then(function(e){t.styleColor.text=e[0].value,t.$forceUpdate()})}}},o=(a("sabG"),a("KHd+")),n=Object(o.a)(i,function(){var e=this.$createElement;return(this._self._c||e)("div",{staticClass:"text",style:this.styleColor},[this._v(this._s(this.styleColor.text))])},[],!1,null,"1f43eeba",null);n.options.__file="widgetText.vue";t.a=n.exports},dKaj:function(e,t,a){},"dj5/":function(e,t,a){"use strict";var i={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(e){this.options=e},deep:!0}},mounted:function(){this.options=this.value},methods:{}},o=(a("MHP8"),a("KHd+")),n=Object(o.a)(i,function(){var e=this.$createElement;return(this._self._c||e)("a",{style:this.styleColor,attrs:{href:this.styleColor.linkAdress,target:this.styleColor.jumpMode}},[this._v(this._s(this.styleColor.text))])},[],!1,null,"c71a1c14",null);n.options.__file="widgetHref.vue";t.a=n.exports},eGR8:function(e,t,a){},eeU9:function(e,t,a){},fJzN:function(e,t,a){"use strict";a("987z");var i={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(e){this.optionsStyle=e.position,this.optionsData=e.data,this.optionsCollapse=e.setup,this.optionsSetup=e.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 e=this.optionsSetup,t={};t.text=e.titleText,t.show=e.isNoTitle,t.left=e.textAlign,t.textStyle={color:e.textColor,fontSize:e.textFontSize,fontWeight:e.textFontWeight},t.subtext=e.subText,t.subtextStyle={color:e.subTextColor,fontWeight:e.subTextFontWeight,fontSize:e.subTextFontSize},this.options.title=t},setOptionsSizeRange:function(){var e=this.optionsSetup;this.options.series[0].sizeRange=[e.minRangeSize,e.maxRangeSize]},setOptionsRotationRange:function(){var e=this.optionsSetup;this.options.series[0].rotationRange=[e.minRotationRange,e.maxRotationRange]},setOptionsTooltip:function(){var e=this.optionsSetup,t={trigger:"item",show:!0,textStyle:{color:e.lineColor,fontSize:e.fontSize}};this.options.tooltip=t},setOptionsData:function(){var e=this.optionsData;"staticData"==e.dataType?this.staticDataFn(e.staticData):this.dynamicDataFn(e.dynamicData,e.refreshTime)},staticDataFn:function(e){var t="string"==typeof e?JSON.parse(e):e;for(var a in this.options.series)this.options.series[a].data=t},dynamicDataFn:function(e,t){var a=this;e&&(this.ispreview?(this.getEchartData(e),this.flagInter=setInterval(function(){a.getEchartData(e)},t)):this.getEchartData(e))},getEchartData:function(e){var t=this;this.queryEchartsData(e).then(function(e){t.renderingFn(e)})},renderingFn:function(e){for(var t in this.options.series)this.options.series[t].data=e}}},o=(a("K/aG"),a("KHd+")),n=Object(o.a)(i,function(){var e=this.$createElement,t=this._self._c||e;return t("div",{style:this.styleObj},[t("v-chart",{attrs:{options:this.options,autoresize:""}})],1)},[],!1,null,"68ef61d2",null);n.options.__file="widgetWordCloud.vue";t.a=n.exports},fXqN:function(e,t,a){},g1jh:function(e,t,a){"use strict";var i=a("omC+");a.n(i).a},g8vd:function(e,t,a){"use strict";var i=a("Kw5r"),o=a("xtjD"),n=a.n(o);i.default.use(n.a);var l={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 e=this.optionsPosition;return{position:this.ispreview?"absolute":"static",width:e.width+"px",height:e.height+"px",left:e.left+"px",top:e.top+"px",background:this.optionsSetUp.tableBgColor}},headerTableStlye:function(){var e=this.optionsSetUp;return{"text-align":e.textAlign,"font-size":e.fontSize+"px","border-style":e.isLine?"solid":"none","border-width":e.borderWidth+"px","border-color":e.borderColor,display:e.isHeader?"block":"none",color:e.headColor,"background-color":e.headBackColor}},bodyTableStyle:function(){var e=this.optionsSetUp;return{"text-align":e.textAlign,"font-size":e.fontSize+"px","border-style":e.isLine?"solid":"none","border-width":e.borderWidth+"px","border-color":e.borderColor,color:e.bodyColor,"background-color":e.tableBgColor}}},watch:{value:{handler:function(e){this.optionsSetUp=e.setup,this.optionsPosition=e.position,this.optionsData=e.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 e=this.options,t=this.optionsSetUp;e.autoPlay=t.isRoll,e.effect=t.effect,e.interTime=t.interTime,e.delayTime=t.delayTime,e.scroll=t.scroll,this.options=e,this.hackResetFun()},handlerHead:function(){var e=this.optionsSetUp.dynamicAddTable;this.header=e},handlerData:function(){var e=this.optionsData;"staticData"==e.dataType?this.handlerStaticData(e.staticData):this.handlerDynamicData(e.dynamicData,e.refreshTime)},handlerStaticData:function(e){this.list=e},handlerDynamicData:function(e,t){var a=this;e&&(this.ispreview?(this.getEchartData(e),this.flagInter=setInterval(function(){a.getEchartData(e)},t)):this.getEchartData(e))},getEchartData:function(e){var t=this;this.queryEchartsData(e).then(function(e){t.list=e,t.hackResetFun()})},hackResetFun:function(){var e=this;this.hackReset=!1,this.$nextTick(function(){e.hackReset=!0})},bodyTable:function(e){var t={};return t["background-color"]=e%2?this.optionsSetUp.eventColor:this.optionsSetUp.oldColor,t},tableRowHeight:function(){var e={};return this.optionsSetUp.rowHeight?(e.height=this.optionsSetUp.rowHeight+"px",e["line-height"]=this.optionsSetUp.rowHeight+"px"):(e.height=this.options.rowHeight,e["line-height"]=this.optionsSetUp.rowHeight+"px"),e},tableFiledWidth:function(e){var t={};return this.optionsSetUp.dynamicAddTable[e].width&&(t.width=this.optionsSetUp.dynamicAddTable[e].width),t}}},r=(a("NZ4s"),a("KHd+")),s=Object(r.a)(l,function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{style:e.styleObj},[e.hackReset?a("superslide",{staticClass:"txtScroll-top",attrs:{options:e.options}},[a("div",{staticClass:"title"},e._l(e.header,function(t,i){return a("div",{key:i,style:[e.headerTableStlye,e.tableFiledWidth(i),e.tableRowHeight()]},[e._v("\n "+e._s(t.name)+"\n ")])}),0),e._v(" "),a("div",{staticClass:"bd"},[a("ul",{staticClass:"infoList"},e._l(e.list,function(t,i){return a("li",{key:i,style:e.tableRowHeight()},e._l(e.header,function(o,n){return a("div",{key:n,style:[e.bodyTableStyle,e.bodyTable(i),e.tableFiledWidth(n),e.tableRowHeight()]},[e._v("\n "+e._s(t[o.key])+"\n ")])}),0)}),0)])]):e._e()],1)},[],!1,null,"7afb5421",null);s.options.__file="widgetTable.vue";t.a=s.exports},gHFB:function(e,t,a){},hQkw:function(e,t,a){"use strict";var i=a("mr4x");a.n(i).a},i8hJ:function(e,t,a){},iP8O:function(e,t,a){},iSF6:function(e,t,a){"use strict";var i={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(e){this.optionsStyle=e.position,this.optionsData=e.data,this.optionsCollapse=e.setup,this.optionsSetup=e.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 e=this.optionsSetup,t={};t.text=e.titleText,t.show=e.isNoTitle,t.left=e.textAlign,t.textStyle={color:e.textColor,fontSize:e.textFontSize,fontWeight:e.textFontWeight},this.options.title=t},setOptionsX:function(){var e=this.optionsSetup,t={gridIndex:0,show:e.isShowX,name:e.xName,nameTextStyle:{color:e.nameColorX,fontSize:e.nameFontSizeX},type:"category",boundaryGap:e.boundaryX,axisLine:{show:e.lineX,lineStyle:{color:e.lineColorX}},axisTick:{show:e.tickLineX},axisLabel:{show:!0,interval:e.splitNumberX,textStyle:{color:e.colorX,fontSize:e.fontSizeX}}},a={gridIndex:1,show:e.isShowX,type:"category",position:"top",boundaryGap:e.boundaryX,axisLine:{show:e.lineX,lineStyle:{color:e.lineColorX}},axisTick:{show:e.tickLineX},axisLabel:{show:!1,interval:e.splitNumberX}};this.options.xAxis[0]=t,this.options.xAxis[1]=a},setOptionsYTop:function(){var e=this.optionsSetup,t={gridIndex:0,splitNumber:e.splitNumberYTop,show:e.isShowYTop,scale:e.scaleYTop,name:e.textNameYTop,nameTextStyle:{color:e.nameColorYTop,fontSize:e.namefontSizeYTop},axisLabel:{show:!0,textStyle:{color:e.colorYTop,fontSize:e.fontSizeYTop}},axisTick:{show:e.tickLineYTop},axisLine:{show:e.lineYTop,lineStyle:{color:e.lineColorYTop}},splitLine:{show:e.splitLineYTop,lineStyle:{width:e.splitLinefontSizeYTop,color:e.splitLineColorYTop}},axisPointer:{snap:!0}};this.options.yAxis[0]=t},setOptionsYBottom:function(){var e=this.optionsSetup,t={gridIndex:1,splitNumber:e.splitNumberYBottom,show:e.isShowYBottom,scale:e.scaleYBottom,name:e.textNameYBottom,nameTextStyle:{color:e.nameColorYBottom,fontSize:e.namefontSizeYBottom},inverse:!0,axisLabel:{show:!0,textStyle:{color:e.colorYBottom,fontSize:e.fontSizeYBottom}},axisTick:{show:e.tickLineYBottom},axisLine:{show:e.lineYBottom,lineStyle:{color:e.lineColorYBottom}},splitLine:{show:e.splitLineYBottom,lineStyle:{width:e.splitLinefontSizeYBottom,color:e.splitLineColorYBottom}},axisPointer:{snap:!0}};this.options.yAxis[1]=t},setOptionsTop:function(){var e=this.optionsSetup,t=this.options.series;for(var a in t)t[a].showSymbol=e.markPoint,t[a].symbolSize=e.pointSize,t[a].smooth=e.smoothCurve,e.area?t[a].areaStyle={opacity:e.areaThickness/100}:t[a].areaStyle={opacity:0};"line"==t[0].type&&(t[0].label={position:"top",distance:10,show:e.isShow,color:e.subTextColor,fontSize:e.fontSize,fontWeight:e.fontWeight},t[1].label={position:"bottom",distance:10,show:e.isShow,color:e.subTextColor,fontSize:e.fontSize,fontWeight:e.fontWeight})},setOptionsTooltip:function(){var e=this.optionsSetup,t={};t="line"==e.tipType?{show:e.tipShow,trigger:"axis",axisPointer:{type:e.tipType,lineStyle:{color:e.tipColor,type:"dashed"}}}:{show:e.tipShow,trigger:"axis",axisPointer:{type:e.tipType,lineStyle:{color:e.tipColor,type:"dashed"},crossStyle:{color:e.tipColor}}},this.options.tooltip=t},setOptionsGrid:function(){var e=this.optionsSetup,t=[{left:e.marginLeft,right:e.marginRight,top:e.marginTop,containLabel:!0,bottom:"50%"},{left:e.marginLeft,right:e.marginRight,containLabel:!0,top:"51%",bottom:e.marginBottom}];this.options.grid=t},setOptionsLegend:function(){var e=this.optionsSetup,t=this.options.legend;t.show=e.isShowLegend,t.left=e.lateralPosition,t.top=e.longitudinalPosition,t.bottom=e.longitudinalPosition,t.orient=e.layoutFront,t.textStyle={color:e.lengedColor,fontSize:e.lengedFontSize},t.itemWidth=e.lengedWidth},setOptionsLegendName:function(e){var t=this.optionsSetup,a=this.options.series,i=t.legendName;if(null==i||""==i){for(var o=0;o<e.length;o++)a[o].name=e[o];this.options.legend.data=e}else{for(var n=i.split("|"),l=0;l<n.length;l++)a[l].name=n[l];this.options.legend.data=n}},setOptionsColor:function(){for(var e=this.optionsSetup,t=e.customColor,a=this.options.series,i=[],o=0;o<t.length;o++)i.push(t[o].color);if(t)for(var n in a){var l={color:i[n]},r={color:i[n],width:e.lineWidth};this.options.series[n].itemStyle=l,this.options.series[n].lineStyle=r}},setOptionsData:function(){var e=this.optionsSetup,t=this.optionsData;"staticData"==t.dataType?this.staticDataFn(t.staticData,e):this.dynamicDataFn(t.dynamicData,t.refreshTime,e)},setUnique:function(e){var t=[];return e.forEach(function(e){return t.includes(e)?"":t.push(e)}),t},staticDataFn:function(e){var t=[],a=[],i=[],o=[];for(var n in e)t[n]=e[n].axis,a[n]=e[n].name;for(var l in t=this.setUnique(t),a=this.setUnique(a)){var r=new Array(t.length).fill(0);for(var s in t)for(var u in e)e[u].name==a[l]&&e[u].axis==t[s]&&(r[s]=e[u].data);i.push({name:a[l],data:r}),o.push(a[l])}this.options.series[0].name=i[0].name,this.options.series[0].data=i[0].data,this.options.series[1].name=i[1].name,this.options.series[1].data=i[1].data,this.options.xAxis[0].data=t,this.options.xAxis[1].data=t,this.options.legend.data=o,this.setOptionsLegendName(o)},dynamicDataFn:function(e,t,a){var i=this;e&&(this.ispreview?(this.getEchartData(e,a),this.flagInter=setInterval(function(){i.getEchartData(e,a)},t)):this.getEchartData(e,a))},getEchartData:function(e,t){var a=this;this.queryEchartsData(e).then(function(e){a.renderingFn(t,e)})},renderingFn:function(e,t){var a=[];this.options.xAxis[0].data=t.xAxis,this.options.xAxis[1].data=t.xAxis,"line"==t.series[0].type&&(this.options.series[0].name=t.series[0].name,this.options.series[0].data=t.series[0].data,this.options.series[1].name=t.series[1].name,this.options.series[1].data=t.series[1].data,a.push(t.series[0].name),a.push(t.series[1].name)),this.options.legend.data=a,this.setOptionsLegendName(a)}}},o=(a("7dpn"),a("KHd+")),n=Object(o.a)(i,function(){var e=this.$createElement,t=this._self._c||e;return t("div",{style:this.styleObj},[t("v-chart",{attrs:{options:this.options,autoresize:""}})],1)},[],!1,null,"07c7dc93",null);n.options.__file="widgetLineCompareChart.vue";t.a=n.exports},iga3:function(e,t,a){"use strict";var i=a("9WbB");a.n(i).a},lHaW:function(e,t,a){"use strict";var i=a("vRSe");a.n(i).a},lxq7:function(e,t,a){},mr4x:function(e,t,a){},n042:function(e,t,a){"use strict";a("MTm3"),a("MT78");var i=a("qJ4p").a,o={name:"widgetLineMap",props:{value:Object,ispreview:Boolean},data:function(){return{options:{title:{left:"center",textStyle:{color:"#fff"}},tooltip:{trigger:"item",formatter:function(e,t,a){return"effectScatter"==e.seriesType?"线路:"+e.data.name+e.data.value[2]:"lines"==e.seriesType?e.data.fromName+">"+e.data.toName+"<br />"+e.data.value:e.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(e){this.optionsStyle=e.position,this.optionsData=e.data,this.optionsSetup=e.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(e){for(var t=[],a=0;a<e.length;a++){var o=e[a],n=i[o.source],l=i[o.target];n&&l&&t.push({fromName:o.source,toName:o.target,coords:[n,l],value:o.value})}return t},editorOptions:function(){this.setOptionsTitle(),this.setOptionsSource(),this.setOptionsTarget(),this.setOptionsSymbol(),this.setOptionsLine(),this.setOptionsColor(),this.setOptionsData()},setOptionsTitle:function(){var e=this.optionsSetup,t={};t.show=e.isNoTitle,t.text=e.titleText,t.left=e.textAlign,t.textStyle={color:e.textColor,fontSize:e.textFontSize,fontWeight:e.textFontWeight},t.subtext=e.subText,t.subtextStyle={color:e.subTextColor,fontWeight:e.subTextFontWeight,fontSize:e.subTextFontSize},this.options.title=t},setOptionsSource:function(){var e=this.optionsSetup,t=this.options.series[2],a={show:e.isShowSource,position:"right",color:e.sourceFontTextColor,fontSize:e.sourceFontTextSize,fontWeight:e.sourceFontTextWeight},i={normal:{color:e.sourcePointColor}};t.symbolSize=e.sourceSymbolSize,t.label.normal=a,t.itemStyle=i},setOptionsTarget:function(){var e=this.optionsSetup,t=this.options.series[3],a={show:e.isShowTarget,position:"right",color:e.targetFontTextColor,fontSize:e.targetFontTextSize,fontWeight:e.targetFontTextWeight},i={normal:{color:e.targetPointColor}};t.symbolSize=e.targetSymbolSize,t.label.normal=a,t.itemStyle=i},setOptionsSymbol:function(){var e=this.optionsSetup,t=this.options.series[1],a={show:!0,period:this.setPeriod(e),trailLength:0,symbol:this.setSymbol(e),symbolSize:e.symbolSize,color:e.symbolColor};t.effect=a},setSymbol:function(e){return"plane"==e.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(e){return"plane"==e.symbol?e.symbolPeriod-1:e.symbolPeriod},setOptionsLine:function(){var e=this.optionsSetup,t=this.options.series[1],a={normal:{color:e.lineColor,width:e.lineWidth,opacity:.4,curveness:.2}};t.lineStyle=a},setOptionsColor:function(){var e=this.optionsSetup,t={normal:{areaColor:e.blockColor,borderColor:e.borderColor},emphasis:{areaColor:e.highlightColor}};this.options.geo.itemStyle=t},setOptionsData:function(){var e=this.optionsData;"staticData"==e.dataType?this.staticDataFn(e.staticData):this.dynamicDataFn(e.dynamicData,e.refreshTime)},staticDataFn:function(e){var t=this.options.series;t[0].data=this.convertData(e),t[1].data=this.convertData(e),t[2].data=e.map(function(e){if(i[e.source]&&i[e.target])return{name:e.source,value:i[e.source].concat([e.value])}}),t[3].data=e.map(function(e){if(i[e.source]&&i[e.target])return{name:e.target,value:i[e.target].concat([e.value])}})},dynamicDataFn:function(e,t){var a=this;e&&(this.ispreview?(this.getEchartData(e),this.flagInter=setInterval(function(){a.getEchartData(e)},t)):this.getEchartData(e))},getEchartData:function(e){var t=this;this.queryEchartsData(e).then(function(e){t.renderingFn(e)})},renderingFn:function(e){var t=this.options.series;t[0].data=this.convertData(e),t[1].data=this.convertData(e),t[2].data=e.map(function(e){if(i[e.source]&&i[e.target])return{name:e.source,value:i[e.source].concat([e.value])}}),t[3].data=e.map(function(e){if(i[e.source]&&i[e.target])return{name:e.target,value:i[e.target].concat([e.value])}})}}},n=(a("g1jh"),a("KHd+")),l=Object(n.a)(o,function(){var e=this.$createElement,t=this._self._c||e;return t("div",{style:this.styleObj},[t("v-chart",{attrs:{options:this.options,autoresize:""}})],1)},[],!1,null,"e4a1fabe",null);l.options.__file="widgetLineMap.vue";t.a=l.exports},"nSZ/":function(e,t,a){"use strict";var i=a("WZum");a.n(i).a},noNk:function(e,t,a){"use strict";var i=a("GV1z");a.n(i).a},"o+Wu":function(e,t,a){"use strict";var i=a("ZZJi");a.n(i).a},oGVI:function(e,t,a){"use strict";var i=a("BubS");a.n(i).a},ol7W:function(e,t,a){"use strict";var i=a("MT78"),o=a.n(i),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 o.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 o.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 o.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(e){this.optionsStyle=e.position,this.optionsData=e.data,this.optionsCollapse=e.collapse,this.optionsSetup=e.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 e=this.optionsSetup,t=this.options.series;if("gauge"==t[0].type){var a={show:e.ringShow,lineStyle:{width:e.pieWeight,color:[[.3,new o.a.graphic.LinearGradient(0,1,1,0,[{offset:0,color:e.color30p0},{offset:.5,color:e.color30p5},{offset:1,color:e.color30p10}])],[.7,new o.a.graphic.LinearGradient(0,1,1,0,[{offset:0,color:e.color70p0},{offset:.5,color:e.color70p5},{offset:1,color:e.color70p10}])],[1,new o.a.graphic.LinearGradient(0,1,1,0,[{offset:0,color:e.color100p0},{offset:.5,color:e.color100p5},{offset:1,color:e.color100p10}])]]}},i={show:e.tickShow,distance:e.tickDistance,length:e.tickLength,lineStyle:{color:"auto",width:e.tickWidth}},n={show:e.splitShow,distance:e.splitDistance,length:e.splitLength,lineStyle:{color:"auto",width:e.splitWidth}};t[0].axisLine=a,t[0].axisTick=i,t[0].splitLine=n}},setOptionsData:function(){var e=this.optionsData;"staticData"==e.dataType?this.staticDataFn(e.staticData):this.dynamicDataFn(e.dynamicData,e.refreshTime)},staticDataFn:function(e){var t=this.optionsSetup,a=this.options.series,i=[{value:e[0].num}],o={valueAnimation:!0,formatter:"{value} %",color:t.labelColor,fontSize:t.labelFontSize,fontWeight:t.labelFontWeight};a[0].data=i,a[0].detail=o},dynamicDataFn:function(e,t){var a=this;e&&(this.ispreview?(this.getEchartData(e),this.flagInter=setInterval(function(){a.getEchartData(e)},t)):this.getEchartData(e))},getEchartData:function(e){var t=this;this.queryEchartsData(e).then(function(e){t.renderingFn(e)})},renderingFn:function(e){var t=this.optionsSetup,a=this.options.series,i=[{value:e[0].value}],o={valueAnimation:!0,formatter:"{value} %",color:t.labelColor,fontSize:t.labelFontSize,fontWeight:t.labelFontWeight};a[0].data=i,a[0].detail=o}}},l=(a("zSR4"),a("KHd+")),r=Object(l.a)(n,function(){var e=this.$createElement,t=this._self._c||e;return t("div",{style:this.styleObj},[t("v-chart",{attrs:{options:this.options,autoresize:""}})],1)},[],!1,null,"2a46909c",null);r.options.__file="widgetGauge.vue";t.a=r.exports},"omC+":function(e,t,a){},pEiT:function(e,t,a){},pitY:function(e,t,a){"use strict";var i={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(e){this.options=e},deep:!0}},mounted:function(){this.options=this.value},methods:{}},o=(a("QaFp"),a("KHd+")),n=Object(o.a)(i,function(){var e=this.$createElement;return(this._self._c||e)("video",{style:this.styleColor,attrs:{src:this.styleColor.videoAdress,controls:"controls"}},[this._v("\n 您的浏览器不支持 video 标签。\n")])},[],!1,null,"c3171314",null);n.options.__file="widgetVideo.vue";t.a=n.exports},qJ4p:function(e,t,a){"use strict";a.d(t,"a",function(){return i});var i={"铁门关市":[85.6702,41.8629],"双河市":[82.3536,44.8405],"北屯市":[87.8344,47.3267],"博尔塔拉蒙古自治州":[82.0663,44.906],"昌吉回族自治州":[87.3089,44.011],"阿勒泰地区":[88.1412,47.8449],"塔城地区":[82.9803,46.7453],"可克达拉市":[80.9941,43.9403],"昆玉市":[79.2701,37.2153],"石河子市":[86.0803,44.3053],"和田地区":[79.9216,37.1144],"五家渠市":[87.5428,44.1664],"巴音郭楞蒙古自治州":[86.1452,41.7641],"伊犁哈萨克自治州":[81.3236,43.9171],"哈密市":[93.515,42.8193],"喀什地区":[75.9897,39.4704],"阿克苏地区":[80.265,41.1707],"克孜勒苏柯尔克孜自治州":[76.1673,39.7147],"阿拉尔市":[81.2805,40.5472],"图木舒克市":[79.0749,39.8677],"克拉玛依市":[84.8892,45.5777],"胡杨河市":[84.8275,44.6928],"乌鲁木齐市":[87.6168,43.8253],"吐鲁番市":[89.1903,42.9507],"襄阳市":[112.1217,32.0101],"十堰市":[110.7989,32.629],"宜昌市":[111.2869,30.6921],"武汉市":[114.3045,30.5933],"荆门市":[112.199,31.0354],"潜江市":[112.9002,30.4019],"天门市":[113.1665,30.6637],"咸宁市":[114.3226,29.8413],"仙桃市":[113.4429,30.3284],"孝感市":[113.9569,30.9183],"黄冈市":[114.8724,30.4537],"荆州市":[112.2414,30.3362],"恩施土家族苗族自治州":[109.488,30.2721],"神农架林区":[110.6758,31.7451],"随州市":[113.3823,31.6902],"黄石市":[115.0389,30.201],"鄂州市":[114.8949,30.3914],"锦州市":[121.1268,41.0961],"大连市":[121.6147,38.9139],"营口市":[122.2191,40.625],"葫芦岛市":[120.8367,40.7109],"抚顺市":[123.957,41.88131],"沈阳市":[123.4646,41.6775],"丹东市":[124.3544,40.0006],"铁岭市":[123.726,42.2237],"阜新市":[121.67,42.022],"本溪市":[123.6849,41.4868],"鞍山市":[122.9941,41.1082],"辽阳市":[123.2396,41.2673],"盘锦市":[122.1707,40.7195],"朝阳市":[120.4888,41.6018],"汕头市":[116.6819,23.3541],"佛山市":[113.1215,23.0213],"肇庆市":[112.4652,23.0477],"惠州市":[114.4155,23.1123],"深圳市":[114.0579,22.5435],"珠海市":[113.5768,22.2716],"湛江市":[110.3575,21.2701],"揭阳市":[116.3727,23.5509],"阳江市":[111.9834,21.8568],"潮州市":[116.6219,23.6576],"河源市":[114.7002,23.7442],"云浮市":[112.0445,22.9151],"汕尾市":[115.3755,22.7872],"韶关市":[113.5973,24.8109],"江门市":[113.0815,22.5789],"茂名市":[110.9255,21.6627],"清远市":[113.056,23.682],"梅州市":[116.122,24.2888],"广州市":[113.2644,23.13],"中山市":[113.3925,22.517],"东莞市":[113.7518,23.021],"包头市":[109.9531,40.6213],"呼伦贝尔市":[119.7784,49.1665],"巴彦淖尔市":[107.3877,40.7429],"乌海市":[106.7941,39.655],"阿拉善盟":[105.7291,38.8515],"通辽市":[122.2433,43.6535],"兴安盟":[122.0377,46.0823],"锡林郭勒盟":[116.0473,43.9332],"呼和浩特市":[111.7488,40.8421],"乌兰察布市":[113.1322,40.9945],"鄂尔多斯市":[109.7824,39.6087],"赤峰市":[118.8876,42.2568],"鹤岗市":[130.2976,47.3506],"大兴安岭地区":[124.1178,50.4112],"七台河市":[131.003,45.7711],"哈尔滨市":[126.535,45.8029],"佳木斯市":[130.3189,46.8],"双鸭山市":[131.1415,46.6761],"黑河市":[127.5282,50.2448],"牡丹江市":[129.6329,44.5514],"齐齐哈尔市":[123.9181,47.3548],"鸡西市":[130.9693,45.295],"大庆市":[125.104,46.5894],"绥化市":[126.9687,46.6541],"伊春市":[128.8408,47.7283],"洛阳市":[112.4538,34.6197],"三门峡市":[111.2004,34.7731],"漯河市":[114.0166,33.5803],"许昌市":[113.852,34.0373],"南阳市":[112.5285,32.9902],"信阳市":[114.091,32.1486],"济源市":[112.6023,35.069],"濮阳市":[115.0292,35.7627],"鹤壁市":[114.2973,35.7483],"郑州市":[113.6253,34.7463],"焦作市":[113.2419,35.2157],"安阳市":[114.3924,36.0987],"开封市":[114.3142,34.798],"商丘市":[115.6563,34.4151],"新乡市":[113.9267,35.3035],"驻马店市":[114.0219,33.014],"周口市":[114.7012,33.6346],"平顶山市":[113.1925,33.7665],"威海市":[122.1205,37.5133],"淄博市":[118.0549,36.8137],"青岛市":[120.3826,36.0669],"烟台市":[121.4477,37.4645],"聊城市":[115.9852,36.4558],"东营市":[118.6746,37.4339],"滨州市":[117.9707,37.3826],"日照市":[119.5268,35.4169],"潍坊市":[119.1617,36.7076],"济南市":[117.1201,36.652],"泰安市":[117.0869,36.2017],"枣庄市":[117.3237,34.8108],"德州市":[116.3592,37.4364],"济宁市":[116.5871,35.4151],"临沂市":[118.3564,35.1037],"菏泽市":[115.4796,35.2343],"汉中市":[107.0231,33.0663],"商洛市":[109.9186,33.8733],"榆林市":[109.7341,38.2857],"铜川市":[108.9451,34.8971],"延安市":[109.4946,36.6501],"西安市":[108.9396,34.3432],"宝鸡市":[107.2376,34.3628],"安康市":[109.029,32.6854],"咸阳市":[108.7088,34.3298],"渭南市":[109.4709,34.5206],"黔东南苗族侗族自治州":[107.9828,26.5837],"遵义市":[107.0319,27.7219],"六盘水市":[104.8303,26.5925],"铜仁市":[109.1895,27.7315],"黔西南布依族苗族自治州":[104.9064,25.0877],"安顺市":[105.9476,26.2531],"黔南布依族苗族自治州":[107.5223,26.2531],"毕节市":[105.2915,27.2836],"贵阳市":[106.6282,26.6466],"上海市":[121.4726,31.2317],"重庆市":[108.1702,29.2919],"林芝市":[94.3614,29.6487],"昌都市":[97.1704,31.1428],"那曲市":[92.0515,31.4779],"拉萨市":[91.1719,29.6534],"阿里地区":[80.1057,32.5009],"山南市":[91.7714,29.2377],"日喀则市":[88.8804,29.2668],"马鞍山市":[118.506,31.6687],"阜阳市":[115.8142,32.891],"铜陵市":[117.8112,30.9452],"池州市":[117.4956,30.6742],"黄山市":[118.3376,29.7148],"安庆市":[117.1153,30.5318],"淮南市":[117.0186,32.5853],"蚌埠市":[117.3885,32.9168],"亳州市":[115.7785,33.8462],"宣城市":[118.7591,30.9392],"六安市":[116.5197,31.7358],"芜湖市":[118.433,31.3526],"宿州市":[116.9641,33.6472],"淮北市":[116.7983,33.9562],"合肥市":[117.2272,31.8205],"滁州市":[118.3334,32.2559],"福州市":[119.2964,26.0742],"宁德市":[119.5477,26.6662],"莆田市":[119.0076,25.4542],"南平市":[118.0813,27.3828],"厦门市":[118.0889,24.4796],"泉州市":[118.6757,24.8744],"漳州市":[117.6472,24.5152],"三明市":[117.6389,26.2634],"龙岩市":[117.0173,25.0758],"岳阳市":[113.1289,29.3564],"湘西土家族苗族自治州":[109.7374,28.3125],"长沙市":[112.9388,28.2283],"常德市":[111.699,29.0314],"张家界市":[110.4788,29.1173],"怀化市":[110.0015,27.5698],"湘潭市":[112.9454,27.8313],"株洲市":[113.1327,27.8288],"邵阳市":[111.4678,27.2395],"郴州市":[113.0155,25.7701],"娄底市":[111.9944,27.6998],"益阳市":[112.3559,28.5548],"衡阳市":[112.572,26.8942],"永州市":[111.6134,26.4198],"临高县":[109.6905,19.912],"定安县":[110.358,19.6812],"琼海市":[110.4745,19.2591],"陵水黎族自治县":[110.0375,18.506],"白沙黎族自治县":[109.4429,19.2216],"屯昌县":[110.1016,19.3516],"东方市":[108.6518,19.0951],"乐东黎族自治县":[109.1733,18.75],"昌江黎族自治县":[109.0557,19.2981],"万宁市":[110.3926,18.7936],"琼中黎族苗族自治县":[109.8384,19.0332],"三沙市":[112.3386,16.831],"澄迈县":[110.0074,19.7388],"文昌市":[110.7974,19.5442],"三亚市":[109.5117,18.2528],"儋州市":[109.5808,19.5209],"海口市":[110.1984,20.0458],"保亭黎族苗族自治县":[109.7002,18.6403],"五指山市":[109.5167,18.7748],"连云港市":[119.2214,34.5966],"南通市":[120.8945,31.9812],"宿迁市":[118.2752,33.9631],"南京市":[118.7966,32.0593],"淮安市":[119.1131,33.5514],"常州市":[119.974,31.8113],"镇江市":[119.4244,32.1881],"泰州市":[119.9228,32.4566],"盐城市":[120.1626,33.3481],"扬州市":[119.4128,32.3944],"无锡市":[120.3118,31.491],"苏州市":[120.5852,31.2997],"徐州市":[117.2837,34.2042],"海西蒙古族藏族自治州":[97.3319,37.3481],"海南藏族自治州":[100.6226,36.2963],"海东市":[102.4106,36.4734],"玉树藏族自治州":[97.0062,33.0063],"黄南藏族自治州":[102.0153,35.5193],"果洛藏族自治州":[100.2451,34.4721],"西宁市":[101.7777,36.6166],"海北藏族自治州":[100.9009,36.9546],"柳州市":[109.428,24.3264],"钦州市":[108.6543,21.9808],"北海市":[109.1202,21.4813],"百色市":[106.6186,23.903],"梧州市":[111.279,23.4767],"桂林市":[110.1797,25.2356],"贺州市":[111.5672,24.4041],"来宾市":[109.2212,23.7501],"河池市":[108.0852,24.6929],"玉林市":[110.1809,22.654],"南宁市":[108.3664,22.8177],"崇左市":[107.3649,22.3771],"贵港市":[109.5989,23.1118],"防城港市":[108.3546,21.6867],"固原市":[106.2426,36.0162],"中卫市":[105.1967,37.5001],"石嘴山市":[106.3827,38.9846],"银川市":[106.2309,38.4877],"吴忠市":[106.1986,37.9977],"宁波市":[121.6245,29.8602],"温州市":[120.6992,27.9938],"嘉兴市":[120.7556,30.7468],"舟山市":[122.2073,29.9855],"台州市":[121.4207,28.6557],"丽水市":[119.9232,28.4676],"金华市":[119.6472,29.0791],"衢州市":[118.8593,28.9702],"湖州市":[120.0868,30.8941],"杭州市":[120.2107,30.246],"绍兴市":[120.5828,30.0515],"唐山市":[118.1801,39.6306],"秦皇岛市":[119.5202,39.8882],"邯郸市":[114.5391,36.6258],"廊坊市":[116.6835,39.5383],"沧州市":[116.8387,38.3046],"邢台市":[114.4974,37.0602],"衡水市":[115.6689,37.7393],"张家口市":[114.8858,40.7689],"石家庄市":[114.5149,38.042],"保定市":[115.4645,38.8744],"承德市":[117.9627,40.9529],"香港":[114.1733,22.32],"澳门":[113.549,22.1989],"嘉峪关市":[98.2882,39.7732],"酒泉市":[98.4943,39.7334],"兰州市":[103.8342,36.0607],"金昌市":[102.1879,38.5214],"白银市":[104.1388,36.5451],"平凉市":[106.6649,35.5424],"张掖市":[100.4498,38.9247],"庆阳市":[107.6434,35.7094],"武威市":[102.6378,37.9289],"甘南藏族自治州":[102.9117,34.9832],"临夏回族自治州":[103.2103,35.6017],"定西市":[104.5923,35.6079],"天水市":[105.7248,34.5815],"陇南市":[104.9602,33.3701],"广元市":[105.844,32.4357],"南充市":[106.1105,30.8372],"绵阳市":[104.6791,31.4676],"巴中市":[106.7475,31.8678],"德阳市":[104.3977,31.1274],"成都市":[104.0663,30.5729],"内江市":[105.0579,29.5802],"自贡市":[104.7793,29.3392],"广安市":[106.6326,30.4563],"资阳市":[104.6272,30.1292],"达州市":[107.4677,31.2092],"遂宁市":[105.5926,30.5326],"乐山市":[103.766,29.5522],"泸州市":[105.4418,28.8709],"眉山市":[103.8484,30.0771],"宜宾市":[104.6428,28.7523],"凉山彝族自治州":[102.2677,27.8813],"攀枝花市":[101.7184,26.5824],"甘孜藏族自治州":[101.9623,30.0495],"阿坝藏族羌族自治州":[102.2245,31.8994],"雅安市":[103.0415,30.0099],"天津市":[117.2015,39.0853],"赣州市":[114.9334,25.8311],"景德镇市":[117.1848,29.2744],"萍乡市":[113.8871,27.6587],"新余市":[114.9166,27.8185],"吉安市":[114.9668,27.0912],"上饶市":[117.943,28.4551],"南昌市":[115.8579,28.6829],"抚州市":[116.358,27.9489],"鹰潭市":[117.0395,28.272],"九江市":[115.95356,29.661],"宜春市":[114.4168,27.8162],"曲靖市":[103.7962,25.4908],"昭通市":[103.717,27.3381],"红河哈尼族彝族自治州":[103.3748,23.3631],"怒江傈僳族自治州":[98.8566,25.8175],"西双版纳傣族自治州":[100.797,22.009],"丽江市":[100.2259,26.8551],"文山壮族苗族自治州":[104.2156,23.4009],"玉溪市":[102.5266,24.3467],"普洱市":[100.966,22.8252],"保山市":[99.1614,25.112],"大理白族自治州":[100.2676,25.6065],"楚雄彝族自治州":[101.5283,25.0456],"迪庆藏族自治州":[99.7021,27.8191],"临沧市":[100.0888,23.8841],"昆明市":[102.8336,24.8814],"德宏傣族景颇族自治州":[98.5856,24.4331],"太原市":[112.5496,37.8704],"阳泉市":[113.5804,37.857],"吕梁市":[111.1445,37.5189],"晋中市":[112.7526,37.688],"长治市":[113.1173,36.1951],"临汾市":[111.5193,36.0885],"运城市":[111.007,35.0266],"忻州市":[112.7341,38.4159],"朔州市":[112.4329,39.3317],"大同市":[113.3667,40.0971],"晋城市":[112.852,35.4913],"北京市":[116.4551,40.2539],"松原市":[124.8253,45.1419],"长春市":[125.3236,43.8169],"吉林市":[126.5497,43.8381],"白城市":[122.8381,45.6201],"辽源市":[125.1446,42.8879],"四平市":[124.3505,43.1667],"延边朝鲜族自治州":[129.4706,42.9094],"白山市":[126.4142,41.9441],"通化市":[125.9397,41.7283]}},qjL0:function(e,t,a){"use strict";var i=a("eGR8");a.n(i).a},qtOS:function(e,t,a){"use strict";var i=a("MT78"),o=a.n(i),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:{data:["调解成功","调解失败","调解终止","调解成功率"],left:"7%",top:"5%",textStyle:{color:"#666666"},itemWidth:15,itemHeight:10,itemGap:25},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"},position:"right",axisLine:{lineStyle:{color:"#cdd5e2"}},splitLine:{show:!1},axisLabel:{show:!0,textStyle:{color:"#666666"}}}],series:[{name:"调解成功",type:"bar",itemStyle:{normal:{color:new o.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 o.a.graphic.LinearGradient(0,0,0,1,[{offset:0,color:"#3d93f2"},{offset:1,color:"#5dc1fd"}]),barBorderRadius:6}},data:[]},{name:"调解终止",type:"bar",itemStyle:{normal:{color:new o.a.graphic.LinearGradient(0,0,0,1,[{offset:0,color:"#01c871"},{offset:1,color:"#55f49c"}]),barBorderRadius:6}},data:[]},{name:"调解成功率",type:"line",yAxisIndex:1,smooth:!1,symbol:"circle",symbolSize:8,itemStyle:{normal:{color:"#ffa43a",borderColor:"rgba(255, 234, 0, 0.5)",borderWidth:5}},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(e){this.optionsStyle=e.position,this.optionsData=e.data,this.optionsCollapse=e.collapse,this.optionsSetup=e.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.setOptionsColor(),this.setOptionsData()},setOptionsTitle:function(){var e=this.optionsSetup,t={};t.text=e.titleText,t.show=e.isNoTitle,t.left=e.textAlign,t.textStyle={color:e.textColor,fontSize:e.textFontSize,fontWeight:e.textFontWeight},t.subtext=e.subText,t.subtextStyle={color:e.subTextColor,fontWeight:e.subTextFontWeight,fontSize:e.subTextFontSize},this.options.title=t},setOptionsX:function(){var e=this.optionsSetup,t={type:"category",show:e.hideX,name:e.xName,nameTextStyle:{color:e.nameColorX,fontSize:e.nameFontSizeX},nameRotate:e.textAngle,inverse:e.reversalX,axisLabel:{show:!0,interval:e.textInterval,rotate:e.textAngle,textStyle:{color:e.Xcolor,fontSize:e.fontSizeX}},axisLine:{show:!0,lineStyle:{color:e.lineColorX}},splitLine:{show:e.isShowSplitLineX,lineStyle:{color:e.splitLineColorX}}};this.options.xAxis=t},setOptionsY:function(){var e=this.optionsSetup,t=[{type:"value",show:e.isShowYLeft,name:e.textNameYLeft,nameTextStyle:{color:e.nameColorYLeft,fontSize:e.namefontSizeYLeft},axisLabel:{show:!0,textStyle:{color:e.colorY,fontSize:e.fontSizeY}},axisLine:{show:e.isShowYLeft,lineStyle:{color:e.lineColorY}},splitLine:{show:!1}},{type:"value",position:"right",show:e.isShowYRight,name:e.textNameYRight,nameTextStyle:{color:e.nameColorYRight,fontSize:e.namefontSizeYRight},axisLabel:{show:!0,textStyle:{color:e.colorY,fontSize:e.fontSizeY}},axisLine:{show:e.isShowYRight,lineStyle:{color:e.lineColorY}},splitLine:{show:!1}}];this.options.yAxis=t},setOptionsTooltip:function(){var e=this.optionsSetup,t={trigger:"item",show:!0,textStyle:{color:e.lineColor,fontSize:e.tipFontSize}};this.options.tooltip=t},setOptionsMargin:function(){var e=this.optionsSetup,t={left:e.marginLeft,right:e.marginRight,bottom:e.marginBottom,top:e.marginTop,containLabel:!0};this.options.grid=t},setOptionsLegend:function(){var e=this.optionsSetup,t=this.options.legend;t.show=e.isShowLegend,t.left=e.lateralPosition,t.top=e.longitudinalPosition,t.bottom=e.longitudinalPosition,t.orient=e.layoutFront,t.textStyle={color:e.lengedColor,fontSize:e.lengedFontSize},t.itemWidth=e.lengedWidth},setOptionsLegendName:function(e){var t=this.optionsSetup,a=this.options.series,i=t.legendName;if(null==i||""==i){for(var o=0;o<e.length;o++)a[o].name=e[o];this.options.legend.data=e}else{for(var n=i.split("|"),l=0;l<n.length;l++)a[l].name=n[l];this.options.legend.data=n}},setOptionsColor:function(){var e=this.optionsSetup.customColor,t=this.options.series;if(e){for(var a=[],i=0;i<e.length;i++)a.push(e[i].color);for(var o in t)"bar"==t[o].type?t[o].itemStyle.normal.color=a[o]:t[o].lineStyle.color=a[o]}},setOptionsData:function(){var e=this.optionsData;"staticData"==e.dataType?this.staticDataFn(e.staticData):this.dynamicDataFn(e.dynamicData,e.refreshTime)},staticDataFn:function(e){var t=this.optionsSetup,a=this.options.series,i=[],o=[],n=[],l=[],r=[];for(var s in e)i[s]=e[s].date,o[s]=e[s].unsales,n[s]=e[s].manus,l[s]=e[s].rework,r[s]=e[s].sales;for(var u in this.options.xAxis.data=i,a)"bar"==a[u].type?(a[u].label={show:t.isShowBar,position:"top",distance:t.distanceBar,fontSize:t.fontSizeBar,color:t.subTextColorBar,fontWeight:t.fontWeightBar},a[u].barWidth=t.maxWidth,a[u].itemStyle.normal.barBorderRadius=t.radius):"line"==a[u].type&&(a[u].yAxisIndex=1,a[u].showSymbol=t.markPoint,a[u].symbolSize=t.pointSize,a[u].smooth=t.smoothCurve,t.area?a[u].areaStyle={opacity:t.areaThickness/100}:a[u].areaStyle={opacity:0},a[u].lineStyle={width:t.lineWidth},a[u].label={show:t.isShowLine,position:"top",distance:t.distanceLine,fontSize:t.fontSizeLine,color:t.subTextColorLine,fontWeight:t.fontWeightLine});a[0].data=o,a[1].data=n,a[2].data=l,a[3].data=r;var c=[];c.push("调解成功"),c.push("调解失败"),c.push("调解终止"),c.push("调解成功率"),this.options.legend.data=c,this.setOptionsLegendName(c)},dynamicDataFn:function(e,t){var a=this;e&&(this.ispreview?(this.getEchartData(e),this.flagInter=setInterval(function(){a.getEchartData(e)},t)):this.getEchartData(e))},getEchartData:function(e){var t=this;this.queryEchartsData(e).then(function(e){t.renderingFn(e)})},renderingFn:function(e){var t=this.optionsSetup;this.options.xAxis.data=e.xAxis;var a=[],i=[];for(var o in e.series){var n={};"bar"==e.series[o].type?(n.name=e.series[o].name,n.type=e.series[o].type,n.label={show:t.isShowBar,position:"top",distance:t.distanceBar,fontSize:t.fontSizeBar,color:t.subTextColorBar,fontWeight:t.fontWeightBar},n.barWidth=t.maxWidth,n.itemStyle={normal:{barBorderRadius:t.radius}},n.data=e.series[o].data,a.push(n)):"line"==e.series[o].type&&(n.name=e.series[o].name,n.type=e.series[o].type,n.yAxisIndex=1,n.showSymbol=t.markPoint,n.symbolSize=t.pointSize,n.smooth=t.smoothCurve,t.area?n.areaStyle={opacity:t.areaThickness/100}:n.areaStyle={opacity:0},n.lineStyle={width:t.lineWidth},n.label={show:t.isShowLine,position:"top",distance:t.distanceLine,fontSize:t.fontSizeLine,color:t.subTextColorLine,fontWeight:t.fontWeightLine},n.data=e.series[o].data,a.push(n)),i.push(e.series[o].name)}this.options.series=a,this.options.legend.data=i,this.setOptionsLegendName(i)}}},l=(a("FIzw"),a("KHd+")),r=Object(l.a)(n,function(){var e=this.$createElement,t=this._self._c||e;return t("div",{style:this.styleObj},[t("v-chart",{attrs:{options:this.options,autoresize:""}})],1)},[],!1,null,"507f5996",null);r.options.__file="widgetMoreBarLineChart.vue";t.a=r.exports},rAJX:function(e,t,a){"use strict";a.r(t);var i=a("14Xm"),o=a.n(i),n=a("D3Ub"),l=a.n(n),r=a("ba/L"),s=a("gDS+"),u=a.n(s),c=function(e,t,a){console.log("aa",t("screen"));var i=t("screen").options.setup;for(var o in e)for(var n=0;n<i.length;n++)o==i[n].name&&(i[n].value=e[o]);return a(),{backgroundColor:e&&e.backgroundColor||"",backgroundImage:e&&e.backgroundImage||"",height:e&&e.height||"1080",title:e&&e.title||"",width:e&&e.width||"1920"}},h=function(e,t){for(var a=e.dashboard?e.dashboard.widgets:[],i=[],o=0;o<a.length;o++){var n={};n.type=a[o].type,n.value={setup:a[o].value.setup,data:a[o].value.data,position:a[o].value.position};var l=f(t(a[o].type)).options,r=p(a[o].value,l);n.options=r,i.push(n)}return i},p=function(e,t){var a=function(a){for(var i=0;i<t.setup.length;i++){var o=t.setup[i];if("[object Object]"==Object.prototype.toString.call(o))a==t.setup[i].name&&(t.setup[i].value=e.setup[a]);else if("[object Array]"==Object.prototype.toString.call(o))for(var n=0;n<o.length;n++){o[n].list.forEach(function(t){a==t.name&&(t.value=e.setup[a])})}}};for(var i in e.setup)a(i);for(var i in e.position)for(var o=0;o<t.position.length;o++)i==t.position[o].name&&(t.position[o].value=e.position[i]);for(var n in e.data)for(var l=0;l<t.data.length;l++)n==t.data[l].name&&(t.data[l].value=e.data[n]);return t},d=function(e,t){return e*t},m=function(e,t){for(var a=0;a<e.length;a++)if("[object Object]"==Object.prototype.toString.call(e[a]))for(var i in t)e[a].name==i&&(e[a].value=t[i]);else if("[object Array]"==Object.prototype.toString.call(e[a]))for(var o=0;o<e[a].length;o++)for(var n=e[a][o].list,l=0;l<n.length;l++)for(var r in t)n[l].name==r&&(n[l].value=t[r])},f=function(e){return JSON.parse(u()(e))},v=a("m1cH"),y=a.n(v),g={code:"screen",type:"screen",label:"大屏设置",icon:"",options:{setup:[{type:"el-input-number",label:"大屏宽度",name:"width",required:!1,placeholder:"px",value:"1920"},{type:"el-input-number",label:"大屏高度",name:"height",required:!1,placeholder:"px",value:"1080"},{type:"el-input-text",label:"标题",name:"title",require:!1,placeholder:"",value:"大屏"},{type:"el-input-textarea",label:"大屏简介",name:"description",required:!1,placeholder:""},{type:"vue-color",label:"背景颜色",name:"backgroundColor",required:!1,placeholder:"",value:"#000"},{type:"custom-upload",label:"图片地址",name:"backgroundImage",required:!1,placeholder:"",value:"https://ajreport.beliefteam.cn/file/download/bf566e48-ccad-40e1-8ee9-228427e5466b"}],data:[],position:[]}},b=[g,{code:"widget-href",type:"text",tabName:"文本栏",label:"超链接",icon:"iconchaolianjie",options:{setup:[{type:"el-input-text",label:"图层名称",name:"layerName",required:!1,placeholder:"",value:"超链接"},{type:"el-input-text",label:"文本内容",name:"text",required:!1,placeholder:"",value:"超链接"},{type:"el-input-number",label:"字体大小",name:"fontSize",required:!1,placeholder:"",value:"26"},{type:"vue-color",label:"字体颜色",name:"color",required:!1,placeholder:"",value:"#FAD400"},{type:"el-input-number",label:"字体间距",name:"letterSpacing",required:!1,placeholder:"",value:"0"},{type:"vue-color",label:"字体背景",name:"background",required:!1,placeholder:"",value:"rgba(115,170,229,.5)"},{type:"el-select",label:"文字粗细",name:"fontWeight",required:!1,placeholder:"",selectOptions:[{code:"normal",name:"正常"},{code:"bold",name:"粗体"},{code:"bolder",name:"特粗体"},{code:"lighter",name:"细体"}],value:"normal"},{type:"el-select",label:"对齐方式",name:"textAlign",required:!1,placeholder:"",selectOptions:[{code:"center",name:"居中"},{code:"left",name:"左对齐"},{code:"right",name:"右对齐"}],value:"center"},{type:"el-radio-group",label:"跳转方式",name:"jumpMode",required:!1,placeholder:"",selectOptions:[{code:"self",name:"本窗口"},{code:"other",name:"新窗口"}],value:"self"},{type:"el-input-text",label:"超链地址",name:"linkAdress",required:!1,placeholder:"",value:"http://www.baidu.com"}],data:[],position:[{type:"el-input-number",label:"左边距",name:"left",required:!1,placeholder:"",value:0},{type:"el-input-number",label:"上边距",name:"top",required:!1,placeholder:"",value:0},{type:"el-input-number",label:"宽度",name:"width",required:!1,placeholder:"该容器在1920px大屏中的宽度",value:100},{type:"el-input-number",label:"高度",name:"height",required:!1,placeholder:"该容器在1080px大屏中的高度",value:40}]}},{code:"widget-iframe",type:"text",tabName:"文本栏",label:"内联框架",icon:"iconkuangjia",options:{setup:[{type:"el-input-text",label:"图层名称",name:"layerName",required:!1,placeholder:"",value:"iframe"},{type:"el-input-text",label:"地址",name:"iframeAdress",required:!1,placeholder:"",value:"https://report.anji-plus.com/index.html"}],data:[],position:[{type:"el-input-number",label:"左边距",name:"left",required:!1,placeholder:"",value:0},{type:"el-input-number",label:"上边距",name:"top",required:!1,placeholder:"",value:0},{type:"el-input-number",label:"宽度",name:"width",required:!1,placeholder:"该容器在1920px大屏中的宽度",value:300},{type:"el-input-number",label:"高度",name:"height",required:!1,placeholder:"该容器在1080px大屏中的高度",value:200}]}},{code:"widget-image",type:"text",tabName:"文本栏",label:"图片",icon:"icontupian",options:{setup:[{type:"el-input-text",label:"图层名称",name:"layerName",required:!1,placeholder:"",value:"图片"},{type:"el-switch",label:"开启旋转",name:"startRotate",required:!1,placeholder:"",value:!1},{type:"el-slider",label:"旋转速度",name:"rotationSpeed",required:!1,placeholder:"",value:70},{type:"el-slider",label:"透明度",name:"transparency",required:!1,placeholder:"",value:100},{type:"el-input-number",label:"圆角",name:"borderRadius",required:!1,placeholder:"",value:"0"},{type:"custom-upload",label:"图片地址",name:"imageAdress",required:!1,placeholder:"",value:"http://10.108.26.197:9095/file/download/fd20d563-00aa-45e2-b5db-aff951f814ec"},{type:"vue-color",label:"背景颜色",name:"background",required:!1,placeholder:""}],data:[],position:[{type:"el-input-number",label:"左边距",name:"left",required:!1,placeholder:"",value:0},{type:"el-input-number",label:"上边距",name:"top",required:!1,placeholder:"",value:0},{type:"el-input-number",label:"宽度",name:"width",required:!1,placeholder:"该容器在1920px大屏中的宽度",value:300},{type:"el-input-number",label:"高度",name:"height",required:!1,placeholder:"该容器在1080px大屏中的高度",value:200}]}},{code:"widget-marquee",type:"text",tabName:"文本栏",label:"滚动文本",icon:"iconhengxiangwenzi",options:{setup:[{type:"el-input-text",label:"图层名称",name:"layerName",required:!1,placeholder:"",value:"跑马灯"},{type:"el-input-text",label:"文本内容",name:"text",required:!1,placeholder:"",value:"滚动文本"},{type:"el-input-number",label:"字体大小",name:"fontSize",required:!1,placeholder:"",value:"26"},{type:"vue-color",label:"字体颜色",name:"color",required:!1,placeholder:"",value:"#FAD400"},{type:"el-input-number",label:"字体间距",name:"letterSpacing",required:!1,placeholder:"",value:"0"},{type:"vue-color",label:"字体背景",name:"background",required:!1,placeholder:"",value:"rgba(115,170,229,.5)"},{type:"el-select",label:"文字粗细",name:"fontWeight",required:!1,placeholder:"",selectOptions:[{code:"normal",name:"正常"},{code:"bold",name:"粗体"},{code:"bolder",name:"特粗体"},{code:"lighter",name:"细体"}],value:"normal"}],data:[{type:"el-radio-group",label:"数据类型",name:"dataType",require:!1,placeholder:"",selectValue:!0,selectOptions:[{code:"staticData",name:"静态数据"},{code:"dynamicData",name:"动态数据"}],value:"staticData"},{type:"el-input-number",label:"刷新时间(毫秒)",name:"refreshTime",relactiveDom:"dataType",relactiveDomValue:"dynamicData",value:5e3},{type:"el-button",label:"静态数据",name:"staticData",required:!1,placeholder:"",relactiveDom:"dataType",relactiveDomValue:"staticData",value:"文本框"},{type:"dycustComponents",label:"",name:"dynamicData",required:!1,placeholder:"",relactiveDom:"dataType",relactiveDomValue:"dynamicData",chartType:"widget-text",dictKey:"TEXT_PROPERTIES",value:""}],position:[{type:"el-input-number",label:"左边距",name:"left",required:!1,placeholder:"",value:0},{type:"el-input-number",label:"上边距",name:"top",required:!1,placeholder:"",value:0},{type:"el-input-number",label:"宽度",name:"width",required:!1,placeholder:"该容器在1920px大屏中的宽度",value:100},{type:"el-input-number",label:"高度",name:"height",required:!1,placeholder:"该容器在1080px大屏中的高度",value:40}]}},{code:"widget-table",type:"text",tabName:"文本栏",label:"表格",icon:"iconbiaoge",options:{setup:[{type:"el-input-text",label:"图层名称",name:"layerName",required:!1,placeholder:"",value:"表格"},{type:"el-select",label:"字体位置",name:"textAlign",required:!1,placeholder:"",selectOptions:[{code:"center",name:"居中"},{code:"left",name:"左对齐"},{code:"right",name:"右对齐"}],value:"center"},{type:"el-input-number",label:"字体大小",name:"fontSize",required:!1,placeholder:"",value:"16"},{type:"el-input-number",label:"显示行数",name:"vis",required:!1,placeholder:"",value:"5"},{type:"el-input-number",label:"行高",name:"rowHeight",required:!1,placeholder:"",value:"50"},{type:"el-switch",label:"开启滚动",name:"isRoll",required:!1,placeholder:"",value:!0},{type:"el-select",label:"动画效果",name:"effect",required:!1,placeholder:"",selectOptions:[{code:"top",name:"上滚动"},{code:"topLoop",name:"上循环滚动"}],value:"topLoop"},{type:"el-input-number",label:"滚动间隔(毫秒)",name:"interTime",required:!1,placeholder:"",value:2500},{type:"el-input-number",label:"动效时间(毫秒)",name:"delayTime",required:!1,placeholder:"",value:500},{type:"el-input-number",label:"滚动个数",name:"scroll",required:!1,placeholder:"",value:1},{type:"el-switch",label:"边框线",name:"isLine",required:!1,placeholder:"",value:!1},{type:"el-input-number",label:"边框宽度",name:"borderWidth",required:!1,placeholder:"",value:1},{type:"vue-color",label:"边框颜色",name:"borderColor",required:!1,placeholder:"",value:"#fff"},[{name:"表头设置",list:[{type:"el-switch",label:"表头显隐",name:"isHeader",required:!1,placeholder:"",value:!0},{type:"vue-color",label:"表头颜色",name:"headColor",require:!1,placeholder:"",value:"#fff"},{type:"vue-color",label:"表头背景",name:"headBackColor",require:!1,placeholder:"",value:"#0a73ff"}]},{name:"表体设置",list:[{type:"vue-color",label:"文字颜色",name:"bodyColor",required:!1,placeholder:"",value:"#fff"},{type:"vue-color",label:"表格背景色",name:"tableBgColor",require:!1,placeholder:"",value:""},{type:"vue-color",label:"奇行颜色",name:"oldColor",require:!1,placeholder:"",value:"#0a2732"},{type:"vue-color",label:"偶行颜色",name:"eventColor",required:!1,placeholder:"",value:"#003b51"}]}],{type:"dynamic-add-table",label:"",name:"dynamicAddTable",required:!1,placeholder:"",value:[{name:"日期",key:"date",width:"50%"},{name:"姓名",key:"name",width:"50%"},{name:"地址",key:"address",width:"200%"}]}],data:[{type:"el-radio-group",label:"数据类型",name:"dataType",require:!1,placeholder:"",selectValue:!0,selectOptions:[{code:"staticData",name:"静态数据"},{code:"dynamicData",name:"动态数据"}],value:"staticData"},{type:"el-input-number",label:"刷新时间(毫秒)",name:"refreshTime",relactiveDom:"dataType",relactiveDomValue:"dynamicData",value:3e4},{type:"el-button",label:"静态数据",name:"staticData",required:!1,placeholder:"",relactiveDom:"dataType",relactiveDomValue:"staticData",value:[{date:"2016-05-02",name:"王小虎",address:"上海市普陀区金沙江路 1518 弄0001"},{date:"2016-05-02",name:"王小虎",address:"上海市普陀区金沙江路 1518 弄0002"},{date:"2016-05-02",name:"王小虎",address:"上海市普陀区金沙江路 1518 弄0003"},{date:"2016-05-02",name:"王小虎",address:"上海市普陀区金沙江路 1518 弄0004"},{date:"2016-05-02",name:"王小虎",address:"上海市普陀区金沙江路 1518 弄0005"},{date:"2016-05-02",name:"王小虎",address:"上海市普陀区金沙江路 1518 弄0006"},{date:"2016-05-02",name:"王小虎",address:"上海市普陀区金沙江路 1518 弄0007"}]},{type:"dycustComponents",label:"",name:"dynamicData",required:!1,placeholder:"",relactiveDom:"dataType",relactiveDomValue:"dynamicData",chartType:"widget-table",dictKey:"TEXT_PROPERTIES",value:""}],position:[{type:"el-input-number",label:"左边距",name:"left",required:!1,placeholder:"",value:0},{type:"el-input-number",label:"上边距",name:"top",required:!1,placeholder:"",value:0},{type:"el-input-number",label:"宽度",name:"width",required:!1,placeholder:"该容器在1920px大屏中的宽度",value:600},{type:"el-input-number",label:"高度",name:"height",required:!1,placeholder:"该容器在1080px大屏中的高度",value:300}]}},{code:"widget-text",type:"text",tabName:"文本栏",label:"文本",icon:"iconziyuan",options:{setup:[{type:"el-input-text",label:"图层名称",name:"layerName",required:!1,placeholder:"",value:"文本框"},{type:"el-input-text",label:"文本内容",name:"text",required:!1,placeholder:"",value:"文本框"},{type:"el-input-number",label:"字体大小",name:"fontSize",required:!1,placeholder:"",value:"26"},{type:"vue-color",label:"字体颜色",name:"color",required:!1,placeholder:"",value:"#FAD400"},{type:"el-input-number",label:"字体间距",name:"letterSpacing",required:!1,placeholder:"",value:"0"},{type:"vue-color",label:"字体背景",name:"background",required:!1,placeholder:"",value:"rgba(115,170,229,.0)"},{type:"el-select",label:"文字粗细",name:"fontWeight",required:!1,placeholder:"",selectOptions:[{code:"normal",name:"正常"},{code:"bold",name:"粗体"},{code:"bolder",name:"特粗体"},{code:"lighter",name:"细体"}],value:"normal"},{type:"el-select",label:"对齐方式",name:"textAlign",required:!1,placeholder:"",selectOptions:[{code:"center",name:"居中"},{code:"left",name:"左对齐"},{code:"right",name:"右对齐"}],value:"center"}],data:[{type:"el-radio-group",label:"数据类型",name:"dataType",require:!1,placeholder:"",selectValue:!0,selectOptions:[{code:"staticData",name:"静态数据"},{code:"dynamicData",name:"动态数据"}],value:"staticData"},{type:"el-input-number",label:"刷新时间(毫秒)",name:"refreshTime",relactiveDom:"dataType",relactiveDomValue:"dynamicData",value:5e3},{type:"el-button",label:"静态数据",name:"staticData",required:!1,placeholder:"",relactiveDom:"dataType",relactiveDomValue:"staticData",value:"文本框"},{type:"dycustComponents",label:"",name:"dynamicData",required:!1,placeholder:"",relactiveDom:"dataType",relactiveDomValue:"dynamicData",chartType:"widget-text",dictKey:"TEXT_PROPERTIES",value:""}],position:[{type:"el-input-number",label:"左边距",name:"left",required:!1,placeholder:"",value:0},{type:"el-input-number",label:"上边距",name:"top",required:!1,placeholder:"",value:0},{type:"el-input-number",label:"宽度",name:"width",required:!1,placeholder:"该容器在1920px大屏中的宽度",value:100},{type:"el-input-number",label:"高度",name:"height",required:!1,placeholder:"该容器在1080px大屏中的高度",value:40}]}},{code:"widget-time",type:"text",tabName:"文本栏",label:"当前时间",icon:"iconshijian",options:{setup:[{type:"el-input-text",label:"图层名称",name:"layerName",required:!1,placeholder:"",value:"当前时间"},{type:"el-select",label:"时间格式",name:"timeFormat",required:!1,placeholder:"",selectOptions:[{code:"yyyy-MM-dd",name:"日期"},{code:"yyyy-MM-dd hh:mm",name:"日期+时分"},{code:"yyyy-MM-dd hh:mm:ss",name:"日期+时分秒"},{code:"MM-dd",name:"日期无年"},{code:"hh:mm",name:"时分"},{code:"hh:mm:ss",name:"时分秒"},{code:"year-week",name:"日期+星期"},{code:"year-h-m-week",name:"日期+时分+星期"},{code:"year-h-m-s-week",name:"日期+时分秒+星期"},{code:"week",name:"星期"}],value:"yyyy-MM-dd hh:mm:ss"},{type:"el-input-number",label:"字体间距",name:"letterSpacing",required:!1,placeholder:"",value:"0"},{type:"el-input-number",label:"字体大小",name:"fontSize",required:!1,placeholder:"",value:"36"},{type:"vue-color",label:"字体颜色",name:"color",required:!1,placeholder:"",value:"#FAD400"},{type:"vue-color",label:"字体背景",name:"background",required:!1,placeholder:"",value:"rgba(115,170,229,.5)"},{type:"el-select",label:"文字粗细",name:"fontWeight",required:!1,placeholder:"",selectOptions:[{code:"normal",name:"正常"},{code:"bold",name:"粗体"},{code:"bolder",name:"特粗体"},{code:"lighter",name:"细体"}],value:"normal"},{type:"el-select",label:"对齐方式",name:"textAlign",required:!1,placeholder:"",selectOptions:[{code:"center",name:"居中"},{code:"left",name:"左对齐"},{code:"right",name:"右对齐"}],value:"left"}],data:[],position:[{type:"el-input-number",label:"左边距",name:"left",required:!1,placeholder:"",value:0},{type:"el-input-number",label:"上边距",name:"top",required:!1,placeholder:"",value:0},{type:"el-input-number",label:"宽度",name:"width",required:!1,placeholder:"该容器在1920px大屏中的宽度",value:400},{type:"el-input-number",label:"高度",name:"height",required:!1,placeholder:"该容器在1080px大屏中的高度",value:50}]}},{code:"widget-video",type:"text",tabName:"文本栏",label:"视频",icon:"iconshipin",options:{setup:[{type:"el-input-text",label:"图层名称",name:"layerName",required:!1,placeholder:"",value:"video"},{type:"el-input-text",label:"地址",name:"videoAdress",required:!1,placeholder:"",value:"https://www.w3school.com.cn//i/movie.ogg"}],data:[],position:[{type:"el-input-number",label:"左边距",name:"left",required:!1,placeholder:"",value:0},{type:"el-input-number",label:"上边距",name:"top",required:!1,placeholder:"",value:0},{type:"el-input-number",label:"宽度",name:"width",required:!1,placeholder:"该容器在1920px大屏中的宽度",value:300},{type:"el-input-number",label:"高度",name:"height",required:!1,placeholder:"该容器在1080px大屏中的高度",value:200}]}},{code:"widget-barchart",type:"barChart",tabName:"柱状图",label:"柱状图",icon:"iconzhuzhuangtu",options:{setup:[{type:"el-input-text",label:"图层名称",name:"layerName",required:!1,placeholder:"",value:"柱状图"},{type:"el-switch",label:"竖展示",name:"verticalShow",required:!1,placeholder:"",value:!1},{type:"vue-color",label:"背景颜色",name:"background",required:!1,placeholder:"",value:""},[{name:"柱体设置",list:[{type:"el-slider",label:"最大宽度",name:"maxWidth",required:!1,placeholder:"",value:10},{type:"el-slider",label:"圆角",name:"radius",require:!1,placeholder:"",value:5},{type:"el-slider",label:"最小高度",name:"minHeight",require:!1,placeholder:"",value:0}]},{name:"标题设置",list:[{type:"el-switch",label:"标题",name:"isNoTitle",required:!1,placeholder:"",value:!0},{type:"el-input-text",label:"标题",name:"titleText",required:!1,placeholder:"",value:""},{type:"vue-color",label:"字体颜色",name:"textColor",required:!1,placeholder:"",value:"#FFD700"},{type:"el-select",label:"字体粗细",name:"textFontWeight",required:!1,placeholder:"",selectOptions:[{code:"normal",name:"正常"},{code:"bold",name:"粗体"},{code:"bolder",name:"特粗体"},{code:"lighter",name:"细体"}],value:"normal"},{type:"el-input-number",label:"字体字号",name:"textFontSize",required:!1,placeholder:"",value:20},{type:"el-select",label:"字体位置",name:"textAlign",required:!1,placeholder:"",selectOptions:[{code:"center",name:"居中"},{code:"left",name:"左对齐"},{code:"right",name:"右对齐"}],value:"center"},{type:"el-input-text",label:"副标题",name:"subText",required:!1,placeholder:"",value:""},{type:"vue-color",label:"字体颜色",name:"subTextColor",required:!1,placeholder:"",value:"rgba(30, 144, 255, 1)"},{type:"el-select",label:"字体粗细",name:"subTextFontWeight",required:!1,placeholder:"",selectOptions:[{code:"normal",name:"正常"},{code:"bold",name:"粗体"},{code:"bolder",name:"特粗体"},{code:"lighter",name:"细体"}],value:"normal"},{type:"el-input-number",label:"字体字号",name:"subTextFontSize",required:!1,placeholder:"",value:20}]},{name:"X轴设置",list:[{type:"el-switch",label:"显示",name:"hideX",required:!1,placeholder:"",value:!0},{type:"el-input-text",label:"坐标名",name:"xName",required:!1,placeholder:"",value:""},{type:"vue-color",label:"坐标名颜色",name:"nameColorX",required:!1,placeholder:"",value:"#fff"},{type:"el-input-number",label:"坐标字号",name:"nameFontSizeX",required:!1,placeholder:"",value:14},{type:"vue-color",label:"数值颜色",name:"Xcolor",required:!1,placeholder:"",value:"#fff"},{type:"el-input-number",label:"数值字号",name:"fontSizeX",required:!1,placeholder:"",value:14},{type:"el-slider",label:"数值角度",name:"textAngle",required:!1,placeholder:"",value:0},{type:"el-input-number",label:"数值间隔",name:"textInterval",required:!1,placeholder:"",value:""},{type:"el-switch",label:"轴反转",name:"reversalX",required:!1,placeholder:"",value:!1},{type:"vue-color",label:"轴颜色",name:"lineColorX",required:!1,placeholder:"",value:"#fff"},{type:"el-switch",label:"分割线显示",name:"isShowSplitLineX",require:!1,placeholder:"",value:!1},{type:"vue-color",label:"分割线颜色",name:"splitLineColorX",required:!1,placeholder:"",value:"#fff"}]},{name:"Y轴设置",list:[{type:"el-switch",label:"显示",name:"isShowY",require:!1,placeholder:"",value:!0},{type:"el-input-text",label:"坐标名",name:"textNameY",require:!1,placeholder:"",value:""},{type:"vue-color",label:"坐标名颜色",name:"nameColorY",required:!1,placeholder:"",value:"#fff"},{type:"el-input-number",label:"坐标字号",name:"nameFontSizeY",required:!1,placeholder:"",value:14},{type:"vue-color",label:"数值颜色",name:"colorY",required:!1,placeholder:"",value:"#fff"},{type:"el-input-number",label:"数值字号",name:"fontSizeY",required:!1,placeholder:"",value:14},{type:"el-slider",label:"数值角度",name:"ytextAngle",required:!1,placeholder:"",value:0},{type:"el-switch",label:"缩放",name:"scale",require:!1,placeholder:"",value:!1},{type:"el-input-number",label:"均分",name:"splitNumber",required:!1,placeholder:"",value:""},{type:"el-switch",label:"轴反转",name:"reversalY",required:!1,placeholder:"",value:!1},{type:"vue-color",label:"轴颜色",name:"lineColorY",required:!1,placeholder:"",value:"#fff"},{type:"el-switch",label:"分割线显示",name:"isShowSplitLineY",require:!1,placeholder:"",value:!1},{type:"vue-color",label:"分割线颜色",name:"splitLineColorY",required:!1,placeholder:"",value:"#fff"}]},{name:"数值设定",list:[{type:"el-switch",label:"显示",name:"isShow",required:!1,placeholder:"",value:!0},{type:"el-input-number",label:"距离",name:"distance",required:!1,placeholder:"",value:5},{type:"el-input-number",label:"字体字号",name:"fontSize",required:!1,placeholder:"",value:14},{type:"vue-color",label:"字体颜色",name:"subTextColor",required:!1,placeholder:"",value:"#fff"},{type:"el-select",label:"字体粗细",name:"fontWeight",required:!1,placeholder:"",selectOptions:[{code:"normal",name:"正常"},{code:"bold",name:"粗体"},{code:"bolder",name:"特粗体"},{code:"lighter",name:"细体"}],value:"normal"}]},{name:"提示语设置",list:[{type:"el-input-number",label:"字体字号",name:"tipsFontSize",required:!1,placeholder:"",value:16},{type:"vue-color",label:"字体颜色",name:"lineColor",required:!1,placeholder:""}]},{name:"坐标轴边距设置",list:[{type:"el-slider",label:"左边距(像素)",name:"marginLeft",required:!1,placeholder:"",value:10},{type:"el-slider",label:"顶边距(像素)",name:"marginTop",required:!1,placeholder:"",value:50},{type:"el-slider",label:"右边距(像素)",name:"marginRight",required:!1,placeholder:"",value:40},{type:"el-slider",label:"底边距(像素)",name:"marginBottom",required:!1,placeholder:"",value:10}]},{name:"自定义配色",list:[{type:"customColor",label:"",name:"customColor",required:!1,value:[{color:"#ff7f50"},{color:"#87cefa"},{color:"#da70d6"},{color:"#32cd32"},{color:"#6495ed"}]}]}]],data:[{type:"el-radio-group",label:"数据类型",name:"dataType",require:!1,placeholder:"",selectValue:!0,selectOptions:[{code:"staticData",name:"静态数据"},{code:"dynamicData",name:"动态数据"}],value:"staticData"},{type:"el-input-number",label:"刷新时间(毫秒)",name:"refreshTime",relactiveDom:"dataType",relactiveDomValue:"dynamicData",value:5e3},{type:"el-button",label:"静态数据",name:"staticData",required:!1,placeholder:"",relactiveDom:"dataType",relactiveDomValue:"staticData",value:[{axis:"苹果",data:1e3},{axis:"三星",data:2229},{axis:"小米",data:3879},{axis:"oppo",data:2379},{axis:"vivo",data:4079}]},{type:"dycustComponents",label:"",name:"dynamicData",required:!1,placeholder:"",relactiveDom:"dataType",relactiveDomValue:"dynamicData",chartType:"widget-barchart",dictKey:"BAR_PROPERTIES",value:""}],position:[{type:"el-input-number",label:"左边距",name:"left",required:!1,placeholder:"",value:0},{type:"el-input-number",label:"上边距",name:"top",required:!1,placeholder:"",value:0},{type:"el-input-number",label:"宽度",name:"width",required:!1,placeholder:"该容器在1920px大屏中的宽度",value:400},{type:"el-input-number",label:"高度",name:"height",required:!1,placeholder:"该容器在1080px大屏中的高度",value:200}]}},{code:"widget-gradient-color-barchart",type:"barChart",tabName:"柱状图",label:"柱状-渐变色",icon:"iconzhuzhuangtu",options:{setup:[{type:"el-input-text",label:"图层名称",name:"layerName",required:!1,placeholder:"",value:"柱形图-渐变色"},{type:"el-switch",label:"竖展示",name:"verticalShow",required:!1,placeholder:"",value:!1},{type:"vue-color",label:"背景颜色",name:"background",required:!1,placeholder:"",value:""},[{name:"柱体设置",list:[{type:"el-slider",label:"最大宽度",name:"maxWidth",required:!1,placeholder:"",value:10},{type:"el-slider",label:"圆角",name:"radius",require:!1,placeholder:"",value:5}]},{name:"标题设置",list:[{type:"el-switch",label:"标题",name:"isNoTitle",required:!1,placeholder:"",value:!0},{type:"el-input-text",label:"标题",name:"titleText",required:!1,placeholder:"",value:""},{type:"vue-color",label:"字体颜色",name:"textColor",required:!1,placeholder:"",value:"#fff"},{type:"el-select",label:"字体粗细",name:"textFontWeight",required:!1,placeholder:"",selectOptions:[{code:"normal",name:"正常"},{code:"bold",name:"粗体"},{code:"bolder",name:"特粗体"},{code:"lighter",name:"细体"}],value:"normal"},{type:"el-input-number",label:"字体大小",name:"textFontSize",required:!1,placeholder:"",value:22},{type:"el-select",label:"字体位置",name:"textAlign",required:!1,placeholder:"",selectOptions:[{code:"center",name:"居中"},{code:"left",name:"左对齐"},{code:"right",name:"右对齐"}],value:"center"},{type:"el-input-text",label:"副标题",name:"subText",required:!1,placeholder:"",value:""},{type:"vue-color",label:"字体颜色",name:"subTextColor",required:!1,placeholder:"",value:"#90979c"},{type:"el-input-text",label:"字体粗细",name:"subTextFontWeight",required:!1,placeholder:"",selectOptions:[{code:"normal",name:"正常"},{code:"bold",name:"粗体"},{code:"bolder",name:"特粗体"},{code:"lighter",name:"细体"}],value:"normal"},{type:"el-input-number",label:"字体大小",name:"subTextFontSize",required:!1,placeholder:"",value:20}]},{name:"X轴设置",list:[{type:"el-switch",label:"显示",name:"hideX",required:!1,placeholder:"",value:!0},{type:"el-input-text",label:"坐标名",name:"xName",required:!1,placeholder:"",value:""},{type:"vue-color",label:"坐标名颜色",name:"nameColorX",required:!1,placeholder:"",value:"#fff"},{type:"el-input-number",label:"坐标字号",name:"nameFontSizeX",required:!1,placeholder:"",value:14},{type:"vue-color",label:"数值颜色",name:"Xcolor",required:!1,placeholder:"",value:"#fff"},{type:"el-input-number",label:"数值字号",name:"fontSizeX",required:!1,placeholder:"",value:14},{type:"el-slider",label:"数值角度",name:"textAngle",required:!1,placeholder:"",value:0},{type:"el-input-number",label:"数值间隔",name:"textInterval",required:!1,placeholder:"",value:""},{type:"el-switch",label:"轴反转",name:"reversalX",required:!1,placeholder:"",value:!1},{type:"vue-color",label:"轴颜色",name:"lineColorX",required:!1,placeholder:"",value:"#fff"},{type:"el-switch",label:"分割线显示",name:"isShowSplitLineX",require:!1,placeholder:"",value:!1},{type:"vue-color",label:"分割线颜色",name:"splitLineColorX",required:!1,placeholder:"",value:"#fff"}]},{name:"Y轴设置",list:[{type:"el-switch",label:"显示",name:"isShowY",require:!1,placeholder:"",value:!0},{type:"el-input-text",label:"坐标名",name:"textNameY",require:!1,placeholder:"",value:""},{type:"vue-color",label:"坐标名颜色",name:"nameColorY",required:!1,placeholder:"",value:"#fff"},{type:"el-input-number",label:"坐标字号",name:"namefontSizeY",required:!1,placeholder:"",value:14},{type:"vue-color",label:"数值颜色",name:"colorY",required:!1,placeholder:"",value:"#fff"},{type:"el-input-number",label:"数值字号",name:"fontSizeY",required:!1,placeholder:"",value:14},{type:"el-slider",label:"数值角度",name:"ytextAngle",required:!1,placeholder:"",value:0},{type:"el-switch",label:"缩放",name:"scale",require:!1,placeholder:"",value:!1},{type:"el-input-number",label:"均分",name:"splitNumber",required:!1,placeholder:"",value:""},{type:"el-switch",label:"轴反转",name:"reversalY",required:!1,placeholder:"",value:!1},{type:"vue-color",label:"轴颜色",name:"lineColorY",required:!1,placeholder:"",value:"#fff"},{type:"el-switch",label:"分割线显示",name:"isShowSplitLineY",require:!1,placeholder:"",value:!1},{type:"vue-color",label:"分割线颜色",name:"splitLineColorY",required:!1,placeholder:"",value:"#fff"}]},{name:"数值设定",list:[{type:"el-switch",label:"显示",name:"isShow",required:!1,placeholder:"",value:!0},{type:"el-input-number",label:"距离",name:"distance",required:!1,placeholder:"",value:5},{type:"el-input-number",label:"字体大小",name:"fontSize",required:!1,placeholder:"",value:14},{type:"vue-color",label:"字体颜色",name:"subTextColor",required:!1,placeholder:"",value:"#fff"},{type:"el-select",label:"字体粗细",name:"fontWeight",required:!1,placeholder:"",selectOptions:[{code:"normal",name:"正常"},{code:"bold",name:"粗体"},{code:"bolder",name:"特粗体"},{code:"lighter",name:"细体"}],value:"normal"}]},{name:"提示语设置",list:[{type:"el-input-number",label:"字体大小",name:"tipsFontSize",required:!1,placeholder:"",value:16},{type:"vue-color",label:"字体颜色",name:"lineColor",required:!1,placeholder:"#ff7f50"}]},{name:"坐标轴边距设置",list:[{type:"el-slider",label:"左边距(像素)",name:"marginLeft",required:!1,placeholder:"",value:10},{type:"el-slider",label:"顶边距(像素)",name:"marginTop",required:!1,placeholder:"",value:50},{type:"el-slider",label:"右边距(像素)",name:"marginRight",required:!1,placeholder:"",value:40},{type:"el-slider",label:"底边距(像素)",name:"marginBottom",required:!1,placeholder:"",value:10}]},{name:"渐变色",list:[{type:"vue-color",label:"0%处",name:"bar0color",required:!1,placeholder:"",value:"rgba(0,244,255,1)"},{type:"vue-color",label:"100%处",name:"bar100color",required:!1,placeholder:"",value:"rgba(0,77,167,1)"},{type:"vue-color",label:"阴影颜色",name:"shadowColor",required:!1,placeholder:"",value:"rgba(0,160,221,1)"},{type:"el-input-number",label:"模糊系数",name:"shadowBlur",required:!1,placeholder:"",value:4}]}]],data:[{type:"el-radio-group",label:"数据类型",name:"dataType",require:!1,placeholder:"",selectValue:!0,selectOptions:[{code:"staticData",name:"静态数据"},{code:"dynamicData",name:"动态数据"}],value:"staticData"},{type:"el-input-number",label:"刷新时间(毫秒)",name:"refreshTime",relactiveDom:"dataType",relactiveDomValue:"dynamicData",value:5e3},{type:"el-button",label:"静态数据",name:"staticData",required:!1,placeholder:"",relactiveDom:"dataType",relactiveDomValue:"staticData",value:[{axis:"苹果",data:1e3},{axis:"三星",data:2229},{axis:"小米",data:3879},{axis:"oppo",data:2379},{axis:"vivo",data:4079}]},{type:"dycustComponents",label:"",name:"dynamicData",required:!1,placeholder:"",relactiveDom:"dataType",relactiveDomValue:"dynamicData",chartType:"widget-barchart",dictKey:"BAR_PROPERTIES",value:""}],position:[{type:"el-input-number",label:"左边距",name:"left",required:!1,placeholder:"",value:0},{type:"el-input-number",label:"上边距",name:"top",required:!1,placeholder:"",value:0},{type:"el-input-number",label:"宽度",name:"width",required:!1,placeholder:"该容器在1920px大屏中的宽度",value:400},{type:"el-input-number",label:"高度",name:"height",required:!1,placeholder:"该容器在1080px大屏中的高度",value:200}]}},{code:"widget-linechart",type:"lineChart",tabName:"折线图",label:"折线图",icon:"icontubiaozhexiantu",options:{setup:[{type:"el-input-text",label:"图层名称",name:"layerName",required:!1,placeholder:"",value:"折线图"},{type:"vue-color",label:"背景颜色",name:"background",required:!1,placeholder:"",value:""},[{name:"折线设置",list:[{type:"el-switch",label:"标记点",name:"markPoint",required:!1,placeholder:"",value:!0},{type:"el-slider",label:"点大小",name:"pointSize",required:!1,placeholder:"",value:10},{type:"el-switch",label:"平滑曲线",name:"smoothCurve",required:!1,placeholder:"",value:!0},{type:"el-switch",label:"面积堆积",name:"area",required:!1,placeholder:"",value:!0},{type:"el-slider",label:"面积厚度",name:"areaThickness",required:!1,placeholder:"",value:5},{type:"el-slider",label:"线条宽度",name:"lineWidth",required:!1,placeholder:"",value:4}]},{name:"标题设置",list:[{type:"el-switch",label:"标题",name:"isNoTitle",required:!1,placeholder:"",value:!1},{type:"el-input-text",label:"标题",name:"titleText",required:!1,placeholder:"",value:""},{type:"vue-color",label:"字体颜色",name:"textColor",required:!1,placeholder:"",value:"#fff"},{type:"el-select",label:"字体粗细",name:"textFontWeight",required:!1,placeholder:"",selectOptions:[{code:"normal",name:"正常"},{code:"bold",name:"粗体"},{code:"bolder",name:"特粗体"},{code:"lighter",name:"细体"}],value:"normal"},{type:"el-input-number",label:"字体字号",name:"textFontSize",required:!1,placeholder:"",value:20},{type:"el-select",label:"字体位置",name:"textAlign",required:!1,placeholder:"",selectOptions:[{code:"center",name:"居中"},{code:"left",name:"左对齐"},{code:"right",name:"右对齐"}],value:"center"},{type:"el-input-text",label:"副标题",name:"subText",required:!1,placeholder:"",value:""},{type:"vue-color",label:"字体颜色",name:"subTextColor",required:!1,placeholder:"",value:"#fff"},{type:"el-select",label:"字体粗细",name:"subTextFontWeight",required:!1,placeholder:"",selectOptions:[{code:"normal",name:"正常"},{code:"bold",name:"粗体"},{code:"bolder",name:"特粗体"},{code:"lighter",name:"细体"}],value:"normal"},{type:"el-input-number",label:"字体字号",name:"subTextFontSize",required:!1,placeholder:"",value:20}]},{name:"X轴设置",list:[{type:"el-switch",label:"显示",name:"hideX",required:!1,placeholder:"",value:!0},{type:"el-input-text",label:"坐标名",name:"xName",required:!1,placeholder:"",value:""},{type:"vue-color",label:"坐标名颜色",name:"nameColorX",required:!1,placeholder:"",value:"#fff"},{type:"el-input-number",label:"坐标字号",name:"nameFontSizeX",required:!1,placeholder:"",value:14},{type:"vue-color",label:"数值颜色",name:"Xcolor",required:!1,placeholder:"",value:"#fff"},{type:"el-input-number",label:"数值字号",name:"fontSizeX",required:!1,placeholder:"",value:14},{type:"el-slider",label:"数值角度",name:"textAngle",required:!1,placeholder:"",value:0},{type:"el-input-number",label:"数值间隔",name:"textInterval",required:!1,placeholder:"",value:""},{type:"el-switch",label:"轴反转",name:"reversalX",required:!1,placeholder:"",value:!1},{type:"vue-color",label:"轴颜色",name:"lineColorX",required:!1,placeholder:"",value:"#fff"},{type:"el-switch",label:"分割线显示",name:"isShowSplitLineX",require:!1,placeholder:"",value:!1},{type:"vue-color",label:"分割线颜色",name:"splitLineColorX",required:!1,placeholder:"",value:"#fff"}]},{name:"Y轴设置",list:[{type:"el-switch",label:"显示",name:"isShowY",require:!1,placeholder:"",value:!0},{type:"el-input-text",label:"坐标名",name:"textNameY",require:!1,placeholder:"",value:""},{type:"vue-color",label:"坐标名颜色",name:"nameColorY",required:!1,placeholder:"",value:"#fff"},{type:"el-input-number",label:"坐标字号",name:"namefontSizeY",required:!1,placeholder:"",value:14},{type:"vue-color",label:"数值颜色",name:"colorY",required:!1,placeholder:"",value:"#fff"},{type:"el-input-number",label:"数值字号",name:"fontSizeY",required:!1,placeholder:"",value:14},{type:"el-slider",label:"数值角度",name:"ytextAngle",required:!1,placeholder:"",value:0},{type:"el-switch",label:"缩放",name:"scale",require:!1,placeholder:"",value:!1},{type:"el-input-number",label:"均分",name:"splitNumber",required:!1,placeholder:"",value:""},{type:"el-switch",label:"轴反转",name:"reversalY",required:!1,placeholder:"",value:!1},{type:"vue-color",label:"轴颜色",name:"lineColorY",required:!1,placeholder:"",value:"#fff"},{type:"el-switch",label:"分割线显示",name:"isShowSplitLineY",require:!1,placeholder:"",value:!1},{type:"vue-color",label:"分割线颜色",name:"splitLineColorY",required:!1,placeholder:"",value:"#fff"}]},{name:"数值设定",list:[{type:"el-switch",label:"显示",name:"isShow",required:!1,placeholder:"",value:!1},{type:"el-input-number",label:"字体大小",name:"fontSize",required:!1,placeholder:"",value:12},{type:"vue-color",label:"字体颜色",name:"subTextColor",required:!1,placeholder:"",value:"#fff"},{type:"el-select",label:"字体粗细",name:"fontWeight",required:!1,placeholder:"",selectOptions:[{code:"normal",name:"正常"},{code:"bold",name:"粗体"},{code:"bolder",name:"特粗体"},{code:"lighter",name:"细体"}],value:"normal"}]},{name:"提示语设置",list:[{type:"el-input-number",label:"字体大小",name:"tipsFontSize",required:!1,placeholder:"",value:16},{type:"vue-color",label:"字体颜色",name:"lineColor",required:!1,placeholder:"",value:""}]},{name:"坐标轴边距设置",list:[{type:"el-slider",label:"左边距(像素)",name:"marginLeft",required:!1,placeholder:"",value:10},{type:"el-slider",label:"顶边距(像素)",name:"marginTop",required:!1,placeholder:"",value:50},{type:"el-slider",label:"右边距(像素)",name:"marginRight",required:!1,placeholder:"",value:40},{type:"el-slider",label:"底边距(像素)",name:"marginBottom",required:!1,placeholder:"",value:10}]},{name:"自定义配色",list:[{type:"customColor",label:"",name:"customColor",required:!1,value:[{color:"#1E90FF"}]}]}]],data:[{type:"el-radio-group",label:"数据类型",name:"dataType",require:!1,placeholder:"",selectValue:!0,selectOptions:[{code:"staticData",name:"静态数据"},{code:"dynamicData",name:"动态数据"}],value:"staticData"},{type:"el-input-number",label:"刷新时间(毫秒)",name:"refreshTime",relactiveDom:"dataType",relactiveDomValue:"dynamicData",value:5e3},{type:"el-button",label:"静态数据",name:"staticData",required:!1,placeholder:"",relactiveDom:"dataType",relactiveDomValue:"staticData",value:[{axis:"苹果",data:1e3},{axis:"三星",data:2229},{axis:"小米",data:3879},{axis:"oppo",data:2379},{axis:"vivo",data:4079}]},{type:"dycustComponents",label:"",name:"dynamicData",required:!1,placeholder:"",relactiveDom:"dataType",chartType:"widget-linechart",dictKey:"LINE_PROPERTIES",relactiveDomValue:"dynamicData"}],position:[{type:"el-input-number",label:"左边距",name:"left",required:!1,placeholder:"",value:0},{type:"el-input-number",label:"上边距",name:"top",required:!1,placeholder:"",value:0},{type:"el-input-number",label:"宽度",name:"width",required:!1,placeholder:"该容器在1920px大屏中的宽度",value:400},{type:"el-input-number",label:"高度",name:"height",required:!1,placeholder:"该容器在1080px大屏中的高度",value:200}]}},{code:"widget-barlinechart",type:"barlineChart",tabName:"柱线图",label:"柱线图",icon:"iconzhuxiantu",options:{setup:[{type:"el-input-text",label:"图层名称",name:"layerName",required:!1,placeholder:"",value:"柱线图"},{type:"vue-color",label:"背景颜色",name:"background",required:!1,placeholder:"",value:""},[{name:"折线设置",list:[{type:"el-switch",label:"标记点",name:"markPoint",required:!1,placeholder:"",value:!0},{type:"el-slider",label:"点大小",name:"pointSize",required:!1,placeholder:"",value:5},{type:"el-switch",label:"平滑曲线",name:"smoothCurve",required:!1,placeholder:"",value:!0},{type:"el-switch",label:"面积堆积",name:"area",required:!1,placeholder:"",value:!0},{type:"el-slider",label:"面积厚度",name:"areaThickness",required:!1,placeholder:"",value:5},{type:"el-slider",label:"线条宽度",name:"lineWidth",required:!1,placeholder:"",value:3}]},{name:"柱体设置",list:[{type:"el-slider",label:"最大宽度",name:"maxWidth",required:!1,placeholder:"",value:10},{type:"el-slider",label:"圆角",name:"radius",require:!1,placeholder:"",value:5},{type:"el-slider",label:"最小高度",name:"minHeight",require:!1,placeholder:"",value:0}]},{name:"标题设置",list:[{type:"el-switch",label:"标题",name:"isNoTitle",required:!1,placeholder:"",value:!0},{type:"el-input-text",label:"标题",name:"titleText",required:!1,placeholder:"",value:""},{type:"vue-color",label:"字体颜色",name:"textColor",required:!1,placeholder:"",value:"#fff"},{type:"el-select",label:"字体粗细",name:"textFontWeight",required:!1,placeholder:"",selectOptions:[{code:"normal",name:"正常"},{code:"bold",name:"粗体"},{code:"bolder",name:"特粗体"},{code:"lighter",name:"细体"}],value:"normal"},{type:"el-input-number",label:"字体大小",name:"textFontSize",required:!1,placeholder:"",value:20},{type:"el-select",label:"字体位置",name:"textAlign",required:!1,placeholder:"",selectOptions:[{code:"center",name:"居中"},{code:"left",name:"左对齐"},{code:"right",name:"右对齐"}],value:"left"},{type:"el-input-text",label:"副标题",name:"subText",required:!1,placeholder:"",value:""},{type:"vue-color",label:"字体颜色",name:"subTextColor",required:!1,placeholder:"",value:"#fff"},{type:"el-select",label:"字体粗细",name:"subTextFontWeight",required:!1,placeholder:"",selectOptions:[{code:"normal",name:"正常"},{code:"bold",name:"粗体"},{code:"bolder",name:"特粗体"},{code:"lighter",name:"细体"}],value:"normal"},{type:"el-input-number",label:"字体大小",name:"subTextFontSize",required:!1,placeholder:"",value:20}]},{name:"图例操作",list:[{type:"el-switch",label:"图例显示",name:"isShowLegend",required:!1,placeholder:"",value:!0},{type:"el-input-text",label:"图例名称",name:"legendName",required:!1,placeholder:"",value:""},{type:"vue-color",label:"字体颜色",name:"lengedColor",required:!1,placeholder:"",value:"#fff"},{type:"el-input-number",label:"字体字号",name:"lengedFontSize",required:!1,placeholder:"",value:12},{type:"el-input-number",label:"图例宽度",name:"lengedWidth",required:!1,placeholder:"",value:12},{type:"el-select",label:"横向位置",name:"lateralPosition",required:!1,placeholder:"",selectOptions:[{code:"center",name:"居中"},{code:"left",name:"左对齐"},{code:"right",name:"右对齐"}],value:"center"},{type:"el-select",label:"纵向位置",name:"longitudinalPosition",required:!1,placeholder:"",selectOptions:[{code:"top",name:"顶部"},{code:"bottom",name:"底部"}],value:"top"},{type:"el-select",label:"布局前置",name:"layoutFront",required:!1,placeholder:"",selectOptions:[{code:"vertical",name:"竖排"},{code:"horizontal",name:"横排"}],value:"horizontal"}]},{name:"X轴设置",list:[{type:"el-switch",label:"显示",name:"hideX",required:!1,placeholder:"",value:!0},{type:"el-input-text",label:"坐标名",name:"xName",required:!1,placeholder:"",value:""},{type:"vue-color",label:"坐标名颜色",name:"nameColorX",required:!1,placeholder:"",value:"#fff"},{type:"el-input-number",label:"坐标字号",name:"nameFontSizeX",required:!1,placeholder:"",value:14},{type:"vue-color",label:"数值颜色",name:"Xcolor",required:!1,placeholder:"",value:"#fff"},{type:"el-input-number",label:"数值字号",name:"fontSizeX",required:!1,placeholder:"",value:14},{type:"el-slider",label:"数值角度",name:"textAngle",required:!1,placeholder:"",value:0},{type:"el-input-number",label:"数值间隔",name:"textInterval",required:!1,placeholder:"",value:""},{type:"el-switch",label:"轴反转",name:"reversalX",required:!1,placeholder:"",value:!1},{type:"vue-color",label:"轴颜色",name:"lineColorX",required:!1,placeholder:"",value:"#fff"},{type:"el-switch",label:"分割线显示",name:"isShowSplitLineX",require:!1,placeholder:"",value:!1},{type:"vue-color",label:"分割线颜色",name:"splitLineColorX",required:!1,placeholder:"",value:"#fff"}]},{name:"Y轴设置",list:[{type:"el-switch",label:"左显示",name:"isShowYLeft",require:!1,placeholder:"",value:!0},{type:"el-input-text",label:"左坐标名",name:"textNameYLeft",require:!1,placeholder:"",value:""},{type:"vue-color",label:"左坐标名颜色",name:"nameColorYLeft",required:!1,placeholder:"",value:"#fff"},{type:"el-input-number",label:"左坐标字号",name:"namefontSizeYLeft",required:!1,placeholder:"",value:14},{type:"el-input-number",label:"左均分",name:"splitNumberLeft",required:!1,placeholder:"",value:""},{type:"el-switch",label:"右显示",name:"isShowYRight",require:!1,placeholder:"",value:!0},{type:"el-input-text",label:"右坐标名",name:"textNameYRight",require:!1,placeholder:"",value:""},{type:"vue-color",label:"右坐标名颜色",name:"nameColorYRight",required:!1,placeholder:"",value:"#fff"},{type:"el-input-number",label:"右坐标字号",name:"namefontSizeYRight",required:!1,placeholder:"",value:14},{type:"el-input-number",label:"右均分",name:"splitNumberRight",required:!1,placeholder:"",value:""},{type:"vue-color",label:"数值颜色",name:"colorY",required:!1,placeholder:"",value:"#fff"},{type:"el-input-number",label:"数值字号",name:"fontSizeY",required:!1,placeholder:"",value:14},{type:"el-switch",label:"轴反转",name:"reversalY",required:!1,placeholder:"",value:!1},{type:"vue-color",label:"轴颜色",name:"lineColorY",required:!1,placeholder:"",value:"#fff"}]},{name:"折线数值设定",list:[{type:"el-switch",label:"显示",name:"isShowLine",required:!1,placeholder:"",value:!1},{type:"el-input-number",label:"距离",name:"distanceLine",required:!1,placeholder:"",value:5},{type:"el-input-number",label:"字体字号",name:"fontSizeLine",required:!1,placeholder:"",value:14},{type:"vue-color",label:"字体颜色",name:"subTextColorLine",required:!1,placeholder:"",value:"#fff"},{type:"el-select",label:"字体粗细",name:"fontWeightLine",required:!1,placeholder:"",selectOptions:[{code:"normal",name:"正常"},{code:"bold",name:"粗体"},{code:"bolder",name:"特粗体"},{code:"lighter",name:"细体"}],value:"normal"}]},{name:"柱体数值设定",list:[{type:"el-switch",label:"显示",name:"isShowBar",required:!1,placeholder:"",value:!1},{type:"el-input-number",label:"距离",name:"distanceBar",required:!1,placeholder:"",value:5},{type:"el-input-number",label:"字体字号",name:"fontSizeBar",required:!1,placeholder:"",value:14},{type:"vue-color",label:"字体颜色",name:"subTextColorBar",required:!1,placeholder:"",value:"#fff"},{type:"el-select",label:"字体粗细",name:"fontWeightBar",required:!1,placeholder:"",selectOptions:[{code:"normal",name:"正常"},{code:"bold",name:"粗体"},{code:"bolder",name:"特粗体"},{code:"lighter",name:"细体"}],value:"normal"}]},{name:"提示语设置",list:[{type:"el-input-number",label:"字体大小",name:"tipFontSize",required:!1,placeholder:"",value:12},{type:"vue-color",label:"字体颜色",name:"lineColor",required:!1,placeholder:"",value:"#e68b55"}]},{name:"坐标轴边距设置",list:[{type:"el-slider",label:"左边距(像素)",name:"marginLeft",required:!1,placeholder:"",value:10},{type:"el-slider",label:"顶边距(像素)",name:"marginTop",required:!1,placeholder:"",value:50},{type:"el-slider",label:"右边距(像素)",name:"marginRight",required:!1,placeholder:"",value:40},{type:"el-slider",label:"底边距(像素)",name:"marginBottom",required:!1,placeholder:"",value:10}]},{name:"自定义配色",list:[{type:"customColor",label:"",name:"customColor",required:!1,value:[{color:"#00F4FFFF"},{color:"#e68b55"}]}]}]],data:[{type:"el-radio-group",label:"数据类型",name:"dataType",require:!1,placeholder:"",selectValue:!0,selectOptions:[{code:"staticData",name:"静态数据"},{code:"dynamicData",name:"动态数据"}],value:"staticData"},{type:"el-input-number",label:"刷新时间(毫秒)",name:"refreshTime",relactiveDom:"dataType",relactiveDomValue:"dynamicData",value:5e3},{type:"el-button",label:"静态数据",name:"staticData",required:!1,placeholder:"",relactiveDom:"dataType",relactiveDomValue:"staticData",value:[{axis:"1月",bar:2.6,line:2},{axis:"2月",bar:5.9,line:2.2},{axis:"3月",bar:9,line:3.3},{axis:"4月",bar:26.4,line:4.5},{axis:"5月",bar:28.7,line:6.3},{axis:"6月",bar:70.7,line:10.2},{axis:"7月",bar:175.6,line:20.3},{axis:"8月",bar:182.2,line:23.4},{axis:"9月",bar:48.7,line:23},{axis:"10月",bar:18.8,line:16.5},{axis:"11月",bar:6,line:12},{axis:"12月",bar:2.3,line:6.2}]},{type:"dycustComponents",label:"",name:"dynamicData",required:!1,placeholder:"",relactiveDom:"dataType",chartType:"widget-barlinechart",dictKey:"BAR_LINE_PROPERTIES",relactiveDomValue:"dynamicData"}],position:[{type:"el-input-number",label:"左边距",name:"left",required:!1,placeholder:"",value:0},{type:"el-input-number",label:"上边距",name:"top",required:!1,placeholder:"",value:0},{type:"el-input-number",label:"宽度",name:"width",required:!1,placeholder:"该容器在1920px大屏中的宽度",value:500},{type:"el-input-number",label:"高度",name:"height",required:!1,placeholder:"该容器在1080px大屏中的高度",value:250}]}},{code:"widget-piechart",type:"pieChart",tabName:"饼图",label:"饼图",icon:"iconicon_tubiao_bingtu",options:{setup:[{type:"el-input-text",label:"图层名称",name:"layerName",required:!1,placeholder:"",value:"饼图"},{type:"vue-color",label:"背景颜色",name:"background",required:!1,placeholder:"",value:""},{type:"el-select",label:"饼图样式",name:"piechartStyle",required:!1,placeholder:"",selectOptions:[{code:"shixin",name:"实心饼图"},{code:"kongxin",name:"空心饼图"}],value:"shixin"},[{name:"标题设置",list:[{type:"el-switch",label:"标题",name:"isNoTitle",required:!1,placeholder:"",value:!0},{type:"el-input-text",label:"标题",name:"titleText",required:!1,placeholder:"",value:""},{type:"vue-color",label:"字体颜色",name:"textColor",required:!1,placeholder:"",value:"#fff"},{type:"el-select",label:"字体粗细",name:"textFontWeight",required:!1,placeholder:"",selectOptions:[{code:"normal",name:"正常"},{code:"bold",name:"粗体"},{code:"bolder",name:"特粗体"},{code:"lighter",name:"细体"}],value:"normal"},{type:"el-input-number",label:"字体大小",name:"textFontSize",required:!1,placeholder:"",value:20},{type:"el-select",label:"字体位置",name:"textAlign",required:!1,placeholder:"",selectOptions:[{code:"center",name:"居中"},{code:"left",name:"左对齐"},{code:"right",name:"右对齐"}],value:"left"},{type:"el-input-text",label:"副标题",name:"subText",required:!1,placeholder:"",value:""},{type:"vue-color",label:"字体颜色",name:"subTextColor",required:!1,placeholder:"",value:""},{type:"el-select",label:"字体粗细",name:"subTextFontWeight",required:!1,placeholder:"",selectOptions:[{code:"normal",name:"正常"},{code:"bold",name:"粗体"},{code:"bolder",name:"特粗体"},{code:"lighter",name:"细体"}],value:"normal"},{type:"el-input-number",label:"字体大小",name:"subTextFontSize",required:!1,placeholder:"",value:12}]},{name:"数值设定",list:[{type:"el-switch",label:"显示",name:"isShow",required:!1,placeholder:"",value:!0},{type:"el-switch",label:"数值",name:"numberValue",require:!1,placeholder:"",value:!0},{type:"el-switch",label:"百分比",name:"percentage",require:!1,placeholder:"",value:!1},{type:"el-input-number",label:"字体大小",name:"fontSize",required:!1,placeholder:"",value:14},{type:"vue-color",label:"字体颜色",name:"subTextColor",required:!1,placeholder:"",value:""},{type:"el-select",label:"字体粗细",name:"fontWeight",required:!1,placeholder:"",selectOptions:[{code:"normal",name:"正常"},{code:"bold",name:"粗体"},{code:"bolder",name:"特粗体"},{code:"lighter",name:"细体"}],value:"normal"}]},{name:"提示语设置",list:[{type:"el-input-number",label:"字体大小",name:"fontSize",required:!1,placeholder:"",value:12},{type:"vue-color",label:"网格线颜色",name:"lineColor",required:!1,placeholder:"",value:""}]},{name:"图例操作",list:[{type:"el-switch",label:"图例",name:"isShowLegend",required:!1,placeholder:"",value:!0},{type:"vue-color",label:"字体颜色",name:"lengedColor",required:!1,placeholder:"",value:"#fff"},{type:"el-input-text",label:"字体大小",name:"lengedFontSize",required:!1,placeholder:"",value:16},{type:"el-input-number",label:"图例宽度",name:"lengedWidth",required:!1,placeholder:"",value:15},{type:"el-select",label:"横向位置",name:"lateralPosition",required:!1,placeholder:"",selectOptions:[{code:"left",name:"左对齐"},{code:"right",name:"右对齐"}],value:""},{type:"el-select",label:"纵向位置",name:"longitudinalPosition",required:!1,placeholder:"",selectOptions:[{code:"top",name:"顶部"},{code:"bottom",name:"底部"}],value:""},{type:"el-select",label:"布局前置",name:"layoutFront",required:!1,placeholder:"",selectOptions:[{code:"vertical",name:"竖排"},{code:"horizontal",name:"横排"}],value:""}]},{name:"自定义配色",list:[{type:"customColor",label:"",name:"customColor",required:!1,value:[{color:"#0CD2E6"},{color:"#00BFA5"},{color:"#FFC722"},{color:"#886EFF"},{color:"#008DEC"}]}]}]],data:[{type:"el-radio-group",label:"数据类型",name:"dataType",require:!1,placeholder:"",selectValue:!0,selectOptions:[{code:"staticData",name:"静态数据"},{code:"dynamicData",name:"动态数据"}],value:"staticData"},{type:"el-input-number",label:"刷新时间(毫秒)",name:"refreshTime",relactiveDom:"dataType",relactiveDomValue:"dynamicData",value:5e3},{type:"el-button",label:"静态数据",name:"staticData",required:!1,placeholder:"",relactiveDom:"dataType",relactiveDomValue:"staticData",value:[{value:1048,name:"搜索引擎"},{value:735,name:"直接访问"},{value:580,name:"邮件营销"},{value:484,name:"联盟广告"},{value:300,name:"视频广告"}]},{type:"dycustComponents",label:"",name:"dynamicData",required:!1,placeholder:"",relactiveDom:"dataType",chartType:"widget-piechart",relactiveDomValue:"dynamicData",dictKey:"PIE_PROPERTIES",value:""}],position:[{type:"el-input-number",label:"左边距",name:"left",required:!1,placeholder:"",value:0},{type:"el-input-number",label:"上边距",name:"top",required:!1,placeholder:"",value:0},{type:"el-input-number",label:"宽度",name:"width",required:!1,placeholder:"该容器在1920px大屏中的宽度",value:400},{type:"el-input-number",label:"高度",name:"height",required:!1,placeholder:"该容器在1080px大屏中的高度",value:200}]}},{code:"widget-funnel",type:"funnel",tabName:"漏斗图",label:"漏斗图",icon:"iconloudoutu",options:{setup:[{type:"el-input-text",label:"图层名称",name:"layerName",required:!1,placeholder:"",value:"漏斗图"},{type:"vue-color",label:"背景颜色",name:"background",required:!1,placeholder:"",value:""},{type:"el-switch",label:"翻转",name:"ending",require:!1,placeholder:"",value:!1},[{name:"标题设置",list:[{type:"el-switch",label:"标题",name:"isNoTitle",required:!1,placeholder:"",value:!1},{type:"el-input-text",label:"标题",name:"titleText",required:!1,placeholder:"",value:""},{type:"vue-color",label:"字体颜色",name:"textColor",required:!1,placeholder:"",value:"#FFD700"},{type:"el-select",label:"字体粗细",name:"textFontWeight",required:!1,placeholder:"",selectOptions:[{code:"normal",name:"正常"},{code:"bold",name:"粗体"},{code:"bolder",name:"特粗体"},{code:"lighter",name:"细体"}],value:"normal"},{type:"el-input-number",label:"字体字号",name:"textFontSize",required:!1,placeholder:"",value:20},{type:"el-select",label:"字体位置",name:"textAlign",required:!1,placeholder:"",selectOptions:[{code:"center",name:"居中"},{code:"left",name:"左对齐"},{code:"right",name:"右对齐"}],value:"center"},{type:"el-input-text",label:"副标题",name:"subText",required:!1,placeholder:"",value:""},{type:"vue-color",label:"字体颜色",name:"subTextColor",required:!1,placeholder:"",value:"rgba(30, 144, 255, 1)"},{type:"el-select",label:"字体粗细",name:"subTextFontWeight",required:!1,placeholder:"",selectOptions:[{code:"normal",name:"正常"},{code:"bold",name:"粗体"},{code:"bolder",name:"特粗体"},{code:"lighter",name:"细体"}],value:"normal"},{type:"el-input-number",label:"字体字号",name:"subTextFontSize",required:!1,placeholder:"",value:16}]},{name:"数值设置",list:[{type:"el-switch",label:"显示",name:"isShow",require:!1,placeholder:"",value:!0},{type:"el-input-number",label:"字体字号",name:"fontSize",require:!1,placeholder:"",value:14},{type:"vue-color",label:"字体颜色",name:"color",require:!1,placeholder:"",value:"#fff"},{type:"el-select",label:"字体粗细",name:"fontWeight",require:!1,placeholder:"",selectOptions:[{code:"normal",name:"正常"},{code:"bold",name:"粗体"},{code:"bolder",name:"特粗体"},{code:"lighter",name:"细体"}],value:"normal"}]},{name:"图例操作",list:[{type:"el-switch",label:"显示",name:"isShowLegend",required:!1,placeholder:"",value:!0},{type:"vue-color",label:"字体颜色",name:"lengedColor",required:!1,placeholder:"",value:"#fff"},{type:"el-input-number",label:"字体字号",name:"lengedFontSize",required:!1,placeholder:"",value:16},{type:"el-input-number",label:"图例宽度",name:"lengedWidth",required:!1,placeholder:"",value:15},{type:"el-select",label:"横向位置",name:"lateralPosition",required:!1,placeholder:"",selectOptions:[{code:"center",name:"居中"},{code:"left",name:"左对齐"},{code:"right",name:"右对齐"}],value:"center"},{type:"el-select",label:"纵向位置",name:"longitudinalPosition",required:!1,placeholder:"",selectOptions:[{code:"top",name:"顶部"},{code:"bottom",name:"底部"}],value:"top"},{type:"el-select",label:"布局前置",name:"layoutFront",required:!1,placeholder:"",selectOptions:[{code:"vertical",name:"竖排"},{code:"horizontal",name:"横排"}],value:"horizontal"}]},{name:"提示语设置",list:[{type:"el-input-number",label:"字体字号",name:"tipFontSize",required:!1,placeholder:"",value:14},{type:"vue-color",label:"字体颜色",name:"lineColor",required:!1,placeholder:"",value:""}]},{name:"自定义配色",list:[{type:"customColor",label:"",name:"customColor",required:!1,value:[{color:"#0CD2E6"},{color:"#00BFA5"},{color:"#FFC722"},{color:"#886EFF"},{color:"#008DEC"}]}]}]],data:[{type:"el-radio-group",label:"数据类型",name:"dataType",require:!1,placeholder:"",selectValue:!0,selectOptions:[{code:"staticData",name:"静态数据"},{code:"dynamicData",name:"动态数据"}],value:"staticData"},{type:"el-input-number",label:"刷新时间(毫秒)",name:"refreshTime",relactiveDom:"dataType",relactiveDomValue:"dynamicData",value:5e3},{type:"el-button",label:"静态数据",name:"staticData",required:!1,placeholder:"",relactiveDom:"dataType",relactiveDomValue:"staticData",value:[{value:2,name:"访问"},{value:5,name:"咨询"},{value:20,name:"订单"},{value:40,name:"点击"},{value:125,name:"展现"}]},{type:"dycustComponents",label:"",name:"dynamicData",required:!1,placeholder:"",relactiveDom:"dataType",chartType:"widget-funnel",relactiveDomValue:"dynamicData",dictKey:"PIE_PROPERTIES",value:""}],position:[{type:"el-input-number",label:"左边距",name:"left",required:!1,placeholder:"",value:0},{type:"el-input-number",label:"上边距",name:"top",required:!1,placeholder:"",value:0},{type:"el-input-number",label:"宽度",name:"width",required:!1,placeholder:"该容器在1920px大屏中的宽度",value:400},{type:"el-input-number",label:"高度",name:"height",required:!1,placeholder:"该容器在1080px大屏中的高度",value:500}]}},{code:"widget-gauge",type:"percent",tabName:"百分比",label:"仪表盘",icon:"iconyibiaopan",options:{setup:[{type:"el-input-text",label:"图层名称",name:"layerName",required:!1,placeholder:"",value:"仪表盘"},{type:"vue-color",label:"背景颜色",name:"background",required:!1,placeholder:"",value:""},[{name:"圆环设置",list:[{type:"el-switch",label:"显示",name:"ringShow",required:!1,placeholder:"",value:!0},{type:"el-input-number",label:"圆环宽度",name:"pieWeight",require:!1,placeholder:"",value:10}]},{name:"0%~30%渐变色",list:[{type:"vue-color",label:"0处颜色",name:"color30p0",required:!1,placeholder:"",value:"rgba(0, 237, 3,0.1)"},{type:"vue-color",label:"0.5处颜色",name:"color30p5",required:!1,placeholder:"",value:"rgba(0, 237, 3,0.6)"},{type:"vue-color",label:"1处颜色",name:"color30p10",required:!1,placeholder:"",value:"rgba(0, 237, 3,1)"}]},{name:"30%~70%渐变色",list:[{type:"vue-color",label:"0处颜色",name:"color70p0",required:!1,placeholder:"",value:"rgba(255, 184, 0,0.1)"},{type:"vue-color",label:"0.5处颜色",name:"color70p5",required:!1,placeholder:"",value:"rgba(255, 184, 0,0.6)"},{type:"vue-color",label:"1处颜色",name:"color70p10",required:!1,placeholder:"",value:"rgba(255, 184, 0,1)"}]},{name:"70%~100%渐变色",list:[{type:"vue-color",label:"0处颜色",name:"color100p0",required:!1,placeholder:"",value:"rgba(175, 36, 74,0.1)"},{type:"vue-color",label:"0.5处颜色",name:"color100p5",required:!1,placeholder:"",value:"rgba(255, 36, 74,0.6)"},{type:"vue-color",label:"1处颜色",name:"color100p10",required:!1,placeholder:"",value:"rgba(255, 36, 74,1)"}]},{name:"刻度线",list:[{type:"el-switch",label:"显示",name:"tickShow",required:!1,placeholder:"",value:!0},{type:"el-input-number",label:"距离",name:"tickDistance",require:!1,placeholder:"",value:0},{type:"el-input-number",label:"长度",name:"tickLength",require:!1,placeholder:"",value:10},{type:"el-input-number",label:"宽度",name:"tickWidth",require:!1,placeholder:"",value:2}]},{name:"指标线",list:[{type:"el-switch",label:"显示",name:"splitShow",required:!1,placeholder:"",value:!0},{type:"el-input-number",label:"距离",name:"splitDistance",require:!1,placeholder:"",value:0},{type:"el-input-number",label:"长度",name:"splitLength",require:!1,placeholder:"",value:14},{type:"el-input-number",label:"宽度",name:"splitWidth",require:!1,placeholder:"",value:4}]},{name:"指标",list:[{type:"el-switch",label:"显示",name:"labelShow",required:!1,placeholder:"",value:!0},{type:"el-input-number",label:"距离",name:"labelDistance",require:!1,placeholder:"",value:0},{type:"el-input-number",label:"字号",name:"labelFontSize",require:!1,placeholder:"",value:10},{type:"vue-color",label:"颜色",name:"labelColor",required:!1,placeholder:"",value:"#fff"}]},{name:"数值",list:[{type:"vue-color",label:"颜色",name:"labelColor",required:!1,placeholder:"",value:"#fff"},{type:"el-input-number",label:"字号",name:"labelFontSize",require:!1,placeholder:"",value:14},{type:"el-select",label:"字体粗细",name:"labelFontWeight",required:!1,placeholder:"",selectOptions:[{code:"normal",name:"正常"},{code:"bold",name:"粗体"},{code:"bolder",name:"特粗体"},{code:"lighter",name:"细体"}],value:"normal"}]}]],data:[{type:"el-radio-group",label:"数据类型",name:"dataType",require:!1,placeholder:"",selectValue:!0,selectOptions:[{code:"staticData",name:"静态数据"},{code:"dynamicData",name:"动态数据"}],value:"staticData"},{type:"el-input-number",label:"刷新时间(毫秒)",name:"refreshTime",relactiveDom:"dataType",relactiveDomValue:"dynamicData",value:5e3},{type:"el-button",label:"静态数据",name:"staticData",required:!1,placeholder:"",relactiveDom:"dataType",relactiveDomValue:"staticData",value:[{num:50}]},{type:"dycustComponents",label:"",name:"dynamicData",required:!1,placeholder:"",relactiveDom:"dataType",chartType:"widget-text",dictKey:"TEXT_PROPERTIES",relactiveDomValue:"dynamicData",value:""}],position:[{type:"el-input-number",label:"左边距",name:"left",required:!1,placeholder:"",value:0},{type:"el-input-number",label:"上边距",name:"top",required:!1,placeholder:"",value:0},{type:"el-input-number",label:"宽度",name:"width",required:!1,placeholder:"该容器在1920px大屏中的宽度",value:400},{type:"el-input-number",label:"高度",name:"height",required:!1,placeholder:"该容器在1080px大屏中的高度",value:200}]}},{code:"widgetLineMap",type:"mapChart",tabName:"中国地图",label:"路线地图",icon:"iconzhongguoditu",options:{setup:[{type:"el-input-text",label:"图层名称",name:"layerName",required:!1,placeholder:"",value:"中国地图-路线图"},{type:"vue-color",label:"背景颜色",name:"background",required:!1,placeholder:"",value:""},[{name:"标题设置",list:[{type:"el-switch",label:"标题",name:"isNoTitle",required:!1,placeholder:"",value:!0},{type:"el-input-text",label:"标题",name:"titleText",required:!1,placeholder:"",value:""},{type:"vue-color",label:"字体颜色",name:"textColor",required:!1,placeholder:"",value:"#fff"},{type:"el-select",label:"字体粗细",name:"textFontWeight",required:!1,placeholder:"",selectOptions:[{code:"normal",name:"正常"},{code:"bold",name:"粗体"},{code:"bolder",name:"特粗体"},{code:"lighter",name:"细体"}],value:"normal"},{type:"el-input-number",label:"字体大小",name:"textFontSize",required:!1,placeholder:"",value:20},{type:"el-select",label:"字体位置",name:"textAlign",required:!1,placeholder:"",selectOptions:[{code:"center",name:"居中"},{code:"left",name:"左对齐"},{code:"right",name:"右对齐"}],value:"center"},{type:"el-input-text",label:"副标题",name:"subText",required:!1,placeholder:"",value:""},{type:"vue-color",label:"字体颜色",name:"subTextColor",required:!1,placeholder:"",value:""},{type:"el-select",label:"字体粗细",name:"subTextFontWeight",required:!1,placeholder:"",selectOptions:[{code:"normal",name:"正常"},{code:"bold",name:"粗体"},{code:"bolder",name:"特粗体"},{code:"lighter",name:"细体"}],value:"normal"},{type:"el-input-number",label:"字体大小",name:"subTextFontSize",required:!1,placeholder:"",value:12}]},{name:"起点设置",list:[{type:"el-switch",label:"起点显示",name:"isShowSource",required:!1,placeholder:"",value:!0},{type:"el-input-number",label:"点大小",name:"sourceSymbolSize",required:!1,placeholder:"",value:10},{type:"vue-color",label:"点颜色",name:"sourcePointColor",required:!1,placeholder:"",value:"#46bee9"},{type:"el-input-number",label:"文字大小",name:"sourceFontTextSize",required:!1,placeholder:"",value:12},{type:"vue-color",label:"文字颜色",name:"sourceFontTextColor",required:!1,placeholder:"",value:"#46bee9"},{type:"el-select",label:"文字粗细",name:"sourceFontTextWeight",required:!1,placeholder:"",selectOptions:[{code:"normal",name:"正常"},{code:"bold",name:"粗体"},{code:"bolder",name:"特粗体"},{code:"lighter",name:"细体"}],value:"normal"}]},{name:"终点设置",list:[{type:"el-switch",label:"终点显示",name:"isShowTarget",required:!1,placeholder:"",value:!0},{type:"el-input-number",label:"点大小",name:"targetSymbolSize",required:!1,placeholder:"",value:10},{type:"vue-color",label:"点颜色",name:"targetPointColor",required:!1,placeholder:"",value:"#46bee9"},{type:"el-input-number",label:"文字大小",name:"targetFontTextSize",required:!1,placeholder:"",value:12},{type:"vue-color",label:"文字颜色",name:"targetFontTextColor",required:!1,placeholder:"",value:"#46bee9"},{type:"el-select",label:"文字粗细",name:"targetFontTextWeight",required:!1,placeholder:"",selectOptions:[{code:"normal",name:"正常"},{code:"bold",name:"粗体"},{code:"bolder",name:"特粗体"},{code:"lighter",name:"细体"}],value:"normal"}]},{name:"图标设置",list:[{type:"el-select",label:"图标样式",name:"symbol",required:!1,placeholder:"",selectOptions:[{code:"arrow",name:"箭头"},{code:"plane",name:"飞机"}],value:"arrow"},{type:"el-input-number",label:"动画速度",name:"symbolPeriod",required:!1,placeholder:"",value:4},{type:"el-input-number",label:"图标大小",name:"symbolSize",required:!1,placeholder:"",value:10},{type:"vue-color",label:"图标颜色",name:"symbolColor",required:!1,placeholder:"",value:"#46bee9"}]},{name:"线设置",list:[{type:"vue-color",label:"线颜色",name:"lineColor",required:!1,placeholder:"",value:"#ffa022"},{type:"el-input-number",label:"线宽度",name:"lineWidth",required:!1,placeholder:"",value:2}]},{name:"地图颜色",list:[{type:"vue-color",label:"地图块颜色",name:"blockColor",required:!1,placeholder:"",value:"#073684"},{type:"vue-color",label:"边界颜色",name:"borderColor",required:!1,placeholder:"",value:"#061E3D"},{type:"vue-color",label:"高亮颜色",name:"highlightColor",required:!1,placeholder:"",value:"#2B91B7"}]}]],data:[{type:"el-radio-group",label:"数据类型",name:"dataType",require:!1,placeholder:"",selectValue:!0,selectOptions:[{code:"staticData",name:"静态数据"},{code:"dynamicData",name:"动态数据"}],value:"staticData"},{type:"el-input-number",label:"刷新时间(毫秒)",name:"refreshTime",relactiveDom:"dataType",relactiveDomValue:"dynamicData",value:5e3},{type:"el-button",label:"静态数据",name:"staticData",required:!1,placeholder:"",relactiveDom:"dataType",relactiveDomValue:"staticData",value:[{source:"北京市",target:"上海市",value:95},{source:"北京市",target:"广州市",value:90},{source:"北京市",target:"大连市",value:80},{source:"北京市",target:"南宁市",value:70},{source:"北京市",target:"南昌市",value:60},{source:"北京市",target:"拉萨市",value:50},{source:"北京市",target:"长春市",value:40},{source:"北京市",target:"包头市",value:30},{source:"北京市",target:"重庆市",value:20},{source:"北京市",target:"常州市",value:10},{source:"上海市",target:"包头市",value:95},{source:"上海市",target:"昆明市",value:90},{source:"上海市",target:"广州市",value:80},{source:"上海市",target:"郑州市",value:70},{source:"上海市",target:"长春市",value:60},{source:"上海市",target:"重庆市",value:50},{source:"上海市",target:"长沙市",value:40},{source:"上海市",target:"北京市",value:30},{source:"上海市",target:"丹东市",value:20},{source:"上海市",target:"大连市",value:10},{source:"广州市",target:"福州市",value:95},{source:"广州市",target:"太原市",value:90},{source:"广州市",target:"长春市",value:80},{source:"广州市",target:"重庆市",value:70},{source:"广州市",target:"西安市",value:60},{source:"广州市",target:"成都市",value:50},{source:"广州市",target:"常州市",value:40},{source:"广州市",target:"北京市",value:30},{source:"广州市",target:"北海市",value:20},{source:"广州市",target:"海口市",value:10}]},{type:"dycustComponents",label:"",name:"dynamicData",required:!1,placeholder:"",relactiveDom:"dataType",chartType:"widget-linemap",dictKey:"SOUTAR_PROPERTIES",relactiveDomValue:"dynamicData",value:""}],position:[{type:"el-input-number",label:"左边距",name:"left",required:!1,placeholder:"",value:0},{type:"el-input-number",label:"上边距",name:"top",required:!1,placeholder:"",value:0},{type:"el-input-number",label:"宽度",name:"width",required:!1,placeholder:"该容器在1920px大屏中的宽度",value:600},{type:"el-input-number",label:"高度",name:"height",required:!1,placeholder:"该容器在1080px大屏中的高度",value:400}]}},{code:"WidgetPieNightingaleRoseArea",type:"pieChart",tabName:"饼图",label:"南丁格尔",icon:"iconnandinggeermeiguitu",options:{setup:[{type:"el-input-text",label:"图层名称",name:"layerName",required:!1,placeholder:"",value:"南丁格尔玫瑰图"},{type:"vue-color",label:"背景颜色",name:"background",required:!1,placeholder:"",value:""},{type:"el-select",label:"饼图模式",name:"nightingleRosetype",required:!1,placeholder:"",selectOptions:[{code:"area",name:"面积模式"},{code:"radius",name:"半径模式"}],value:"area"},[{name:"标题设置",list:[{type:"el-switch",label:"标题",name:"isNoTitle",required:!1,placeholder:"",value:!0},{type:"el-input-text",label:"标题",name:"titleText",required:!1,placeholder:"",value:""},{type:"vue-color",label:"字体颜色",name:"textColor",required:!1,placeholder:"",value:"#fff"},{type:"el-select",label:"字体粗细",name:"textFontWeight",required:!1,placeholder:"",selectOptions:[{code:"normal",name:"正常"},{code:"bold",name:"粗体"},{code:"bolder",name:"特粗体"},{code:"lighter",name:"细体"}],value:"normal"},{type:"el-input-number",label:"字体大小",name:"textFontSize",required:!1,placeholder:"",value:20},{type:"el-select",label:"字体位置",name:"textAlign",required:!1,placeholder:"",selectOptions:[{code:"center",name:"居中"},{code:"left",name:"左对齐"},{code:"right",name:"右对齐"}],value:"left"},{type:"el-input-text",label:"副标题",name:"subText",required:!1,placeholder:"",value:""},{type:"vue-color",label:"字体颜色",name:"subTextColor",required:!1,placeholder:"",value:""},{type:"el-select",label:"字体粗细",name:"subTextFontWeight",required:!1,placeholder:"",selectOptions:[{code:"normal",name:"正常"},{code:"bold",name:"粗体"},{code:"bolder",name:"特粗体"},{code:"lighter",name:"细体"}],value:"normal"},{type:"el-input-number",label:"字体大小",name:"subTextFontSize",required:!1,placeholder:"",value:12}]},{name:"数值设定",list:[{type:"el-switch",label:"显示",name:"isShow",required:!1,placeholder:"",value:!0},{type:"el-switch",label:"数值",name:"numberValue",require:!1,placeholder:"",value:!0},{type:"el-switch",label:"百分比",name:"percentage",require:!1,placeholder:"",value:!1},{type:"el-input-number",label:"字体大小",name:"fontSize",required:!1,placeholder:"",value:14},{type:"vue-color",label:"字体颜色",name:"subTextColor",required:!1,placeholder:"",value:""},{type:"el-select",label:"字体粗细",name:"fontWeight",required:!1,placeholder:"",selectOptions:[{code:"normal",name:"正常"},{code:"bold",name:"粗体"},{code:"bolder",name:"特粗体"},{code:"lighter",name:"细体"}],value:"normal"}]},{name:"提示语设置",list:[{type:"el-input-number",label:"字体大小",name:"fontSize",required:!1,placeholder:"",value:12},{type:"vue-color",label:"网格线颜色",name:"lineColor",required:!1,placeholder:"",value:""}]},{name:"图例操作",list:[{type:"el-switch",label:"图例",name:"isShowLegend",required:!1,placeholder:"",value:!0},{type:"vue-color",label:"字体颜色",name:"lengedColor",required:!1,placeholder:"",value:"#fff"},{type:"el-input-number",label:"字体大小",name:"lengedFontSize",required:!1,placeholder:"",value:16},{type:"el-input-number",label:"图例宽度",name:"lengedWidth",required:!1,placeholder:"",value:15},{type:"el-select",label:"横向位置",name:"lateralPosition",required:!1,placeholder:"",selectOptions:[{code:"left",name:"左对齐"},{code:"right",name:"右对齐"}],value:""},{type:"el-select",label:"纵向位置",name:"longitudinalPosition",required:!1,placeholder:"",selectOptions:[{code:"top",name:"顶部"},{code:"bottom",name:"底部"}],value:""},{type:"el-select",label:"布局前置",name:"layoutFront",required:!1,placeholder:"",selectOptions:[{code:"vertical",name:"竖排"},{code:"horizontal",name:"横排"}],value:""}]},{name:"自定义配色",list:[{type:"customColor",label:"",name:"customColor",required:!1,value:[{color:"#FF801C"},{color:"#F5FF46"},{color:"#00FE65"},{color:"#00FEFF"},{color:"#ffa800"}]}]}]],data:[{type:"el-radio-group",label:"数据类型",name:"dataType",require:!1,placeholder:"",selectValue:!0,selectOptions:[{code:"staticData",name:"静态数据"},{code:"dynamicData",name:"动态数据"}],value:"staticData"},{type:"el-input-number",label:"刷新时间(毫秒)",name:"refreshTime",relactiveDom:"dataType",relactiveDomValue:"dynamicData",value:5e3},{type:"el-button",label:"静态数据",name:"staticData",required:!1,placeholder:"",relactiveDom:"dataType",relactiveDomValue:"staticData",value:[{value:1048,name:"搜索引擎"},{value:735,name:"直接访问"},{value:580,name:"邮件营销"},{value:484,name:"联盟广告"},{value:300,name:"视频广告"}]},{type:"dycustComponents",label:"",name:"dynamicData",required:!1,placeholder:"",relactiveDom:"dataType",chartType:"widget-piechart",dictKey:"PIE_PROPERTIES",relactiveDomValue:"dynamicData",value:""}],position:[{type:"el-input-number",label:"左边距",name:"left",required:!1,placeholder:"",value:0},{type:"el-input-number",label:"上边距",name:"top",required:!1,placeholder:"",value:0},{type:"el-input-number",label:"宽度",name:"width",required:!1,placeholder:"该容器在1920px大屏中的宽度",value:400},{type:"el-input-number",label:"高度",name:"height",required:!1,placeholder:"该容器在1080px大屏中的高度",value:200}]}},{code:"widgetPiePercentageChart",type:"percent",tabName:"百分比",label:"百分比图",icon:"iconbaifenbi",options:{setup:[{type:"el-input-text",label:"图层名称",name:"layerName",required:!1,placeholder:"",value:"百分比图"},{type:"vue-color",label:"背景颜色",name:"background",required:!1,placeholder:"",value:""},[{name:"数值设置",list:[{type:"vue-color",label:"数值颜色",name:"textNumColor",required:!1,placeholder:"",value:"#fff"},{type:"el-input-number",label:"数值字体",name:"textNumFontSize",required:!1,placeholder:"",value:40},{type:"el-select",label:"字体粗细",name:"textNumFontWeight",required:!1,placeholder:"",selectOptions:[{code:"normal",name:"正常"},{code:"bold",name:"粗体"},{code:"bolder",name:"特粗体"},{code:"lighter",name:"细体"}],value:"normal"},{type:"vue-color",label:"%号颜色",name:"textPerColor",required:!1,placeholder:"",value:"#fff"},{type:"el-input-number",label:"%号字体",name:"textPerFontSize",required:!1,placeholder:"",value:20},{type:"el-select",label:"字体粗细",name:"textPerFontWeight",required:!1,placeholder:"",selectOptions:[{code:"normal",name:"正常"},{code:"bold",name:"粗体"},{code:"bolder",name:"特粗体"},{code:"lighter",name:"细体"}],value:"normal"}]},{name:"圆环设置",list:[{type:"el-input-number",label:"刻度数量",name:"lineNumber",required:!1,placeholder:"",value:8},{type:"el-input-number",label:"刻度长度",name:"lineLength",required:!1,placeholder:"",value:19},{type:"el-input-number",label:"刻度宽度",name:"lineWidth",required:!1,placeholder:"",value:2},{type:"vue-color",label:"刻度颜色",name:"lineColor",required:!1,placeholder:"",value:"#061740"}]},{name:"渐变色",list:[{type:"vue-color",label:"0%处颜色",name:"color0Start",required:!1,placeholder:"",value:"#4FADFD"},{type:"vue-color",label:"100%颜色",name:"color100End",required:!1,placeholder:"",value:"#28E8FA"},{type:"vue-color",label:"余处颜色",name:"colorsurplus",required:!1,placeholder:"",value:"#173164"}]}]],data:[{type:"el-radio-group",label:"数据类型",name:"dataType",require:!1,placeholder:"",selectValue:!0,selectOptions:[{code:"staticData",name:"静态数据"},{code:"dynamicData",name:"动态数据"}],value:"staticData"},{type:"el-input-number",label:"刷新时间(毫秒)",name:"refreshTime",relactiveDom:"dataType",relactiveDomValue:"dynamicData",value:5e3},{type:"el-button",label:"静态数据",name:"staticData",required:!1,placeholder:"",relactiveDom:"dataType",relactiveDomValue:"staticData",value:[{num:60}]},{type:"dycustComponents",label:"",name:"dynamicData",required:!1,placeholder:"",relactiveDom:"dataType",chartType:"widget-piechart",dictKey:"TEXT_PROPERTIES",relactiveDomValue:"dynamicData",value:""}],position:[{type:"el-input-number",label:"左边距",name:"left",required:!1,placeholder:"",value:0},{type:"el-input-number",label:"上边距",name:"top",required:!1,placeholder:"",value:0},{type:"el-input-number",label:"宽度",name:"width",required:!1,placeholder:"该容器在1920px大屏中的宽度",value:400},{type:"el-input-number",label:"高度",name:"height",required:!1,placeholder:"该容器在1080px大屏中的高度",value:300}]}},{code:"widgetAirBubbleMap",type:"mapChart",tabName:"中国地图",label:"气泡地图",icon:"iconzhongguoditu",options:{setup:[{type:"el-input-text",label:"图层名称",name:"layerName",required:!1,placeholder:"",value:"中国地图-气泡图"},{type:"vue-color",label:"背景颜色",name:"background",required:!1,placeholder:"",value:""},[{name:"标题设置",list:[{type:"el-switch",label:"标题",name:"isNoTitle",required:!1,placeholder:"",value:!0},{type:"el-input-text",label:"标题",name:"titleText",required:!1,placeholder:"",value:""},{type:"vue-color",label:"字体颜色",name:"textColor",required:!1,placeholder:"",value:"#fff"},{type:"el-select",label:"字体粗细",name:"textFontWeight",required:!1,placeholder:"",selectOptions:[{code:"normal",name:"正常"},{code:"bold",name:"粗体"},{code:"bolder",name:"特粗体"},{code:"lighter",name:"细体"}],value:"normal"},{type:"el-input-number",label:"字体大小",name:"textFontSize",required:!1,placeholder:"",value:20},{type:"el-select",label:"字体位置",name:"textAlign",required:!1,placeholder:"",selectOptions:[{code:"center",name:"居中"},{code:"left",name:"左对齐"},{code:"right",name:"右对齐"}],value:"left"},{type:"el-input-text",label:"副标题",name:"subText",required:!1,placeholder:"",value:""},{type:"vue-color",label:"字体颜色",name:"subTextColor",required:!1,placeholder:"",value:""},{type:"el-select",label:"字体粗细",name:"subTextFontWeight",required:!1,placeholder:"",selectOptions:[{code:"normal",name:"正常"},{code:"bold",name:"粗体"},{code:"bolder",name:"特粗体"},{code:"lighter",name:"细体"}],value:"normal"},{type:"el-input-number",label:"字体大小",name:"subTextFontSize",required:!1,placeholder:"",value:12}]},{name:"字体设置",list:[{type:"el-input-number",label:"文字大小",name:"fontTextSize",required:!1,placeholder:"",value:15},{type:"vue-color",label:"文字颜色",name:"fontTextColor",required:!1,placeholder:"",value:"#D4EEFF"},{type:"el-select",label:"文字粗细",name:"fontTextWeight",required:!1,placeholder:"",selectOptions:[{code:"normal",name:"正常"},{code:"bold",name:"粗体"},{code:"bolder",name:"特粗体"},{code:"lighter",name:"细体"}],value:"normal"},{type:"el-input-number",label:"数值大小",name:"fontDataSize",required:!1,placeholder:"",value:15},{type:"vue-color",label:"数值颜色",name:"fontDataColor",required:!1,placeholder:"",value:"#D4EEFF"},{type:"el-select",label:"数值粗细",name:"fontDataWeight",required:!1,placeholder:"",selectOptions:[{code:"normal",name:"正常"},{code:"bold",name:"粗体"},{code:"bolder",name:"特粗体"},{code:"lighter",name:"细体"}],value:"normal"}]},{name:"气泡设置",list:[{type:"el-input-number",label:"最小半径",name:"fontminSize4Pin",required:!1,placeholder:"",value:20},{type:"el-input-number",label:"最大半径",name:"fontmaxSize4Pin",required:!1,placeholder:"",value:100}]},{name:"地图块颜色",list:[{type:"vue-color",label:"0%处颜色",name:"font0PreColor",required:!1,placeholder:"",value:"#073684"},{type:"vue-color",label:"100%颜色",name:"font100PreColor",required:!1,placeholder:"",value:"#061E3D"},{type:"vue-color",label:"高亮渐变色",name:"fontHighlightColor",required:!1,placeholder:"",value:"#2B91B7"}]}]],data:[{type:"el-radio-group",label:"数据类型",name:"dataType",require:!1,placeholder:"",selectValue:!0,selectOptions:[{code:"staticData",name:"静态数据"},{code:"dynamicData",name:"动态数据"}],value:"staticData"},{type:"el-input-number",label:"刷新时间(毫秒)",name:"refreshTime",relactiveDom:"dataType",relactiveDomValue:"dynamicData",value:5e3},{type:"el-button",label:"静态数据",name:"staticData",required:!1,placeholder:"",relactiveDom:"dataType",relactiveDomValue:"staticData",value:[{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}]},{type:"dycustComponents",label:"",name:"dynamicData",required:!1,placeholder:"",relactiveDom:"dataType",chartType:"widget-piechart",dictKey:"MAP_PROPERTIES",relactiveDomValue:"dynamicData",value:""}],position:[{type:"el-input-number",label:"左边距",name:"left",required:!1,placeholder:"",value:0},{type:"el-input-number",label:"上边距",name:"top",required:!1,placeholder:"",value:0},{type:"el-input-number",label:"宽度",name:"width",required:!1,placeholder:"该容器在1920px大屏中的宽度",value:600},{type:"el-input-number",label:"高度",name:"height",required:!1,placeholder:"该容器在1080px大屏中的高度",value:400}]}},{code:"widgetBarStackChart",type:"barChart",tabName:"柱状图",label:"柱状堆叠图",icon:"iconbianzu23",options:{setup:[{type:"el-input-text",label:"图层名称",name:"layerName",required:!1,placeholder:"",value:"柱状堆叠图"},{type:"el-switch",label:"竖展示",name:"verticalShow",required:!1,placeholder:"",value:!1},{type:"vue-color",label:"背景颜色",name:"background",required:!1,placeholder:"",value:""},{type:"el-select",label:"堆叠样式",name:"stackStyle",required:!1,placeholder:"",selectOptions:[{code:"leftRight",name:"左右堆叠"},{code:"upDown",name:"上下堆叠"}],value:"leftRight"},[{name:"柱体设置",list:[{type:"el-slider",label:"最大宽度",name:"maxWidth",required:!1,placeholder:"",value:20},{type:"el-slider",label:"圆角",name:"radius",require:!1,placeholder:"",value:5}]},{name:"标题设置",list:[{type:"el-switch",label:"标题",name:"isNoTitle",required:!1,placeholder:"",value:!0},{type:"el-input-text",label:"标题",name:"titleText",required:!1,placeholder:"",value:""},{type:"vue-color",label:"字体颜色",name:"textColor",required:!1,placeholder:"",value:"#FFD700"},{type:"el-select",label:"字体粗细",name:"textFontWeight",required:!1,placeholder:"",selectOptions:[{code:"normal",name:"正常"},{code:"bold",name:"粗体"},{code:"bolder",name:"特粗体"},{code:"lighter",name:"细体"}],value:"normal"},{type:"el-input-number",label:"字体大小",name:"textFontSize",required:!1,placeholder:"",value:20},{type:"el-select",label:"字体位置",name:"textAlign",required:!1,placeholder:"",selectOptions:[{code:"center",name:"居中"},{code:"left",name:"左对齐"},{code:"right",name:"右对齐"}],value:"center"},{type:"el-input-text",label:"副标题",name:"subText",required:!1,placeholder:"",value:""},{type:"vue-color",label:"字体颜色",name:"subTextColor",required:!1,placeholder:"",value:"rgba(30, 144, 255, 1)"},{type:"el-select",label:"字体粗细",name:"subTextFontWeight",required:!1,placeholder:"",selectOptions:[{code:"normal",name:"正常"},{code:"bold",name:"粗体"},{code:"bolder",name:"特粗体"},{code:"lighter",name:"细体"}],value:"normal"},{type:"el-input-number",label:"字体大小",name:"subTextFontSize",required:!1,placeholder:"",value:20}]},{name:"图例操作",list:[{type:"el-switch",label:"图例显示",name:"isShowLegend",required:!1,placeholder:"",value:!0},{type:"el-input-text",label:"图例名称",name:"legendName",required:!1,placeholder:0,value:""},{type:"vue-color",label:"字体颜色",name:"lengedColor",required:!1,placeholder:"",value:"#fff"},{type:"el-input-number",label:"字体字号",name:"lengedFontSize",required:!1,placeholder:"",value:12},{type:"el-input-number",label:"图例宽度",name:"lengedWidth",required:!1,placeholder:"",value:12},{type:"el-select",label:"横向位置",name:"lateralPosition",required:!1,placeholder:"",selectOptions:[{code:"center",name:"居中"},{code:"left",name:"左对齐"},{code:"right",name:"右对齐"}],value:"center"},{type:"el-select",label:"纵向位置",name:"longitudinalPosition",required:!1,placeholder:"",selectOptions:[{code:"top",name:"顶部"},{code:"bottom",name:"底部"}],value:"top"},{type:"el-select",label:"布局前置",name:"layoutFront",required:!1,placeholder:"",selectOptions:[{code:"vertical",name:"竖排"},{code:"horizontal",name:"横排"}],value:"horizontal"}]},{name:"X轴设置",list:[{type:"el-switch",label:"显示",name:"hideX",required:!1,placeholder:"",value:!0},{type:"el-input-text",label:"X轴别名",name:"xName",required:!1,placeholder:"",value:""},{type:"vue-color",label:"别名颜色",name:"xNameColor",required:!1,placeholder:"",value:"#fff"},{type:"el-input-number",label:"别名字号",name:"xNameFontSize",required:!1,placeholder:"",value:14},{type:"el-switch",label:"轴反转",name:"reversalX",required:!1,placeholder:"",value:!1},{type:"el-slider",label:"文字角度",name:"textAngleX",required:!1,placeholder:"",value:0},{type:"el-input-number",label:"文字间隔",name:"textInterval",required:!1,placeholder:"",value:""},{type:"vue-color",label:"文字颜色",name:"Xcolor",required:!1,placeholder:"",value:"#fff"},{type:"el-input-number",label:"文字字号",name:"fontSizeX",required:!1,placeholder:"",value:14},{type:"vue-color",label:"轴颜色",name:"lineColorX",required:!1,placeholder:"",value:"#fff"},{type:"el-switch",label:"分割线显示",name:"isShowSplitLineX",require:!1,placeholder:"",value:!1},{type:"vue-color",label:"分割线颜色",name:"splitLineColorX",required:!1,placeholder:"",value:"#fff"}]},{name:"Y轴设置",list:[{type:"el-switch",label:"显示",name:"isShowY",require:!1,placeholder:"",value:!0},{type:"el-input-text",label:"Y轴别名",name:"textNameY",require:!1,placeholder:"",value:""},{type:"vue-color",label:"别名颜色",name:"NameColorY",required:!1,placeholder:"",value:"#fff"},{type:"el-input-number",label:"别名字号",name:"NameFontSizeY",required:!1,placeholder:"",value:14},{type:"el-switch",label:"轴反转",name:"reversalY",required:!1,placeholder:"",value:!1},{type:"el-slider",label:"文字角度",name:"textAngleY",required:!1,placeholder:"",value:0},{type:"vue-color",label:"文字颜色",name:"colorY",required:!1,placeholder:"",value:"#fff"},{type:"el-input-number",label:"文字字号",name:"fontSizeY",required:!1,placeholder:"",value:14},{type:"vue-color",label:"轴颜色",name:"lineColorY",required:!1,placeholder:"",value:"#fff"},{type:"el-switch",label:"分割线显示",name:"isShowSplitLineY",require:!1,placeholder:"",value:!1},{type:"vue-color",label:"分割线颜色",name:"splitLineColorY",required:!1,placeholder:"",value:"#fff"}]},{name:"数值设定",list:[{type:"el-switch",label:"显示",name:"isShow",required:!1,placeholder:"",value:!1},{type:"el-input-number",label:"字体大小",name:"fontSize",required:!1,placeholder:"",value:14},{type:"vue-color",label:"字体颜色",name:"subTextColor",required:!1,placeholder:"",value:"#fff"},{type:"el-select",label:"字体粗细",name:"fontWeight",required:!1,placeholder:"",selectOptions:[{code:"normal",name:"正常"},{code:"bold",name:"粗体"},{code:"bolder",name:"特粗体"},{code:"lighter",name:"细体"}],value:"normal"}]},{name:"提示语设置",list:[{type:"el-input-number",label:"字体大小",name:"tipsFontSize",required:!1,placeholder:"",value:16},{type:"vue-color",label:"字体颜色",name:"lineColor",required:!1,placeholder:""}]},{name:"坐标轴边距设置",list:[{type:"el-slider",label:"左边距(像素)",name:"marginLeft",required:!1,placeholder:"",value:10},{type:"el-slider",label:"顶边距(像素)",name:"marginTop",required:!1,placeholder:"",value:50},{type:"el-slider",label:"右边距(像素)",name:"marginRight",required:!1,placeholder:"",value:40},{type:"el-slider",label:"底边距(像素)",name:"marginBottom",required:!1,placeholder:"",value:10}]},{name:"自定义配色",list:[{type:"customColor",label:"",name:"customColor",required:!1,value:[{color:"#ff7f50"},{color:"#87cefa"},{color:"#da70d6"},{color:"#32cd32"},{color:"#6495ed"}]}]}]],data:[{type:"el-radio-group",label:"数据类型",name:"dataType",require:!1,placeholder:"",selectValue:!0,selectOptions:[{code:"staticData",name:"静态数据"},{code:"dynamicData",name:"动态数据"}],value:"staticData"},{type:"el-input-number",label:"刷新时间(毫秒)",name:"refreshTime",relactiveDom:"dataType",relactiveDomValue:"dynamicData",value:5e3},{type:"el-button",label:"静态数据",name:"staticData",required:!1,placeholder:"",relactiveDom:"dataType",relactiveDomValue:"staticData",value:[{axis:"2021-07-25",name:"A",data:"12"},{axis:"2021-07-25",name:"B",data:"20"},{axis:"2021-07-26",name:"B",data:"5"},{axis:"2021-07-27",name:"A",data:"15"},{axis:"2021-07-27",name:"B",data:"30"}]},{type:"dycustComponents",label:"",name:"dynamicData",required:!1,placeholder:"",relactiveDom:"dataType",relactiveDomValue:"dynamicData",chartType:"widget-stackchart",dictKey:"STACK_PROPERTIES",value:""}],position:[{type:"el-input-number",label:"左边距",name:"left",required:!1,placeholder:"",value:0},{type:"el-input-number",label:"上边距",name:"top",required:!1,placeholder:"",value:0},{type:"el-input-number",label:"宽度",name:"width",required:!1,placeholder:"该容器在1920px大屏中的宽度",value:500},{type:"el-input-number",label:"高度",name:"height",required:!1,placeholder:"该容器在1080px大屏中的高度",value:250}]}},{code:"widgetLineStackChart",type:"lineChart",tabName:"折线图",label:"折线堆叠图",icon:"iconduidietu",options:{setup:[{type:"el-input-text",label:"图层名称",name:"layerName",required:!1,placeholder:"",value:"折线堆叠图"},{type:"el-switch",label:"竖展示",name:"verticalShow",required:!1,placeholder:"",value:!1},{type:"vue-color",label:"背景颜色",name:"background",required:!1,placeholder:"",value:""},[{name:"折线设置",list:[{type:"el-switch",label:"标记点",name:"markPoint",required:!1,placeholder:"",value:!0},{type:"el-slider",label:"点大小",name:"pointSize",required:!1,placeholder:"",value:5},{type:"el-switch",label:"平滑曲线",name:"smoothCurve",required:!1,placeholder:"",value:!0},{type:"el-switch",label:"面积堆积",name:"area",required:!1,placeholder:"",value:!0},{type:"el-slider",label:"面积厚度",name:"areaThickness",required:!1,placeholder:"",value:5},{type:"el-slider",label:"线条宽度",name:"lineWidth",required:!1,placeholder:"",value:4}]},{name:"标题设置",list:[{type:"el-switch",label:"标题",name:"isNoTitle",required:!1,placeholder:"",value:!0},{type:"el-input-text",label:"标题",name:"titleText",required:!1,placeholder:"",value:""},{type:"vue-color",label:"字体颜色",name:"textColor",required:!1,placeholder:"",value:"#FFD700"},{type:"el-select",label:"字体粗细",name:"textFontWeight",required:!1,placeholder:"",selectOptions:[{code:"normal",name:"正常"},{code:"bold",name:"粗体"},{code:"bolder",name:"特粗体"},{code:"lighter",name:"细体"}],value:"normal"},{type:"el-input-number",label:"字体大小",name:"textFontSize",required:!1,placeholder:"",value:20},{type:"el-select",label:"字体位置",name:"textAlign",required:!1,placeholder:"",selectOptions:[{code:"center",name:"居中"},{code:"left",name:"左对齐"},{code:"right",name:"右对齐"}],value:"center"},{type:"el-input-text",label:"副标题",name:"subText",required:!1,placeholder:"",value:""},{type:"vue-color",label:"字体颜色",name:"subTextColor",required:!1,placeholder:"",value:"rgba(30, 144, 255, 1)"},{type:"el-select",label:"字体粗细",name:"subTextFontWeight",required:!1,placeholder:"",selectOptions:[{code:"normal",name:"正常"},{code:"bold",name:"粗体"},{code:"bolder",name:"特粗体"},{code:"lighter",name:"细体"}],value:"normal"},{type:"el-input-number",label:"字体大小",name:"subTextFontSize",required:!1,placeholder:"",value:20}]},{name:"图例操作",list:[{type:"el-switch",label:"图例显示",name:"isShowLegend",required:!1,placeholder:"",value:!0},{type:"el-input-text",label:"图例名称",name:"legendName",required:!1,placeholder:0,value:""},{type:"vue-color",label:"字体颜色",name:"lengedColor",required:!1,placeholder:"",value:"#fff"},{type:"el-input-number",label:"字体字号",name:"lengedFontSize",required:!1,placeholder:"",value:12},{type:"el-input-number",label:"图例宽度",name:"lengedWidth",required:!1,placeholder:"",value:12},{type:"el-select",label:"横向位置",name:"lateralPosition",required:!1,placeholder:"",selectOptions:[{code:"center",name:"居中"},{code:"left",name:"左对齐"},{code:"right",name:"右对齐"}],value:"center"},{type:"el-select",label:"纵向位置",name:"longitudinalPosition",required:!1,placeholder:"",selectOptions:[{code:"top",name:"顶部"},{code:"bottom",name:"底部"}],value:"top"},{type:"el-select",label:"布局前置",name:"layoutFront",required:!1,placeholder:"",selectOptions:[{code:"vertical",name:"竖排"},{code:"horizontal",name:"横排"}],value:"horizontal"}]},{name:"X轴设置",list:[{type:"el-switch",label:"显示",name:"hideX",required:!1,placeholder:"",value:!0},{type:"el-input-text",label:"X轴别名",name:"xName",required:!1,placeholder:"",value:""},{type:"vue-color",label:"别名颜色",name:"xNameColor",required:!1,placeholder:"",value:"#fff"},{type:"el-input-number",label:"别名字号",name:"xNameFontSize",required:!1,placeholder:"",value:14},{type:"el-switch",label:"轴反转",name:"reversalX",required:!1,placeholder:"",value:!1},{type:"el-slider",label:"文字角度",name:"textAngleX",required:!1,placeholder:"",value:0},{type:"el-input-number",label:"文字间隔",name:"textInterval",required:!1,placeholder:"",value:""},{type:"vue-color",label:"文字颜色",name:"Xcolor",required:!1,placeholder:"",value:"#fff"},{type:"el-input-number",label:"文字字号",name:"fontSizeX",required:!1,placeholder:"",value:14},{type:"vue-color",label:"轴颜色",name:"lineColorX",required:!1,placeholder:"",value:"#fff"},{type:"el-switch",label:"分割线显示",name:"isShowSplitLineX",require:!1,placeholder:"",value:!1},{type:"vue-color",label:"分割线颜色",name:"splitLineColorX",required:!1,placeholder:"",value:"#fff"}]},{name:"Y轴设置",list:[{type:"el-switch",label:"显示",name:"isShowY",require:!1,placeholder:"",value:!0},{type:"el-input-text",label:"Y轴别名",name:"textNameY",require:!1,placeholder:"",value:""},{type:"vue-color",label:"别名颜色",name:"NameColorY",required:!1,placeholder:"",value:"#fff"},{type:"el-input-number",label:"别名字号",name:"NameFontSizeY",required:!1,placeholder:"",value:14},{type:"el-switch",label:"轴反转",name:"reversalY",required:!1,placeholder:"",value:!1},{type:"el-slider",label:"文字角度",name:"textAngleY",required:!1,placeholder:"",value:0},{type:"vue-color",label:"文字颜色",name:"colorY",required:!1,placeholder:"",value:"#fff"},{type:"el-input-number",label:"文字字号",name:"fontSizeY",required:!1,placeholder:"",value:14},{type:"vue-color",label:"轴颜色",name:"lineColorY",required:!1,placeholder:"",value:"#fff"},{type:"el-switch",label:"分割线显示",name:"isShowSplitLineY",require:!1,placeholder:"",value:!1},{type:"vue-color",label:"分割线颜色",name:"splitLineColorY",required:!1,placeholder:"",value:"#fff"}]},{name:"数值设定",list:[{type:"el-switch",label:"显示",name:"isShow",required:!1,placeholder:"",value:!1},{type:"el-input-number",label:"字体大小",name:"fontSize",required:!1,placeholder:"",value:14},{type:"vue-color",label:"字体颜色",name:"subTextColor",required:!1,placeholder:"",value:"#fff"},{type:"el-select",label:"字体粗细",name:"fontWeight",required:!1,placeholder:"",selectOptions:[{code:"normal",name:"正常"},{code:"bold",name:"粗体"},{code:"bolder",name:"特粗体"},{code:"lighter",name:"细体"}],value:"normal"}]},{name:"提示语设置",list:[{type:"el-input-number",label:"字体大小",name:"tipsFontSize",required:!1,placeholder:"",value:16},{type:"vue-color",label:"字体颜色",name:"lineColor",required:!1,placeholder:""}]},{name:"坐标轴边距设置",list:[{type:"el-slider",label:"左边距(像素)",name:"marginLeft",required:!1,placeholder:"",value:10},{type:"el-slider",label:"顶边距(像素)",name:"marginTop",required:!1,placeholder:"",value:50},{type:"el-slider",label:"右边距(像素)",name:"marginRight",required:!1,placeholder:"",value:40},{type:"el-slider",label:"底边距(像素)",name:"marginBottom",required:!1,placeholder:"",value:10}]},{name:"自定义配色",list:[{type:"customColor",label:"",name:"customColor",required:!1,value:[{color:"#ff7f50"},{color:"#87cefa"},{color:"#da70d6"},{color:"#32cd32"},{color:"#6495ed"}]}]}]],data:[{type:"el-radio-group",label:"数据类型",name:"dataType",require:!1,placeholder:"",selectValue:!0,selectOptions:[{code:"staticData",name:"静态数据"},{code:"dynamicData",name:"动态数据"}],value:"staticData"},{type:"el-input-number",label:"刷新时间(毫秒)",name:"refreshTime",relactiveDom:"dataType",relactiveDomValue:"dynamicData",value:5e3},{type:"el-button",label:"静态数据",name:"staticData",required:!1,placeholder:"",relactiveDom:"dataType",relactiveDomValue:"staticData",value:[{axis:"2021-07-25",name:"A",data:"12"},{axis:"2021-07-25",name:"B",data:"20"},{axis:"2021-07-26",name:"B",data:"5"},{axis:"2021-07-27",name:"A",data:"15"},{axis:"2021-07-27",name:"B",data:"30"}]},{type:"dycustComponents",label:"",name:"dynamicData",required:!1,placeholder:"",relactiveDom:"dataType",relactiveDomValue:"dynamicData",chartType:"widget-stackchart",dictKey:"STACK_PROPERTIES",value:""}],position:[{type:"el-input-number",label:"左边距",name:"left",required:!1,placeholder:"",value:0},{type:"el-input-number",label:"上边距",name:"top",required:!1,placeholder:"",value:0},{type:"el-input-number",label:"宽度",name:"width",required:!1,placeholder:"该容器在1920px大屏中的宽度",value:500},{type:"el-input-number",label:"高度",name:"height",required:!1,placeholder:"该容器在1080px大屏中的高度",value:250}]}},{code:"widgetBarCompareChart",type:"barChart",tabName:"柱状图",label:"柱状对比图",icon:"iconduibitupu",options:{setup:[{type:"el-input-text",label:"图层名称",name:"layerName",required:!1,placeholder:"",value:"柱状对比图"},{type:"vue-color",label:"背景颜色",name:"background",required:!1,placeholder:"",value:""},[{name:"柱体设置",list:[{type:"el-slider",label:"最大宽度",name:"maxWidth",required:!1,placeholder:"",value:15},{type:"el-slider",label:"圆角",name:"radius",require:!1,placeholder:"",value:5}]},{name:"标题设置",list:[{type:"el-switch",label:"标题",name:"isNoTitle",required:!1,placeholder:"",value:!0},{type:"el-input-text",label:"标题",name:"titleText",required:!1,placeholder:"",value:""},{type:"vue-color",label:"字体颜色",name:"textColor",required:!1,placeholder:"",value:"#FFD700"},{type:"el-select",label:"字体粗细",name:"textFontWeight",required:!1,placeholder:"",selectOptions:[{code:"normal",name:"正常"},{code:"bold",name:"粗体"},{code:"bolder",name:"特粗体"},{code:"lighter",name:"细体"}],value:"normal"},{type:"el-input-number",label:"字体大小",name:"textFontSize",required:!1,placeholder:"",value:20},{type:"el-select",label:"字体位置",name:"textAlign",required:!1,placeholder:"",selectOptions:[{code:"center",name:"居中"},{code:"left",name:"左对齐"},{code:"right",name:"右对齐"}],value:"center"}]},{name:"图例操作",list:[{type:"el-switch",label:"图例显示",name:"isShowLegend",required:!1,placeholder:"",value:!0},{type:"el-input-text",label:"图例名称",name:"legendName",required:!1,placeholder:0,value:""},{type:"vue-color",label:"字体颜色",name:"lengedColor",required:!1,placeholder:"",value:"#fff"},{type:"el-input-number",label:"字体字号",name:"lengedFontSize",required:!1,placeholder:"",value:12},{type:"el-input-number",label:"图例宽度",name:"lengedWidth",required:!1,placeholder:"",value:12},{type:"el-select",label:"横向位置",name:"lateralPosition",required:!1,placeholder:"",selectOptions:[{code:"center",name:"居中"},{code:"left",name:"左对齐"},{code:"right",name:"右对齐"}],value:"center"},{type:"el-select",label:"纵向位置",name:"longitudinalPosition",required:!1,placeholder:"",selectOptions:[{code:"top",name:"顶部"},{code:"bottom",name:"底部"}],value:"top"},{type:"el-select",label:"布局前置",name:"layoutFront",required:!1,placeholder:"",selectOptions:[{code:"vertical",name:"竖排"},{code:"horizontal",name:"横排"}],value:"horizontal"}]},{name:"左X轴设置",list:[{type:"el-switch",label:"显示",name:"hideXLeft",required:!1,placeholder:"",value:!0},{type:"el-input-number",label:"数值间隔",name:"splitNumberLeft",required:!1,placeholder:"",value:""},{type:"vue-color",label:"数值颜色",name:"XcolorLeft",required:!1,placeholder:"",value:"#fff"},{type:"el-input-number",label:"数值字号",name:"fontSizeXLeft",required:!1,placeholder:"",value:14},{type:"el-switch",label:"刻度线",name:"tickLineLeft",require:!1,placeholder:"",value:!1},{type:"el-switch",label:"X轴线",name:"xLineLeft",require:!1,placeholder:"",value:!1},{type:"vue-color",label:"轴颜色",name:"lineColorXLeft",required:!1,placeholder:"",value:"#fff"},{type:"el-switch",label:"竖分割线",name:"SplitLineLeft",require:!1,placeholder:"",value:!1},{type:"vue-color",label:"分割线颜色",name:"SplitLineColorLeft",required:!1,placeholder:"",value:"#fff"},{type:"el-input-number",label:"分割线宽度",name:"SplitLinefontSizeLeft",required:!1,placeholder:"",value:1},{type:"el-switch",label:"边框线",name:"frameLineLeft",require:!1,placeholder:"",value:!1}]},{name:"右X轴设置",list:[{type:"el-switch",label:"显示",name:"hideXRight",required:!1,placeholder:"",value:!0},{type:"el-input-number",label:"数值间隔",name:"splitNumberRight",required:!1,placeholder:"",value:""},{type:"vue-color",label:"数值颜色",name:"XcolorRight",required:!1,placeholder:"",value:"#fff"},{type:"el-input-number",label:"数值字号",name:"fontSizeXRight",required:!1,placeholder:"",value:14},{type:"el-switch",label:"刻度线",name:"tickLineRight",require:!1,placeholder:"",value:!1},{type:"el-switch",label:"X轴线",name:"xLineRight",require:!1,placeholder:"",value:!1},{type:"vue-color",label:"轴颜色",name:"lineColorXRight",required:!1,placeholder:"",value:"#fff"},{type:"el-switch",label:"竖分割线",name:"SplitLineRight",require:!1,placeholder:"",value:!1},{type:"vue-color",label:"分割线颜色",name:"SplitLineColorRight",required:!1,placeholder:"",value:"#fff"},{type:"el-input-number",label:"分割线宽度",name:"SplitLinefontSizeRight",required:!1,placeholder:"",value:1},{type:"el-switch",label:"边框线",name:"frameLineRight",require:!1,placeholder:"",value:!1}]},{name:"Y轴设置",list:[{type:"el-switch",label:"显示",name:"hideY",required:!1,placeholder:"",value:!0},{type:"vue-color",label:"数值颜色",name:"colorY",required:!1,placeholder:"",value:"#fff"},{type:"el-input-number",label:"数值字号",name:"fontSizeY",required:!1,placeholder:"",value:14},{type:"el-select",label:"数值对齐",name:"textAlign",required:!1,placeholder:"",selectOptions:[{code:"center",name:"居中"},{code:"left",name:"左对齐"},{code:"right",name:"右对齐"}],value:"center"},{type:"el-switch",label:"刻度线",name:"tickLineY",require:!1,placeholder:"",value:!1},{type:"el-switch",label:"Y轴线",name:"lineY",require:!1,placeholder:"",value:!1},{type:"vue-color",label:"轴颜色",name:"lineColorY",required:!1,placeholder:"",value:"#fff"}]},{name:"数值设定",list:[{type:"el-switch",label:"显示",name:"isShow",required:!1,placeholder:"",value:!0},{type:"el-input-number",label:"字体大小",name:"fontSize",required:!1,placeholder:"",value:14},{type:"vue-color",label:"字体颜色",name:"subTextColor",required:!1,placeholder:"",value:"#fff"},{type:"el-select",label:"字体粗细",name:"fontWeight",required:!1,placeholder:"",selectOptions:[{code:"normal",name:"正常"},{code:"bold",name:"粗体"},{code:"bolder",name:"特粗体"},{code:"lighter",name:"细体"}],value:"normal"}]},{name:"提示语设置",list:[{type:"el-input-number",label:"字体大小",name:"tipsFontSize",required:!1,placeholder:"",value:16},{type:"vue-color",label:"字体颜色",name:"lineColor",required:!1,placeholder:""}]},{name:"坐标轴边距设置",list:[{type:"el-slider",label:"左右边距(像素)",name:"marginLeftRight",required:!1,placeholder:"",value:10},{type:"el-slider",label:"顶边距(像素)",name:"marginTop",required:!1,placeholder:"",value:40},{type:"el-slider",label:"底边距(像素)",name:"marginBottom",required:!1,placeholder:"",value:10}]},{name:"自定义配色",list:[{type:"customColor",label:"",name:"customColor",required:!1,value:[{color:"#36c5e7"},{color:"#e68b55"}]}]}]],data:[{type:"el-radio-group",label:"数据类型",name:"dataType",require:!1,placeholder:"",selectValue:!0,selectOptions:[{code:"staticData",name:"静态数据"},{code:"dynamicData",name:"动态数据"}],value:"staticData"},{type:"el-input-number",label:"刷新时间(毫秒)",name:"refreshTime",relactiveDom:"dataType",relactiveDomValue:"dynamicData",value:5e3},{type:"el-button",label:"静态数据",name:"staticData",required:!1,placeholder:"",relactiveDom:"dataType",relactiveDomValue:"staticData",value:[{axis:"07-25",name:"success",data:"2"},{axis:"07-25",name:"fail",data:"10"},{axis:"07-26",name:"success",data:"5"},{axis:"07-26",name:"fail",data:"20"},{axis:"07-27",name:"success",data:"15"},{axis:"07-27",name:"fail",data:"30"},{axis:"07-28",name:"success",data:"10"},{axis:"07-28",name:"fail",data:"12"},{axis:"07-29",name:"success",data:"9"},{axis:"07-29",name:"fail",data:"16"}]},{type:"dycustComponents",label:"",name:"dynamicData",required:!1,placeholder:"",relactiveDom:"dataType",relactiveDomValue:"dynamicData",chartType:"widget-stackchart",dictKey:"STACK_PROPERTIES",value:""}],position:[{type:"el-input-number",label:"左边距",name:"left",required:!1,placeholder:"",value:0},{type:"el-input-number",label:"上边距",name:"top",required:!1,placeholder:"",value:0},{type:"el-input-number",label:"宽度",name:"width",required:!1,placeholder:"该容器在1920px大屏中的宽度",value:500},{type:"el-input-number",label:"高度",name:"height",required:!1,placeholder:"该容器在1080px大屏中的高度",value:250}]}},{code:"widgetLineCompareChart",type:"lineChart",tabName:"折线图",label:"折线对比图",icon:"iconzhexian",options:{setup:[{type:"el-input-text",label:"图层名称",name:"layerName",required:!1,placeholder:"",value:"折线对比图"},{type:"vue-color",label:"背景颜色",name:"background",required:!1,placeholder:"",value:""},[{name:"折线设置",list:[{type:"el-switch",label:"标记点",name:"markPoint",required:!1,placeholder:"",value:!0},{type:"el-slider",label:"点大小",name:"pointSize",required:!1,placeholder:"",value:5},{type:"el-switch",label:"平滑曲线",name:"smoothCurve",required:!1,placeholder:"",value:!0},{type:"el-switch",label:"面积堆积",name:"area",required:!1,placeholder:"",value:!0},{type:"el-slider",label:"面积厚度",name:"areaThickness",required:!1,placeholder:"",value:5},{type:"el-slider",label:"线条宽度",name:"lineWidth",required:!1,placeholder:"",value:2}]},{name:"标题设置",list:[{type:"el-switch",label:"标题",name:"isNoTitle",required:!1,placeholder:"",value:!0},{type:"el-input-text",label:"标题",name:"titleText",required:!1,placeholder:"",value:""},{type:"vue-color",label:"字体颜色",name:"textColor",required:!1,placeholder:"",value:"#FFD700"},{type:"el-select",label:"字体粗细",name:"textFontWeight",required:!1,placeholder:"",selectOptions:[{code:"normal",name:"正常"},{code:"bold",name:"粗体"},{code:"bolder",name:"特粗体"},{code:"lighter",name:"细体"}],value:"normal"},{type:"el-input-number",label:"字体大小",name:"textFontSize",required:!1,placeholder:"",value:20},{type:"el-select",label:"字体位置",name:"textAlign",required:!1,placeholder:"",selectOptions:[{code:"center",name:"居中"},{code:"left",name:"左对齐"},{code:"right",name:"右对齐"}],value:"center"}]},{name:"图例操作",list:[{type:"el-switch",label:"图例显示",name:"isShowLegend",required:!1,placeholder:"",value:!0},{type:"el-input-text",label:"图例名称",name:"legendName",required:!1,placeholder:0,value:""},{type:"vue-color",label:"字体颜色",name:"lengedColor",required:!1,placeholder:"",value:"#fff"},{type:"el-input-number",label:"字体字号",name:"lengedFontSize",required:!1,placeholder:"",value:12},{type:"el-input-number",label:"图例宽度",name:"lengedWidth",required:!1,placeholder:"",value:12},{type:"el-select",label:"横向位置",name:"lateralPosition",required:!1,placeholder:"",selectOptions:[{code:"center",name:"居中"},{code:"left",name:"左对齐"},{code:"right",name:"右对齐"}],value:"center"},{type:"el-select",label:"纵向位置",name:"longitudinalPosition",required:!1,placeholder:"",selectOptions:[{code:"top",name:"顶部"},{code:"bottom",name:"底部"}],value:"top"},{type:"el-select",label:"布局前置",name:"layoutFront",required:!1,placeholder:"",selectOptions:[{code:"vertical",name:"竖排"},{code:"horizontal",name:"横排"}],value:"horizontal"}]},{name:"X轴设置",list:[{type:"el-switch",label:"显示",name:"isShowX",required:!1,placeholder:"",value:!0},{type:"el-input-text",label:"坐标名",name:"xName",required:!1,placeholder:"",value:""},{type:"vue-color",label:"坐标名颜色",name:"nameColorX",required:!1,placeholder:"",value:"#fff"},{type:"el-input-number",label:"坐标字号",name:"nameFontSizeX",required:!1,placeholder:"",value:14},{type:"el-switch",label:"数值居中",name:"boundaryX",required:!1,placeholder:"",value:!0},{type:"vue-color",label:"数值颜色",name:"colorX",required:!1,placeholder:"",value:"#fff"},{type:"el-input-number",label:"数值字号",name:"fontSizeX",required:!1,placeholder:"",value:14},{type:"el-input-number",label:"数值间隔",name:"splitNumberX",required:!1,placeholder:"",value:""},{type:"el-switch",label:"刻度线",name:"tickLineX",require:!1,placeholder:"",value:!0},{type:"el-switch",label:"X轴线",name:"lineX",require:!1,placeholder:"",value:!0},{type:"vue-color",label:"轴颜色",name:"lineColorX",required:!1,placeholder:"",value:"#fff"}]},{name:"上y轴设置",list:[{type:"el-switch",label:"显示",name:"isShowYTop",required:!1,placeholder:"",value:!0},{type:"el-input-text",label:"坐标名",name:"textNameYTop",require:!1,placeholder:"",value:""},{type:"vue-color",label:"坐标名颜色",name:"nameColorYTop",required:!1,placeholder:"",value:"#fff"},{type:"el-input-number",label:"坐标字号",name:"namefontSizeYTop",required:!1,placeholder:"",value:14},{type:"el-switch",label:"缩放",name:"scaleYTop",required:!1,placeholder:"",value:!1},{type:"el-input-number",label:"数值切分",name:"splitNumberYTop",required:!1,placeholder:"",value:""},{type:"vue-color",label:"数值颜色",name:"colorYTop",required:!1,placeholder:"",value:"#fff"},{type:"el-input-number",label:"数值字号",name:"fontSizeYTop",required:!1,placeholder:"",value:14},{type:"el-switch",label:"刻度线",name:"tickLineYTop",require:!1,placeholder:"",value:!0},{type:"el-switch",label:"y轴线",name:"lineYTop",require:!1,placeholder:"",value:!0},{type:"vue-color",label:"轴颜色",name:"lineColorYTop",required:!1,placeholder:"",value:"#fff"},{type:"el-switch",label:"分割线",name:"splitLineYTop",require:!1,placeholder:"",value:!1},{type:"vue-color",label:"分割线颜色",name:"splitLineColorYTop",required:!1,placeholder:"",value:"#fff"},{type:"el-input-number",label:"分割线宽度",name:"splitLinefontSizeYTop",required:!1,placeholder:"",value:1}]},{name:"下y轴设置",list:[{type:"el-switch",label:"显示",name:"isShowYBottom",required:!1,placeholder:"",value:!0},{type:"el-input-text",label:"坐标名",name:"textNameYBottom",require:!1,placeholder:"",value:""},{type:"vue-color",label:"坐标名颜色",name:"nameColorYBottom",required:!1,placeholder:"",value:"#fff"},{type:"el-input-number",label:"坐标字号",name:"namefontSizeYBottom",required:!1,placeholder:"",value:14},{type:"el-switch",label:"缩放",name:"scaleYBottom",required:!1,placeholder:"",value:!1},{type:"el-input-number",label:"数值切分",name:"splitNumberYBottom",required:!1,placeholder:"",value:""},{type:"vue-color",label:"数值颜色",name:"colorYBottom",required:!1,placeholder:"",value:"#fff"},{type:"el-input-number",label:"数值字号",name:"fontSizeYBottom",required:!1,placeholder:"",value:14},{type:"el-switch",label:"刻度线",name:"tickLineYBottom",require:!1,placeholder:"",value:!0},{type:"el-switch",label:"y轴线",name:"lineYBottom",require:!1,placeholder:"",value:!0},{type:"vue-color",label:"轴颜色",name:"lineColorYBottom",required:!1,placeholder:"",value:"#fff"},{type:"el-switch",label:"分割线",name:"splitLineYBottom",require:!1,placeholder:"",value:!1},{type:"vue-color",label:"分割线颜色",name:"splitLineColorYBottom",required:!1,placeholder:"",value:"#fff"},{type:"el-input-number",label:"分割线宽度",name:"splitLinefontSizeYBottom",required:!1,placeholder:"",value:1}]},{name:"数值设定",list:[{type:"el-switch",label:"显示",name:"isShow",required:!1,placeholder:"",value:!0},{type:"el-input-number",label:"字体大小",name:"fontSize",required:!1,placeholder:"",value:14},{type:"vue-color",label:"字体颜色",name:"subTextColor",required:!1,placeholder:"",value:"#fff"},{type:"el-select",label:"字体粗细",name:"fontWeight",required:!1,placeholder:"",selectOptions:[{code:"normal",name:"正常"},{code:"bold",name:"粗体"},{code:"bolder",name:"特粗体"},{code:"lighter",name:"细体"}],value:"normal"}]},{name:"提示语设置",list:[{type:"el-switch",label:"显示",name:"tipShow",required:!1,placeholder:"",value:!0},{type:"el-select",label:"类型",name:"tipType",required:!1,placeholder:"",selectOptions:[{code:"line",name:"线形"},{code:"cross",name:"十字形"}],value:"line"},{type:"vue-color",label:"颜色",name:"tipColor",required:!1,placeholder:"#e68b55"}]},{name:"坐标轴边距设置",list:[{type:"el-slider",label:"左边距(像素)",name:"marginLeft",required:!1,placeholder:"",value:20},{type:"el-slider",label:"右边距(像素)",name:"marginRight",required:!1,placeholder:"",value:50},{type:"el-slider",label:"顶边距(像素)",name:"marginTop",required:!1,placeholder:"",value:40},{type:"el-slider",label:"底边距(像素)",name:"marginBottom",required:!1,placeholder:"",value:40}]},{name:"自定义配色",list:[{type:"customColor",label:"",name:"customColor",required:!1,value:[{color:"#36c5e7"},{color:"#e68b55"}]}]}]],data:[{type:"el-radio-group",label:"数据类型",name:"dataType",require:!1,placeholder:"",selectValue:!0,selectOptions:[{code:"staticData",name:"静态数据"},{code:"dynamicData",name:"动态数据"}],value:"staticData"},{type:"el-input-number",label:"刷新时间(毫秒)",name:"refreshTime",relactiveDom:"dataType",relactiveDomValue:"dynamicData",value:5e3},{type:"el-button",label:"静态数据",name:"staticData",required:!1,placeholder:"",relactiveDom:"dataType",relactiveDomValue:"staticData",value:[{axis:"07-25",name:"success",data:"2"},{axis:"07-25",name:"fail",data:"10"},{axis:"07-26",name:"success",data:"5"},{axis:"07-26",name:"fail",data:"20"},{axis:"07-27",name:"success",data:"15"},{axis:"07-27",name:"fail",data:"30"},{axis:"07-28",name:"success",data:"10"},{axis:"07-28",name:"fail",data:"12"},{axis:"07-29",name:"success",data:"9"},{axis:"07-29",name:"fail",data:"16"}]},{type:"dycustComponents",label:"",name:"dynamicData",required:!1,placeholder:"",relactiveDom:"dataType",relactiveDomValue:"dynamicData",chartType:"widget-stackchart",dictKey:"STACK_PROPERTIES",value:""}],position:[{type:"el-input-number",label:"左边距",name:"left",required:!1,placeholder:"",value:0},{type:"el-input-number",label:"上边距",name:"top",required:!1,placeholder:"",value:0},{type:"el-input-number",label:"宽度",name:"width",required:!1,placeholder:"该容器在1920px大屏中的宽度",value:400},{type:"el-input-number",label:"高度",name:"height",required:!1,placeholder:"该容器在1080px大屏中的高度",value:200}]}},{code:"widgetDecoratePieChart",type:"decorate",tabName:"装饰图",label:"装饰饼图",icon:"iconicon_tubiao_bingtu",options:{setup:[{type:"el-input-text",label:"图层名称",name:"layerName",required:!1,placeholder:"",value:"静态装饰饼图"},{type:"vue-color",label:"背景颜色",name:"background",required:!1,placeholder:"",value:""},[{name:"最外环设置",list:[{type:"el-switch",label:"显示",name:"isLastRingShow",required:!1,placeholder:"",value:!0},{type:"vue-color",label:"0%颜色",name:"lastRing0Color",required:!1,placeholder:"",value:"#4FADFD"},{type:"vue-color",label:"100%颜色",name:"lastRing100Color",required:!1,placeholder:"",value:"#28E8FA"}]},{name:"八分环设置",list:[{type:"vue-color",label:"颜色",name:"eightColor",required:!1,placeholder:"",value:"#4FADFD"}]},{name:"虚线环设置",list:[{type:"el-input-number",label:"虚线数量",name:"dottedNum",required:!1,placeholder:"",value:40},{type:"vue-color",label:"颜色",name:"dottedColor",required:!1,placeholder:"",value:"#28E8FA"}]},{name:"三分环设置",list:[{type:"vue-color",label:"一段颜色",name:"three1Color",required:!1,placeholder:"",value:"#fc8d89"},{type:"vue-color",label:"二段颜色",name:"three2Color",required:!1,placeholder:"",value:"#46d3f3"},{type:"vue-color",label:"三段颜色",name:"three3Color",required:!1,placeholder:"",value:"rgba(203,203,203,.2)"}]},{name:"外指标环设置",list:[{type:"el-switch",label:"环显示",name:"isOutRingShow",required:!1,placeholder:"",value:!1},{type:"vue-color",label:"环颜色",name:"outRingColor",required:!1,placeholder:"",value:"#0dc2fe"},{type:"el-input-number",label:"环宽度",name:"outRingWidth",required:!1,placeholder:"",value:1},{type:"el-switch",label:"指标线显示",name:"isOutSplitShow",required:!1,placeholder:"",value:!0},{type:"el-input-number",label:"指标线数量",name:"outSplitNum",required:!1,placeholder:"",value:30},{type:"el-input-number",label:"指标线长度",name:"outSplitLength",required:!1,placeholder:"",value:32},{type:"el-input-number",label:"指标线宽度",name:"outSplitWidth",required:!1,placeholder:"",value:2},{type:"vue-color",label:"指标线颜色",name:"outSplitColor",required:!1,placeholder:"",value:"#0dc2fe"},{type:"el-switch",label:"刻度线显示",name:"isOutTickShow",required:!1,placeholder:"",value:!1},{type:"el-input-number",label:"刻度线数量",name:"outTickNum",required:!1,placeholder:"",value:5},{type:"el-input-number",label:"刻度线长度",name:"outTickLength",required:!1,placeholder:"",value:20},{type:"el-input-number",label:"刻度线宽度",name:"outTickWidth",required:!1,placeholder:"",value:2},{type:"vue-color",label:"刻度线颜色",name:"outTickColor",required:!1,placeholder:"",value:"#0dc2fe"}]},{name:"里指标环设置",list:[{type:"el-switch",label:"环显示",name:"isInRingShow",required:!1,placeholder:"",value:!1},{type:"vue-color",label:"环颜色",name:"inRingColor",required:!1,placeholder:"",value:"#0dc2fe"},{type:"el-input-number",label:"环宽度",name:"inRingWidth",required:!1,placeholder:"",value:1},{type:"el-switch",label:"指标线显示",name:"isInSplitShow",required:!1,placeholder:"",value:!1},{type:"el-input-number",label:"指标线数量",name:"inSplitNum",required:!1,placeholder:"",value:30},{type:"el-input-number",label:"指标线长度",name:"inSplitLength",required:!1,placeholder:"",value:20},{type:"el-input-number",label:"指标线宽度",name:"inSplitWidth",required:!1,placeholder:"",value:2},{type:"vue-color",label:"指标线颜色",name:"inSplitColor",required:!1,placeholder:"",value:"#0dc2fe"},{type:"el-switch",label:"刻度线显示",name:"isInTickShow",required:!1,placeholder:"",value:!0},{type:"el-input-number",label:"刻度线数量",name:"inTickNum",required:!1,placeholder:"",value:5},{type:"el-input-number",label:"刻度线长度",name:"inTickLength",required:!1,placeholder:"",value:20},{type:"el-input-number",label:"刻度线宽度",name:"inTickWidth",required:!1,placeholder:"",value:2},{type:"vue-color",label:"刻度线颜色",name:"inTickColor",required:!1,placeholder:"",value:"#0dc2fe"}]},{name:"环外环设置",list:[{type:"el-switch",label:"显示",name:"isRingOnRingShow",required:!1,placeholder:"",value:!0},{type:"vue-color",label:"颜色",name:"ringOnRingColor",required:!1,placeholder:"",value:"#4FADFD"}]},{name:"中饼图设置",list:[{type:"el-input-number",label:"半径",name:"pieWidth",required:!1,placeholder:"",value:40},{type:"vue-color",label:"颜色",name:"pieColor",required:!1,placeholder:"",value:"#0dc2fe"},{type:"vue-color",label:"边框颜色",name:"pieBorderColor",required:!1,placeholder:"",value:"#3D4268"},{type:"el-select",label:"分块",name:"pieBlocks",required:!1,placeholder:"",selectOptions:[{code:"four",name:"十字星"},{code:"five",name:"五角星"},{code:"six",name:"六芒星"}],value:"six"}]}]],position:[{type:"el-input-number",label:"左边距",name:"left",required:!1,placeholder:"",value:0},{type:"el-input-number",label:"上边距",name:"top",required:!1,placeholder:"",value:0},{type:"el-input-number",label:"宽度",name:"width",required:!1,placeholder:"该容器在1920px大屏中的宽度",value:400},{type:"el-input-number",label:"高度",name:"height",required:!1,placeholder:"该容器在1080px大屏中的高度",value:300}]}},{code:"widgetMoreBarLineChart",type:"barlineChart",tabName:"柱线图",label:"多柱线图",icon:"iconzhuxiantu",options:{setup:[{type:"el-input-text",label:"图层名称",name:"layerName",required:!1,placeholder:"",value:"多柱线图"},{type:"vue-color",label:"背景颜色",name:"background",required:!1,placeholder:"",value:""},[{name:"折线设置",list:[{type:"el-switch",label:"标记点",name:"markPoint",required:!1,placeholder:"",value:!0},{type:"el-slider",label:"点大小",name:"pointSize",required:!1,placeholder:"",value:3},{type:"el-switch",label:"平滑曲线",name:"smoothCurve",required:!1,placeholder:"",value:!1},{type:"el-switch",label:"面积堆积",name:"area",required:!1,placeholder:"",value:!0},{type:"el-slider",label:"面积厚度",name:"areaThickness",required:!1,placeholder:"",value:5},{type:"el-slider",label:"线条宽度",name:"lineWidth",required:!1,placeholder:"",value:3}]},{name:"柱体设置",list:[{type:"el-slider",label:"最大宽度",name:"maxWidth",required:!1,placeholder:"",value:10},{type:"el-slider",label:"圆角",name:"radius",require:!1,placeholder:"",value:5}]},{name:"标题设置",list:[{type:"el-switch",label:"标题",name:"isNoTitle",required:!1,placeholder:"",value:!0},{type:"el-input-text",label:"标题",name:"titleText",required:!1,placeholder:"",value:""},{type:"vue-color",label:"字体颜色",name:"textColor",required:!1,placeholder:"",value:"#fff"},{type:"el-select",label:"字体粗细",name:"textFontWeight",required:!1,placeholder:"",selectOptions:[{code:"normal",name:"正常"},{code:"bold",name:"粗体"},{code:"bolder",name:"特粗体"},{code:"lighter",name:"细体"}],value:"normal"},{type:"el-input-number",label:"字体大小",name:"textFontSize",required:!1,placeholder:"",value:20},{type:"el-select",label:"字体位置",name:"textAlign",required:!1,placeholder:"",selectOptions:[{code:"center",name:"居中"},{code:"left",name:"左对齐"},{code:"right",name:"右对齐"}],value:"left"},{type:"el-input-text",label:"副标题",name:"subText",required:!1,placeholder:"",value:""},{type:"vue-color",label:"字体颜色",name:"subTextColor",required:!1,placeholder:"",value:"#fff"},{type:"el-select",label:"字体粗细",name:"subTextFontWeight",required:!1,placeholder:"",selectOptions:[{code:"normal",name:"正常"},{code:"bold",name:"粗体"},{code:"bolder",name:"特粗体"},{code:"lighter",name:"细体"}],value:"normal"},{type:"el-input-number",label:"字体大小",name:"subTextFontSize",required:!1,placeholder:"",value:20}]},{name:"图例操作",list:[{type:"el-switch",label:"图例显示",name:"isShowLegend",required:!1,placeholder:"",value:!0},{type:"el-input-text",label:"图例名称",name:"legendName",required:!1,placeholder:0,value:""},{type:"vue-color",label:"字体颜色",name:"lengedColor",required:!1,placeholder:"",value:"#fff"},{type:"el-input-number",label:"字体字号",name:"lengedFontSize",required:!1,placeholder:"",value:12},{type:"el-input-number",label:"图例宽度",name:"lengedWidth",required:!1,placeholder:"",value:12},{type:"el-select",label:"横向位置",name:"lateralPosition",required:!1,placeholder:"",selectOptions:[{code:"center",name:"居中"},{code:"left",name:"左对齐"},{code:"right",name:"右对齐"}],value:"center"},{type:"el-select",label:"纵向位置",name:"longitudinalPosition",required:!1,placeholder:"",selectOptions:[{code:"top",name:"顶部"},{code:"bottom",name:"底部"}],value:"top"},{type:"el-select",label:"布局前置",name:"layoutFront",required:!1,placeholder:"",selectOptions:[{code:"vertical",name:"竖排"},{code:"horizontal",name:"横排"}],value:"horizontal"}]},{name:"X轴设置",list:[{type:"el-switch",label:"显示",name:"hideX",required:!1,placeholder:"",value:!0},{type:"el-input-text",label:"坐标名",name:"xName",required:!1,placeholder:"",value:""},{type:"vue-color",label:"坐标名颜色",name:"nameColorX",required:!1,placeholder:"",value:"#fff"},{type:"el-input-number",label:"坐标字号",name:"nameFontSizeX",required:!1,placeholder:"",value:14},{type:"vue-color",label:"数值颜色",name:"Xcolor",required:!1,placeholder:"",value:"#fff"},{type:"el-input-number",label:"数值字号",name:"fontSizeX",required:!1,placeholder:"",value:14},{type:"el-slider",label:"数值角度",name:"textAngle",required:!1,placeholder:"",value:0},{type:"el-input-number",label:"数值间隔",name:"textInterval",required:!1,placeholder:"",value:""},{type:"el-switch",label:"轴反转",name:"reversalX",required:!1,placeholder:"",value:!1},{type:"vue-color",label:"轴颜色",name:"lineColorX",required:!1,placeholder:"",value:"#fff"},{type:"el-switch",label:"分割线显示",name:"isShowSplitLineX",require:!1,placeholder:"",value:!1},{type:"vue-color",label:"分割线颜色",name:"splitLineColorX",required:!1,placeholder:"",value:"#fff"}]},{name:"Y轴设置",list:[{type:"el-switch",label:"左显示",name:"isShowYLeft",require:!1,placeholder:"",value:!0},{type:"el-input-text",label:"左坐标名",name:"textNameYLeft",require:!1,placeholder:"",value:""},{type:"vue-color",label:"左坐标名颜色",name:"nameColorYLeft",required:!1,placeholder:"",value:"#fff"},{type:"el-input-number",label:"左坐标字号",name:"namefontSizeYLeft",required:!1,placeholder:"",value:14},{type:"el-switch",label:"右显示",name:"isShowYRight",require:!1,placeholder:"",value:!0},{type:"el-input-text",label:"右坐标名",name:"textNameYRight",require:!1,placeholder:"",value:""},{type:"vue-color",label:"右坐标名颜色",name:"nameColorYRight",required:!1,placeholder:"",value:"#fff"},{type:"el-input-number",label:"右坐标字号",name:"namefontSizeYRight",required:!1,placeholder:"",value:14},{type:"vue-color",label:"数值颜色",name:"colorY",required:!1,placeholder:"",value:"#fff"},{type:"el-input-number",label:"数值字号",name:"fontSizeY",required:!1,placeholder:"",value:14},{type:"vue-color",label:"轴颜色",name:"lineColorY",required:!1,placeholder:"",value:"#fff"}]},{name:"折线数值设定",list:[{type:"el-switch",label:"显示",name:"isShowLine",required:!1,placeholder:"",value:!1},{type:"el-input-number",label:"距离",name:"distanceLine",required:!1,placeholder:"",value:5},{type:"el-input-number",label:"字体字号",name:"fontSizeLine",required:!1,placeholder:"",value:14},{type:"vue-color",label:"字体颜色",name:"subTextColorLine",required:!1,placeholder:"",value:"#fff"},{type:"el-select",label:"字体粗细",name:"fontWeightLine",required:!1,placeholder:"",selectOptions:[{code:"normal",name:"正常"},{code:"bold",name:"粗体"},{code:"bolder",name:"特粗体"},{code:"lighter",name:"细体"}],value:"normal"}]},{name:"柱体数值设定",list:[{type:"el-switch",label:"显示",name:"isShowBar",required:!1,placeholder:"",value:!1},{type:"el-input-number",label:"距离",name:"distanceBar",required:!1,placeholder:"",value:5},{type:"el-input-number",label:"字体字号",name:"fontSizeBar",required:!1,placeholder:"",value:14},{type:"vue-color",label:"字体颜色",name:"subTextColorBar",required:!1,placeholder:"",value:"#fff"},{type:"el-select",label:"字体粗细",name:"fontWeightBar",required:!1,placeholder:"",selectOptions:[{code:"normal",name:"正常"},{code:"bold",name:"粗体"},{code:"bolder",name:"特粗体"},{code:"lighter",name:"细体"}],value:"normal"}]},{name:"提示语设置",list:[{type:"el-input-number",label:"字体大小",name:"tipFontSize",required:!1,placeholder:"",value:12},{type:"vue-color",label:"字体颜色",name:"lineColor",required:!1,placeholder:"",value:"#e68b55"}]},{name:"坐标轴边距设置",list:[{type:"el-slider",label:"左边距(像素)",name:"marginLeft",required:!1,placeholder:"",value:10},{type:"el-slider",label:"顶边距(像素)",name:"marginTop",required:!1,placeholder:"",value:50},{type:"el-slider",label:"右边距(像素)",name:"marginRight",required:!1,placeholder:"",value:40},{type:"el-slider",label:"底边距(像素)",name:"marginBottom",required:!1,placeholder:"",value:10}]},{name:"自定义配色",list:[{type:"customColor",label:"",name:"customColor",required:!1,value:[{color:"#4bdfff"},{color:"#5dc1fd"},{color:"#55f49c"},{color:"#ffa43a"}]}]}]],data:[{type:"el-radio-group",label:"数据类型",name:"dataType",require:!1,placeholder:"",selectValue:!0,selectOptions:[{code:"staticData",name:"静态数据"},{code:"dynamicData",name:"动态数据"}],value:"staticData"},{type:"el-input-number",label:"刷新时间(毫秒)",name:"refreshTime",relactiveDom:"dataType",relactiveDomValue:"dynamicData",value:5e3},{type:"el-button",label:"静态数据",name:"staticData",required:!1,placeholder:"",relactiveDom:"dataType",relactiveDomValue:"staticData",value:[{date:"2014",unsales:400,manus:300,rework:400,sales:4.2},{date:"2015",unsales:400,manus:500,rework:300,sales:3.6},{date:"2016",unsales:300,manus:500,rework:500,sales:5.8},{date:"2017",unsales:300,manus:500,rework:700,sales:3.4},{date:"2018",unsales:400,manus:400,rework:1e3,sales:2.5},{date:"2019",unsales:400,manus:500,rework:500,sales:5.8},{date:"2020",unsales:300,manus:400,rework:600,sales:7.6},{date:"2021",unsales:300,manus:600,rework:400,sales:3.4}]},{type:"dycustComponents",label:"",name:"dynamicData",required:!1,placeholder:"",relactiveDom:"dataType",chartType:"widget-barlinechart",dictKey:"BAR_LINE_PROPERTIES",relactiveDomValue:"dynamicData"}],position:[{type:"el-input-number",label:"左边距",name:"left",required:!1,placeholder:"",value:0},{type:"el-input-number",label:"上边距",name:"top",required:!1,placeholder:"",value:0},{type:"el-input-number",label:"宽度",name:"width",required:!1,placeholder:"该容器在1920px大屏中的宽度",value:500},{type:"el-input-number",label:"高度",name:"height",required:!1,placeholder:"该容器在1080px大屏中的高度",value:300}]}},{code:"widgetWordCloud",type:"wordCloud",tabName:"词云图",label:"词云图",icon:"iconciyuntu",options:{setup:[{type:"el-input-text",label:"图层名称",name:"layerName",required:!1,placeholder:"",value:"词云图"},{type:"vue-color",label:"背景颜色",name:"background",required:!1,placeholder:"",value:""},[{name:"标题设置",list:[{type:"el-switch",label:"标题",name:"isNoTitle",required:!1,placeholder:"",value:!0},{type:"el-input-text",label:"标题",name:"titleText",required:!1,placeholder:"",value:""},{type:"vue-color",label:"字体颜色",name:"textColor",required:!1,placeholder:"",value:"#fff"},{type:"el-select",label:"字体粗细",name:"textFontWeight",required:!1,placeholder:"",selectOptions:[{code:"normal",name:"正常"},{code:"bold",name:"粗体"},{code:"bolder",name:"特粗体"},{code:"lighter",name:"细体"}],value:"normal"},{type:"el-input-number",label:"字体大小",name:"textFontSize",required:!1,placeholder:"",value:20},{type:"el-select",label:"字体位置",name:"textAlign",required:!1,placeholder:"",selectOptions:[{code:"center",name:"居中"},{code:"left",name:"左对齐"},{code:"right",name:"右对齐"}],value:"left"},{type:"el-input-text",label:"副标题",name:"subText",required:!1,placeholder:"",value:""},{type:"vue-color",label:"字体颜色",name:"subTextColor",required:!1,placeholder:"",value:""},{type:"el-select",label:"字体粗细",name:"subTextFontWeight",required:!1,placeholder:"",selectOptions:[{code:"normal",name:"正常"},{code:"bold",name:"粗体"},{code:"bolder",name:"特粗体"},{code:"lighter",name:"细体"}],value:"normal"},{type:"el-input-number",label:"字体大小",name:"subTextFontSize",required:!1,placeholder:"",value:12}]},{name:"词云范围",list:[{type:"el-input-number",label:"最大范围",name:"maxRangeSize",required:!1,placeholder:"",value:25},{type:"el-input-number",label:"最小范围",name:"minRangeSize",required:!1,placeholder:"",value:2}]},{name:"词云角度",list:[{type:"el-input-number",label:"最大角度",name:"maxRotationRange",required:!1,placeholder:"",value:90},{type:"el-input-number",label:"最小角度",name:"minRotationRange",required:!1,placeholder:"",value:-45}]},{name:"提示语设置",list:[{type:"el-input-number",label:"字体大小",name:"fontSize",required:!1,placeholder:"",value:12},{type:"vue-color",label:"字体颜色",name:"lineColor",required:!1,placeholder:"",value:"#00FEFF"}]}]],data:[{type:"el-radio-group",label:"数据类型",name:"dataType",require:!1,placeholder:"",selectValue:!0,selectOptions:[{code:"staticData",name:"静态数据"},{code:"dynamicData",name:"动态数据"}],value:"staticData"},{type:"el-input-number",label:"刷新时间(毫秒)",name:"refreshTime",relactiveDom:"dataType",relactiveDomValue:"dynamicData",value:6e4},{type:"el-button",label:"静态数据",name:"staticData",required:!1,placeholder:"",relactiveDom:"dataType",relactiveDomValue:"staticData",value:[{name:"占道",value:284},{name:"水质",value:71},{name:"无水",value:71},{name:"停供",value:21},{name:"停气",value:11},{name:"占道",value:11},{name:"Nancy",value:520},{name:"Jayfee",value:666},{name:"生活资源",value:999},{name:"供热管理",value:888},{name:"供气质量",value:777},{name:"社会保障",value:407},{name:"交通运输",value:516},{name:"城市交通",value:515},{name:"环境保护",value:483},{name:"城乡建设",value:449},{name:"公共安全",value:406},{name:"供热管理",value:375},{name:"市容环卫",value:355},{name:"粉尘污染",value:335},{name:"噪声污染",value:324},{name:"医疗卫生",value:284},{name:"供热发展",value:254},{name:"房地产管理",value:462},{name:"生活噪音",value:253},{name:"城市供电",value:223},{name:"大气污染",value:223},{name:"房屋安全",value:223},{name:"文化活动",value:223},{name:"拆迁管理",value:223},{name:"公共设施",value:223},{name:"供气质量",value:223},{name:"供电管理",value:223},{name:"燃气管理",value:152},{name:"教育管理",value:152},{name:"医疗纠纷",value:152},{name:"执法监督",value:152},{name:"设备安全",value:152},{name:"政务建设",value:152},{name:"宏观经济",value:152},{name:"教育管理",value:112},{name:"社会保障",value:112},{name:"分类列表",value:112},{name:"农业生产",value:112},{name:"物业服务",value:92},{name:"物业管理",value:92},{name:"低保管理",value:92},{name:"执法争议",value:72},{name:"占道堆放",value:71},{name:"地上设施",value:71},{name:"主网原因",value:71},{name:"集中供热",value:71},{name:"客运管理",value:71},{name:"治安案件",value:71},{name:"群众健身",value:41},{name:"市场收费",value:41},{name:"生产资金",value:41},{name:"生产噪声",value:41},{name:"农村低保",value:41},{name:"劳动争议",value:41},{name:"医疗事故",value:21},{name:"基础教育",value:21},{name:"职业教育",value:21},{name:"拆迁补偿",value:21},{name:"设施维护",value:21},{name:"市场外溢",value:11},{name:"占道经营",value:11},{name:"树木管理",value:11},{name:"供气质量",value:11},{name:"燃气管理",value:11},{name:"市容环卫",value:11},{name:"新闻传媒",value:11},{name:"人才招聘",value:11},{name:"市场环境",value:11},{name:"城市交通",value:11},{name:"物业服务",value:11},{name:"物业管理",value:11},{name:"园林绿化",value:11},{name:"有线电视",value:11},{name:"社会治安",value:11},{name:"林业资源",value:11},{name:"体育活动",value:11},{name:"低保管理",value:11},{name:"劳动争议",value:11},{name:"粉煤灰污染",value:284},{name:"人行道管理",value:71},{name:"身份证管理",value:71},{name:"房地产开发",value:11},{name:"经营性收费",value:11},{name:"一次供水问题",value:11},{name:"工业粉尘污染",value:71},{name:"工业排放污染",value:41},{name:"破坏森林资源",value:41},{name:"生活用水管理",value:688},{name:"一次供水问题",value:588},{name:"公交运输管理",value:386},{name:"自然资源管理",value:355},{name:"土地资源管理",value:304},{name:"生活用水管理",value:112},{name:"供热单位影响",value:253},{name:"二次供水问题",value:112},{name:"城市公共设施",value:92},{name:"拆迁政策咨询",value:92},{name:"县区、开发区",value:152},{name:"文娱市场管理",value:72},{name:"商业烟尘污染",value:72},{name:"供热单位影响",value:71},{name:"压力容器安全",value:71},{name:"劳动合同争议",value:41},{name:"物业资质管理",value:21},{name:"农村基础设施",value:11},{name:"行政事业收费",value:11},{name:"房屋配套问题",value:11},{name:"公交运输管理",value:11},{name:"社会福利及事务",value:11},{name:"食品安全与卫生",value:11},{name:"物业服务与管理",value:112},{name:"文体与教育管理",value:406},{name:"社会保障与福利",value:429},{name:"出租车运营管理",value:385},{name:"物业服务与管理",value:304},{name:"房屋质量与安全",value:223},{name:"劳动报酬与福利",value:41},{name:"食品安全与卫生",value:11},{name:"房屋与图纸不符",value:11},{name:"其他行政事业收费",value:11},{name:"农村土地规划管理",value:254},{name:"社会保障保险管理",value:92},{name:"城市交通秩序管理",value:72},{name:"户籍管理及身份证",value:11},{name:"公路(水路)交通",value:11},{name:"国有公交(大巴)管理",value:71},{name:"有线电视安装及调试维护",value:11},{name:"市政府工作部门(含部门管理机构、直属单位)",value:11}]},{type:"dycustComponents",label:"",name:"dynamicData",required:!1,placeholder:"",relactiveDom:"dataType",chartType:"widget-piechart",dictKey:"PIE_PROPERTIES",relactiveDomValue:"dynamicData",value:""}],position:[{type:"el-input-number",label:"左边距",name:"left",required:!1,placeholder:"",value:0},{type:"el-input-number",label:"上边距",name:"top",required:!1,placeholder:"",value:0},{type:"el-input-number",label:"宽度",name:"width",required:!1,placeholder:"该容器在1920px大屏中的宽度",value:500},{type:"el-input-number",label:"高度",name:"height",required:!1,placeholder:"该容器在1080px大屏中的高度",value:300}]}},{code:"widget-heatmap",type:"heatmap",tabName:"热力图",label:"热力图",icon:"iconrelitu",options:{setup:[{type:"el-input-text",label:"图层名称",name:"layerName",required:!1,placeholder:"",value:"热力图"},{type:"vue-color",label:"背景颜色",name:"background",required:!1,placeholder:"",value:""},[{name:"标题设置",list:[{type:"el-switch",label:"标题",name:"isNoTitle",required:!1,placeholder:"",value:!0},{type:"el-input-text",label:"标题",name:"titleText",required:!1,placeholder:"",value:""},{type:"vue-color",label:"字体颜色",name:"textColor",required:!1,placeholder:"",value:"#fff"},{type:"el-select",label:"字体粗细",name:"textFontWeight",required:!1,placeholder:"",selectOptions:[{code:"normal",name:"正常"},{code:"bold",name:"粗体"},{code:"bolder",name:"特粗体"},{code:"lighter",name:"细体"}],value:"normal"},{type:"el-input-number",label:"字体大小",name:"textFontSize",required:!1,placeholder:"",value:16},{type:"el-select",label:"字体位置",name:"textAlign",required:!1,placeholder:"",selectOptions:[{code:"center",name:"居中"},{code:"left",name:"左对齐"},{code:"right",name:"右对齐"}],value:"center"},{type:"el-input-text",label:"副标题",name:"subText",required:!1,placeholder:"",value:""},{type:"vue-color",label:"字体颜色",name:"subTextColor",required:!1,placeholder:"",value:""},{type:"el-select",label:"字体粗细",name:"subTextFontWeight",required:!1,placeholder:"",selectOptions:[{code:"normal",name:"正常"},{code:"bold",name:"粗体"},{code:"bolder",name:"特粗体"},{code:"lighter",name:"细体"}],value:"normal"},{type:"el-input-number",label:"字体大小",name:"subTextFontSize",required:!1,placeholder:"",value:16}]},{name:"X轴设置",list:[{type:"el-switch",label:"显示",name:"hideX",required:!1,placeholder:"",value:!0},{type:"el-input-text",label:"X轴别名",name:"xName",required:!1,placeholder:"",value:""},{type:"vue-color",label:"别名颜色",name:"xNameColor",required:!1,placeholder:"",value:"#fff"},{type:"el-input-number",label:"别名字号",name:"xNameFontSize",required:!1,placeholder:"",value:14},{type:"el-switch",label:"轴反转",name:"reversalX",required:!1,placeholder:"",value:!1},{type:"el-slider",label:"文字角度",name:"textAngleX",required:!1,placeholder:"",value:0},{type:"el-input-number",label:"文字间隔",name:"textInterval",required:!1,placeholder:"",value:""},{type:"vue-color",label:"文字颜色",name:"Xcolor",required:!1,placeholder:"",value:"#fff"},{type:"el-input-number",label:"文字字号",name:"fontSizeX",required:!1,placeholder:"",value:14},{type:"vue-color",label:"轴颜色",name:"lineColorX",required:!1,placeholder:"",value:"#fff"}]},{name:"Y轴设置",list:[{type:"el-switch",label:"显示",name:"isShowY",require:!1,placeholder:"",value:!0},{type:"el-input-text",label:"Y轴别名",name:"textNameY",require:!1,placeholder:"",value:""},{type:"vue-color",label:"别名颜色",name:"NameColorY",required:!1,placeholder:"",value:"#fff"},{type:"el-input-number",label:"别名字号",name:"NameFontSizeY",required:!1,placeholder:"",value:14},{type:"el-switch",label:"轴反转",name:"reversalY",required:!1,placeholder:"",value:!1},{type:"el-slider",label:"文字角度",name:"textAngleY",required:!1,placeholder:"",value:0},{type:"vue-color",label:"文字颜色",name:"colorY",required:!1,placeholder:"",value:"#fff"},{type:"el-input-number",label:"文字字号",name:"fontSizeY",required:!1,placeholder:"",value:14},{type:"vue-color",label:"轴颜色",name:"lineColorY",required:!1,placeholder:"",value:"#fff"}]},{name:"数值设定",list:[{type:"el-switch",label:"显示",name:"isShow",required:!1,placeholder:"",value:!0},{type:"el-input-number",label:"字体字号",name:"fontSize",required:!1,placeholder:"",value:14},{type:"vue-color",label:"字体颜色",name:"subTextColor",required:!1,placeholder:"",value:"#fff"},{type:"el-select",label:"字体粗细",name:"fontWeight",required:!1,placeholder:"",selectOptions:[{code:"normal",name:"正常"},{code:"bold",name:"粗体"},{code:"bolder",name:"特粗体"},{code:"lighter",name:"细体"}],value:"normal"}]},{name:"提示语设置",list:[{type:"el-input-number",label:"字体字号",name:"tipsFontSize",required:!1,placeholder:"",value:16},{type:"vue-color",label:"字体颜色",name:"tipsLineColor",required:!1,placeholder:""}]},{name:"坐标轴边距设置",list:[{type:"el-slider",label:"左边距(像素)",name:"marginLeft",required:!1,placeholder:"",value:10},{type:"el-slider",label:"顶边距(像素)",name:"marginTop",required:!1,placeholder:"",value:50},{type:"el-slider",label:"右边距(像素)",name:"marginRight",required:!1,placeholder:"",value:40},{type:"el-slider",label:"底边距(像素)",name:"marginBottom",required:!1,placeholder:"",value:10}]},{name:"图设置",list:[{type:"el-switch",label:"图例",name:"isShowLegend",required:!1,placeholder:"",value:!1},{type:"el-input-number",label:"最小值",name:"dataMin",required:!1,placeholder:"",value:0},{type:"el-input-number",label:"最大值",name:"dataMax",required:!1,placeholder:"",value:5e3},{type:"vue-color",label:"数值颜色",name:"lengedColor",required:!1,placeholder:"",value:"#fff"},{type:"el-input-number",label:"图例大小",name:"lengedFontSize",required:!1,placeholder:"",value:12},{type:"el-input-number",label:"图例宽度",name:"lengedWidth",required:!1,placeholder:"",value:12},{type:"el-select",label:"横向位置",name:"lateralPosition",required:!1,placeholder:"",selectOptions:[{code:"center",name:"居中"},{code:"left",name:"左对齐"},{code:"right",name:"右对齐"}],value:"center"},{type:"el-select",label:"纵向位置",name:"longitudinalPosition",required:!1,placeholder:"",selectOptions:[{code:"top",name:"顶部"},{code:"bottom",name:"底部"}],value:"top"},{type:"el-select",label:"布局前置",name:"layoutFront",required:!1,placeholder:"",selectOptions:[{code:"vertical",name:"竖排"},{code:"horizontal",name:"横排"}],value:"horizontal"}]},{name:"自定义配色",list:[{type:"customColor",label:"",name:"lengedColorList",required:!1,value:[{color:"#abd9e9"},{color:"#74add1"},{color:"#4575b4"},{color:"#313695"}]}]}]],data:[{type:"el-radio-group",label:"数据类型",name:"dataType",require:!1,placeholder:"",selectValue:!0,selectOptions:[{code:"staticData",name:"静态数据"},{code:"dynamicData",name:"动态数据"}],value:"staticData"},{type:"el-input-number",label:"刷新时间(毫秒)",name:"refreshTime",relactiveDom:"dataType",relactiveDomValue:"dynamicData",value:5e3},{type:"el-button",label:"静态数据",name:"staticData",required:!1,placeholder:"",relactiveDom:"dataType",relactiveDomValue:"staticData",value:[{axis:"0",yaxis:"0",num:3320},{axis:"0",yaxis:"1",num:1561},{axis:"0",yaxis:"2",num:3194},{axis:"0",yaxis:"3",num:2899},{axis:"0",yaxis:"4",num:2363},{axis:"0",yaxis:"5",num:3945},{axis:"0",yaxis:"6",num:2051},{axis:"0",yaxis:"7",num:3657},{axis:"0",yaxis:"8",num:3304},{axis:"0",yaxis:"9",num:2990},{axis:"1",yaxis:"9",num:2663},{axis:"1",yaxis:"0",num:378},{axis:"1",yaxis:"1",num:4076},{axis:"1",yaxis:"2",num:3178},{axis:"1",yaxis:"3",num:1501},{axis:"1",yaxis:"4",num:1660},{axis:"1",yaxis:"5",num:726},{axis:"1",yaxis:"6",num:4148},{axis:"1",yaxis:"7",num:720},{axis:"1",yaxis:"8",num:430},{axis:"2",yaxis:"9",num:2983},{axis:"2",yaxis:"0",num:1917},{axis:"2",yaxis:"1",num:1188},{axis:"2",yaxis:"2",num:3581},{axis:"2",yaxis:"3",num:1781},{axis:"2",yaxis:"4",num:4725},{axis:"2",yaxis:"5",num:4077},{axis:"2",yaxis:"6",num:299},{axis:"2",yaxis:"7",num:4828},{axis:"2",yaxis:"8",num:1778},{axis:"3",yaxis:"9",num:3171},{axis:"3",yaxis:"0",num:2944},{axis:"3",yaxis:"1",num:763},{axis:"3",yaxis:"2",num:1678},{axis:"3",yaxis:"3",num:1765},{axis:"3",yaxis:"4",num:2949},{axis:"3",yaxis:"5",num:966},{axis:"3",yaxis:"6",num:4622},{axis:"3",yaxis:"7",num:2818},{axis:"3",yaxis:"8",num:3913},{axis:"4",yaxis:"9",num:4382},{axis:"4",yaxis:"0",num:1670},{axis:"4",yaxis:"1",num:4532},{axis:"4",yaxis:"2",num:2116},{axis:"4",yaxis:"3",num:2383},{axis:"4",yaxis:"4",num:510},{axis:"4",yaxis:"5",num:33},{axis:"4",yaxis:"6",num:4974},{axis:"4",yaxis:"7",num:3627},{axis:"4",yaxis:"8",num:2737},{axis:"5",yaxis:"9",num:656},{axis:"5",yaxis:"0",num:3689},{axis:"5",yaxis:"1",num:713},{axis:"5",yaxis:"2",num:3551},{axis:"5",yaxis:"3",num:3159},{axis:"5",yaxis:"4",num:4150},{axis:"5",yaxis:"5",num:1416},{axis:"5",yaxis:"6",num:3021},{axis:"5",yaxis:"7",num:1778},{axis:"5",yaxis:"8",num:863},{axis:"6",yaxis:"9",num:772},{axis:"6",yaxis:"0",num:1675},{axis:"6",yaxis:"1",num:1323},{axis:"6",yaxis:"2",num:2023},{axis:"6",yaxis:"3",num:43},{axis:"6",yaxis:"4",num:4964},{axis:"6",yaxis:"5",num:4781},{axis:"6",yaxis:"6",num:2608},{axis:"6",yaxis:"7",num:2278},{axis:"6",yaxis:"8",num:3285},{axis:"7",yaxis:"9",num:1977},{axis:"7",yaxis:"0",num:882},{axis:"7",yaxis:"1",num:2434},{axis:"7",yaxis:"2",num:4694},{axis:"7",yaxis:"3",num:3022},{axis:"7",yaxis:"4",num:1798},{axis:"7",yaxis:"5",num:2503},{axis:"7",yaxis:"6",num:693},{axis:"7",yaxis:"7",num:275},{axis:"7",yaxis:"8",num:3774},{axis:"8",yaxis:"9",num:1386},{axis:"8",yaxis:"0",num:1212},{axis:"8",yaxis:"1",num:1982},{axis:"8",yaxis:"2",num:1509},{axis:"8",yaxis:"3",num:94},{axis:"8",yaxis:"4",num:2082},{axis:"8",yaxis:"5",num:3930},{axis:"8",yaxis:"6",num:4528},{axis:"8",yaxis:"7",num:1861},{axis:"8",yaxis:"8",num:4582},{axis:"9",yaxis:"9",num:3038},{axis:"9",yaxis:"0",num:4038},{axis:"9",yaxis:"1",num:357},{axis:"9",yaxis:"2",num:306},{axis:"9",yaxis:"3",num:479},{axis:"9",yaxis:"4",num:823},{axis:"9",yaxis:"5",num:3442},{axis:"9",yaxis:"6",num:904},{axis:"9",yaxis:"7",num:399},{axis:"9",yaxis:"8",num:4869}]},{type:"dycustComponents",label:"",name:"dynamicData",required:!1,placeholder:"",relactiveDom:"dataType",chartType:"widget-coord",relactiveDomValue:"dynamicData",dictKey:"COORD_PROPERTIES",value:""}],position:[{type:"el-input-number",label:"左边距",name:"left",required:!1,placeholder:"",value:0},{type:"el-input-number",label:"上边距",name:"top",required:!1,placeholder:"",value:0},{type:"el-input-number",label:"宽度",name:"width",required:!1,placeholder:"该容器在1920px大屏中的宽度",value:700},{type:"el-input-number",label:"高度",name:"height",required:!1,placeholder:"该容器在1080px大屏中的高度",value:300}]}}],x=function(e){for(var t=[],a=[],i=0;i<e.length;i++){var o=e[i];if(-1===t.indexOf(o.type))a.push({name:o.tabName,type:o.type,list:[o]}),t.push(o.type);else for(var n=0;n<a.length;n++)a[n].type==o.type&&a[n].list.push(o)}return a}([].concat(y()(b))),S=function(e){return[].concat(y()(b)).find(function(t){return t.code==e})},w=a("t2rG"),q={components:{draggable:a.n(w).a},props:{widgetIndex:Number,widgetTools:Array,layerWidget:Array},methods:{widgetOnDragged:function(e,t){this.$emit("widgetOnDragged",e,t)},layerClick:function(e){this.$emit("layerClick",e)}}},C=(a("TEld"),a("KHd+")),D=Object(C.a)(q,function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("el-tabs",{staticClass:"layout-left",attrs:{type:"border-card"}},[a("el-tab-pane",[a("span",{attrs:{slot:"label"},slot:"label"},[a("i",{staticClass:"el-icon-date icon"}),e._v("工具栏")]),e._v(" "),a("div",{staticClass:"chart-type"},[a("el-tabs",{staticClass:"type-left",attrs:{"tab-position":"left"}},e._l(e.widgetTools,function(t,i){return a("el-tab-pane",{key:i,attrs:{label:t.name}},e._l(t.list,function(t,i){return a("draggable",{key:i,on:{end:function(a){return e.widgetOnDragged(a,t.code)}}},["screen"!=t.code?a("div",{staticClass:"tools-item"},[a("span",{staticClass:"tools-item-icon"},[a("i",{staticClass:"iconfont",class:t.icon})]),e._v(" "),a("span",{staticClass:"tools-item-text"},[e._v(e._s(t.label))])]):e._e()])}),1)}),1)],1)]),e._v(" "),a("el-tab-pane",[a("span",{staticClass:"icon",attrs:{slot:"label"},slot:"label"},[a("i",{staticClass:"el-icon-date icon"}),e._v("图层")]),e._v(" "),e._l(e.layerWidget,function(t,i){return a("div",{key:"item"+i,staticClass:"tools-item",class:e.widgetIndex==i?"is-active":"",on:{click:function(t){return e.layerClick(i)}}},[a("span",{staticClass:"tools-item-icon"},[a("i",{staticClass:"iconfont",class:t.icon})]),e._v(" "),a("span",{staticClass:"tools-item-text"},[e._v(e._s(t.label))])])})],2)],1)},[],!1,null,"5ff1a64c",null);D.options.__file="leftMenu.vue";var T=D.exports,O=a("iCc5"),_=a.n(O),k=a("V7oC"),z=a.n(k),L=function(){function e(){_()(this,e),this.recordList=[],this.redoList=[],this.currentRecord=null,this.time=0}return z()(e,[{key:"push",value:function(e){var t=Date.now();return this.time+100>t?(this.currentRecord=u()(e),!1):(this.time=t,this.currentRecord&&(this.recordList.push(this.currentRecord),this.redoList.splice(0,this.redoList.length)),this.currentRecord=u()(e),this.length>2e3&&this.recordList.unshift(),!0)}},{key:"undo",value:function(){if(1===this.recordList.length)return!1;var e=this.recordList.pop();return this.currentRecord&&this.redoList.push(this.currentRecord),this.currentRecord=null,JSON.parse(e)}},{key:"redo",value:function(){if(0===this.redoList.length)return!1;var e=this.redoList.pop();return this.currentRecord&&this.recordList.push(this.currentRecord),this.currentRecord=null,JSON.parse(e)}}]),e}(),F=a("X4fA"),A={props:{dashboard:Object,widgets:Array},data:function(){return{uploadUrl:".//reportDashboard/import/"+this.$route.query.reportCode,revoke:null}},computed:{headers:function(){return{Authorization:Object(F.f)()}}},watch:{widgets:{handler:function(e){var t=this;this.$nextTick(function(){t.revoke.push(t.widgets)})},deep:!0}},created:function(){this.revoke=new L},methods:{saveData:function(){var e=this;return l()(o.a.mark(function t(){var a,i,n;return o.a.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:if(e.widgets&&0!=e.widgets.length){t.next=2;break}return t.abrupt("return",e.$message.error("请添加组件"));case 2:return a={reportCode:e.$route.query.reportCode,dashboard:{title:e.dashboard.title,width:e.dashboard.width,height:e.dashboard.height,backgroundColor:e.dashboard.backgroundColor,backgroundImage:e.dashboard.backgroundImage},widgets:e.widgets},t.next=5,Object(r.e)(a);case 5:i=t.sent,n=i.code,i.data,"200"==n&&e.$message.success("保存成功!");case 9:case"end":return t.stop()}},t,e)}))()},viewScreen:function(){var e=this.$router.resolve({path:"/screen/preview",query:{reportCode:this.$route.query.reportCode}});window.open(e.href,"_blank")},handleUndo:function(){var e=this.revoke.undo();if(!e)return!1;this.widgets=e},handleRedo:function(){var e=this.revoke.redo();if(!e)return!1;this.widgets=e},handleError:function(e){this.$message({message:"上传失败!",type:"error"})},handleUpload:function(e,t,a){this.$refs.upload.clearFiles(),this.irefresh(),"200"==e.code?this.$message({message:"导入成功!",type:"success"}):this.$message({message:e.message,type:"error"})},exportDashboard:function(e){var t=this;return l()(o.a.mark(function a(){var i,n;return o.a.wrap(function(a){for(;;)switch(a.prev=a.next){case 0:i=t.$route.query.reportCode+".zip",n={reportCode:t.$route.query.reportCode,showDataSet:e},Object(r.c)(n).then(function(e){var a=t;if("application/json"==e.type){var o=new FileReader;return o.readAsText(e,"utf-8"),void(o.onload=function(){var e=JSON.parse(o.result);a.$message.error(e.message)})}var n=new Blob([e],{type:"application/octet-stream"});if(window.navigator.msSaveOrOpenBlob)navigator.msSaveBlob(n,i);else{var l=document.createElement("a");l.href=window.URL.createObjectURL(n),l.download=i,l.click(),window.URL.revokeObjectURL(l.href)}});case 3:case"end":return a.stop()}},a,t)}))()},refresh:function(){this.$emit("refresh")}}},W=(a("rQJ7"),Object(C.a)(A,function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"layout-bar"},[a("div",{staticClass:"bar-item",on:{click:e.saveData}},[a("i",{staticClass:"iconfont iconsave"}),e._v("保存\n ")]),e._v(" "),a("div",{staticClass:"bar-item",on:{click:e.viewScreen}},[a("i",{staticClass:"iconfont iconyulan"}),e._v("预览\n ")]),e._v(" "),a("div",{staticClass:"bar-item",on:{click:e.handleUndo}},[a("i",{staticClass:"iconfont iconundo"}),e._v("撤销\n ")]),e._v(" "),a("div",{staticClass:"bar-item",on:{click:e.handleRedo}},[a("i",{staticClass:"iconfont iconhuifubeifen"}),e._v("恢复\n ")]),e._v(" "),a("div",{staticClass:"bar-item"},[a("el-upload",{ref:"upload",staticClass:"el-upload",attrs:{action:e.uploadUrl,headers:e.headers,accept:".zip","on-success":e.handleUpload,"on-error":e.handleError,"show-file-list":!1,limit:1}},[a("i",{staticClass:"iconfont icondaoru"})]),e._v("\n 导入\n ")],1),e._v(" "),a("div",{staticClass:"bar-item"},[a("i",{staticClass:"iconfont icondaochu"}),e._v(" "),a("el-dropdown",{on:{command:e.exportDashboard}},[a("span",{staticClass:"el-dropdown-link"},[e._v("\n 导出"),a("i",{staticClass:"el-icon-arrow-down el-icon--right"})]),e._v(" "),a("el-dropdown-menu",{attrs:{slot:"dropdown"},slot:"dropdown"},[a("el-dropdown-item",{attrs:{command:"1"}},[e._v("导出(包含数据集)")]),e._v(" "),a("el-dropdown-item",{attrs:{command:"0"}},[e._v("导出(不包含数据集)")])],1)],1)],1)])},[],!1,null,"2a602750",null));W.options.__file="topBar.vue";var P=W.exports,M=a("kZoO"),I=a.n(M),R=a("dj5/"),N=a("LUtW"),E=a("Xwna"),B=a("KZBb"),Y=a("HlAo"),X=a("g8vd"),j=a("d0ut"),V=a("8GBf"),H=a("pitY"),$=a("Jz7/"),U=a("TxjB"),G=a("B09b"),K=a("1JnI"),Z=a("w4QL"),J=a("MtHi"),Q=a("ol7W"),ee=a("Wdj4"),te=a("n042"),ae=a("Q3Rh"),ie=a("GE2R"),oe=a("Vtjs"),ne=a("OmIx"),le=a("shTM"),re=a("iSF6"),se=a("NjHz"),ue=a("qtOS"),ce=a("fJzN"),he=a("c3vL"),pe={name:"Widget",components:{widgetHref:R.a,WidgetIframe:N.a,widgetImage:E.a,WidgetMarquee:B.a,widgetSlider:Y.a,widgetTable:X.a,widgetText:j.a,widgetTime:V.a,widgetVideo:H.a,widgetBarchart:$.a,widgetGradientColorBarchart:U.a,widgetLinechart:G.a,widgetBarlinechart:K.a,WidgetPiechart:Z.a,WidgetFunnel:J.a,WidgetGauge:Q.a,WidgetPieNightingaleRoseArea:ee.a,widgetLineMap:te.a,widgetPiePercentageChart:ae.a,widgetAirBubbleMap:ie.a,widgetBarStackChart:oe.a,widgetLineStackChart:ne.a,widgetBarCompareChart:le.a,widgetLineCompareChart:re.a,widgetDecoratePieChart:se.a,widgetMoreBarLineChart:ue.a,widgetWordCloud:ce.a,widgetHeatmap:he.a},model:{prop:"value",event:"input"},props:{index:Number,type:String,bigscreen:Object,value:{type:[Object],default:function(){}},step:Number},data:function(){return{data:{setup:{},data:{},position:{}}}},computed:{widgetsWidth:function(){return this.value.position.width},widgetsHeight:function(){return this.value.position.height},widgetsLeft:function(){return this.value.position.left},widgetsTop:function(){return this.value.position.top},widgetsZIndex:function(){return this.value.position.zIndex||1}},mounted:function(){},methods:{handleBlur:function(e){var t=e.index,a=e.left,i=e.top,o=e.width,n=e.height;this.$emit("onActivated",{index:t,left:a,top:i,width:o,height:n}),this.$refs.draggable.setActive(!0)}}},de=(a("COXT"),Object(C.a)(pe,function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("avue-draggable",{ref:"draggable",attrs:{step:e.step,width:e.widgetsWidth,height:e.widgetsHeight,left:e.widgetsLeft,top:e.widgetsTop,index:e.index,"z-index":-1},on:{blur:e.handleBlur}},[a(e.type,{tag:"component",attrs:{value:e.value}})],1)},[],!1,null,"75bcc958",null));de.options.__file="index.vue";var me=de.exports,fe={props:{styleObj:Object,visible:Boolean,widgets:Array,rightClickIndex:Number},data:function(){return{}},watch:{visible:function(e){e?document.body.addEventListener("click",this.closeMenu):document.body.removeEventListener("click",this.closeMenu)}},methods:{closeMenu:function(){this.$emit("update:visible",!1)},deleteLayer:function(){var e=this;this.$confirm("是否删除所选图层?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then(function(){console.log(e.rightClickIndex),e.widgets.splice(e.rightClickIndex,1),e.$message({type:"success",message:"删除成功!"})}).catch(function(){e.$message({type:"info",message:"已取消删除"})})},copyLayer:function(){var e=this.deepClone(this.widgets[this.rightClickIndex]);this.widgets.splice(this.widgets.length,0,e)},istopLayer:function(){if(this.rightClickIndex+1<this.widgets.length){var e=this.widgets.splice(this.rightClickIndex,1)[0];this.widgets.push(e)}},setlowLayer:function(){0!=this.rightClickIndex&&this.widgets.unshift(this.widgets.splice(this.rightClickIndex,1)[0])},moveupLayer:function(){0!=this.rightClickIndex?this.widgets[this.rightClickIndex]=this.widgets.splice(this.rightClickIndex-1,1,this.widgets[this.rightClickIndex])[0]:this.widgets.push(this.widgets.shift())},movedownLayer:function(){this.rightClickIndex!=this.widgets.length-1?this.widgets[this.rightClickIndex]=this.widgets.splice(this.rightClickIndex+1,1,this.widgets[this.rightClickIndex])[0]:this.widgets.unshift(this.widgets.splice(this.rightClickIndex,1)[0])}}},ve=(a("6AuQ"),Object(C.a)(fe,function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{directives:[{name:"show",rawName:"v-show",value:e.visible,expression:"visible"}],staticClass:"contentmenu",style:e.styleObj},[a("div",{staticClass:"contentmenu__item",on:{click:e.deleteLayer}},[a("i",{staticClass:"iconfont iconguanbi"}),e._v(" 删除图层\n ")]),e._v(" "),a("div",{staticClass:"contentmenu__item",on:{click:e.copyLayer}},[a("i",{staticClass:"iconfont iconfuzhi1"}),e._v(" 复制图层\n ")]),e._v(" "),a("div",{staticClass:"contentmenu__item",on:{click:e.istopLayer}},[a("i",{staticClass:"iconfont iconjinlingyingcaiwangtubiao01"}),e._v(" 置顶图层\n ")]),e._v(" "),a("div",{staticClass:"contentmenu__item",on:{click:e.setlowLayer}},[a("i",{staticClass:"iconfont iconleft-copy"}),e._v(" 置底图层\n ")]),e._v(" "),a("div",{staticClass:"contentmenu__item",on:{click:e.moveupLayer}},[a("i",{staticClass:"iconfont iconjinlingyingcaiwangtubiao01"}),e._v(" 上移一层\n ")]),e._v(" "),a("div",{staticClass:"contentmenu__item",on:{click:e.movedownLayer}},[a("i",{staticClass:"iconfont iconleft-copy"}),e._v(" 下移一层\n ")])])},[],!1,null,"4176e7f2",null));ve.options.__file="contentMenu.vue";var ye=ve.exports,ge={components:{VueRulerTool:I.a,widget:me,contentMenu:ye},props:{dashboard:Object,middleWidth:Number,middleHeight:Number,widgets:Array},data:function(){return{grade:!1,bigscreenWidth:1920,bigscreenHeight:1080,widgetOptions:{},styleObj:{left:0,top:0},rightClickIndex:-1,visibleContentMenu:!1}},computed:{step:function(){return Number(100/(100*this.bigscreenScaleInWorkbench))},bigscreenScaleInWorkbench:function(){var e=this.middleWidth/this.bigscreenWidth,t=this.middleHeight/this.bigscreenHeight;return Math.min(e,t)},workbenchTransform:function(){return"scale("+this.bigscreenScaleInWorkbench+", "+this.bigscreenScaleInWorkbench+")"},bigscreenWidthInWorkbench:function(){return d(this.bigscreenScaleInWorkbench,this.bigscreenWidth)},bigscreenHeightInWorkbench:function(){return d(this.bigscreenScaleInWorkbench,this.bigscreenHeight)}},mounted:function(){this.loadOption()},methods:{loadOption:function(){this.widgetOptions=g.options,this.$emit("change",this.widgetOptions)},handleMouseDown:function(){for(var e=this.$refs.widgets,t=0;t<e.length;t++)this.$refs.widgets[t].$refs.draggable.setActive(!1)},rightClick:function(e,t){this.rightClickIndex=t;var a=e.clientX,i=e.clientY;return(a||i)&&(this.styleObj={left:a+"px",top:i+"px",display:"block"}),this.visibleContentMenu=!0,!1},setOptionsOnClickScreen:function(){this.screenCode="screen",this.activeName="first",this.widgetOptions=g.options,this.$emit("change",this.widgetOptions)},setOptionsOnClickWidget:function(e){console.log(e),this.screenCode="","number"!=typeof e?e.index<0||e.index>=this.widgets.length||(this.widgetIndex=e.index,this.widgets[e.index].value.position=e,this.widgets[e.index].options.position.forEach(function(t){for(var a in e)t.name==a&&(t.value=e[a])}),this.widgetOptions=this.deepClone(this.widgets[e.index].options),this.$emit("change",this.widgetOptions)):this.widgetOptions=this.deepClone(this.widgets[e].options)},widgetsClick:function(e){for(var t=this.$refs.widgets,a=0;a<t.length;a++)a==e?this.$refs.widgets[a].$refs.draggable.setActive(!0):this.$refs.widgets[a].$refs.draggable.setActive(!1);this.setOptionsOnClickWidget(e),this.grade=!0},widgetsMouseup:function(e){this.grade=!1}}},be=(a("wtty"),Object(C.a)(ge,function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"workbench-container",style:{width:e.bigscreenWidthInWorkbench+"px",height:e.bigscreenHeightInWorkbench+"px"},on:{mousedown:e.handleMouseDown}},[a("vue-ruler-tool",{staticClass:"vueRuler",attrs:{"step-length":50,parent:!0,position:"relative","is-scale-revise":!0,visible:e.dashboard.presetLineVisible},on:{"update:visible":function(t){return e.$set(e.dashboard,"presetLineVisible",t)}},model:{value:e.dashboard.presetLine,callback:function(t){e.$set(e.dashboard,"presetLine",t)},expression:"dashboard.presetLine"}},[a("div",{staticClass:"workbench",style:{transform:e.workbenchTransform,width:e.bigscreenWidth+"px",height:e.bigscreenHeight+"px","background-color":e.dashboard.backgroundColor,"background-image":"url("+e.dashboard.backgroundImage+")","background-position":"0% 0%","background-size":"100% 100%","background-repeat":"initial","background-attachment":"initial","background-origin":"initial","background-clip":"initial"},attrs:{id:"workbench"},on:{click:function(t){return t.target!==t.currentTarget?null:e.setOptionsOnClickScreen(t)}}},[e.grade?a("div",{staticClass:"bg-grid"}):e._e(),e._v(" "),e._l(e.widgets,function(t,i){return a("widget",{key:i,ref:"widgets",refInFor:!0,attrs:{index:i,step:e.step,type:t.type,bigscreen:{bigscreenWidth:e.bigscreenWidth,bigscreenHeight:e.bigscreenHeight}},on:{onActivated:e.setOptionsOnClickWidget},nativeOn:{contextmenu:function(t){return t.preventDefault(),e.rightClick(t,i)},mousedown:function(t){return t.preventDefault(),e.widgetsClick(i)},mouseup:function(t){return t.preventDefault(),e.widgetsMouseup(t)}},model:{value:t.value,callback:function(a){e.$set(t,"value",a)},expression:"widget.value"}})})],2)]),e._v(" "),a("content-menu",{attrs:{visible:e.visibleContentMenu,"style-obj":e.styleObj,widgets:e.widgets,rightClickIndex:e.rightClickIndex},on:{"update:visible":function(t){e.visibleContentMenu=t}}})],1)},[],!1,null,"45c30e41",null));be.options.__file="middleScreen.vue";var xe=be.exports,Se=a("P2sY"),we=a.n(Se),qe={name:"ColorPicker",model:{prop:"value",event:"input"},props:{value:{type:[String],default:""}},data:function(){return{predefineColors:["#ff4500","#ff8c00","#ffd700","#90ee90","#00ced1","#1e90ff","#c71585"],colorValue:""}},watch:{value:function(e){this.colorValue=e||""}},mounted:function(){this.colorValue=this.value},methods:{changeColor:function(e){this.colorValue=e||"",this.$emit("input",this.colorValue),this.$emit("change",this.colorValue)}}},Ce=(a("ZMkp"),Object(C.a)(qe,function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("el-input",{attrs:{clearable:"",placeholder:"请输入颜色",size:"mini"},on:{change:e.changeColor},model:{value:e.colorValue,callback:function(t){e.colorValue=t},expression:"colorValue"}},[a("template",{slot:"append"},[a("el-color-picker",{attrs:{predefine:e.predefineColors,"show-alpha":"",size:"mini"},on:{change:e.changeColor},model:{value:e.colorValue,callback:function(t){e.colorValue=t},expression:"colorValue"}})],1)],2)},[],!1,null,"c623f1ca",null));Ce.options.__file="colorPicker.vue";var De=Ce.exports,Te=a("RaMD"),Oe=(a("p77/"),a("qNmG"),a("aT2M"),a("+dQi"),a("/9rB"),a("AvDn"),{name:"DynamicComponents",components:{Dictionary:a("CJ5O").a},model:{prop:"formData",event:"input"},props:{chartType:String,dictKey:String,formData:Object},data:function(){return{dataSetValue:"",dataSet:[],userNameList:[],setParamList:[],params:{},chartProperties:{}}},watch:{formData:{handler:function(e){this.echoDataSet(e)},deep:!0}},computed:{setCode:function(){var e=this,t="";return this.dataSet.forEach(function(a){a.id==e.dataSetValue&&(t=a.setCode)}),t}},mounted:function(){this.loadDataSet(),this.echoDataSet(this.formData)},methods:{loadDataSet:function(){var e=this;return l()(o.a.mark(function t(){var a,i,n;return o.a.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,Object(r.f)();case 2:if(a=t.sent,i=a.code,n=a.data,e.dataSet=n,"200"==i){t.next=8;break}return t.abrupt("return");case 8:case"end":return t.stop()}},t,e)}))()},selectDataSet:function(){var e=this;return l()(o.a.mark(function t(){var a,i,n;return o.a.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,Object(r.a)(e.dataSetValue);case 2:if(a=t.sent,i=a.code,n=a.data,e.userNameList=n.dataSetParamDtoList,e.setParamList=n.setParamList,"200"==i){t.next=9;break}return t.abrupt("return");case 9:case"end":return t.stop()}},t,e)}))()},saveDataBtn:function(){var e=this;return l()(o.a.mark(function t(){var a,i,n;return o.a.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:for(a={},i=0;i<e.userNameList.length;i++)a[e.userNameList[i].paramName]=e.userNameList[i].sampleItem;n={chartType:e.chartType,setCode:e.setCode,chartProperties:e.chartProperties,contextData:a},e.$emit("input",n),e.$emit("change",n);case 5:case"end":return t.stop()}},t,e)}))()},selectParams:function(e,t){this.chartProperties[t]=e},getDictKey:function(){return null==this.dictKey?"CHART_PROPERTIES":this.dictKey},echoDataSet:function(e){var t=this;return l()(o.a.mark(function a(){var i;return o.a.wrap(function(a){for(;;)switch(a.prev=a.next){case 0:if(e){a.next=2;break}return a.abrupt("return");case 2:return i=e.setCode,a.next=5,t.loadDataSet();case 5:return t.dataSetValue=t.dataSet.filter(function(e){return i==e.setCode})[0].id,a.next=8,t.selectDataSet();case 8:t.echoDynamicData(e);case 9:case"end":return a.stop()}},a,t)}))()},echoDynamicData:function(e){var t=this.deepClone(e.chartProperties);if(this.chartProperties=t,this.userNameList.length,this.setParamList.length>0)for(var a=0;a<this.setParamList.length;a++){var i=this.setParamList[a];t.hasOwnProperty(i)&&(this.params[i]=t[i])}}}}),_e=(a("4aoj"),Object(C.a)(Oe,function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",[a("el-form",{attrs:{"label-width":"100px","label-position":"left"}},[a("el-form-item",{attrs:{label:"数据集"}},[a("el-select",{attrs:{size:"mini",filterable:"",placeholder:"请选择"},on:{change:e.selectDataSet},model:{value:e.dataSetValue,callback:function(t){e.dataSetValue=t},expression:"dataSetValue"}},e._l(e.dataSet,function(e){return a("el-option",{key:e.code,attrs:{label:e.setName,value:e.id}})}),1)],1),e._v(" "),e._l(e.userNameList,function(t,i){return a("el-form-item",{key:i,attrs:{label:t.paramName}},[a("el-input",{attrs:{size:"mini"},model:{value:t.sampleItem,callback:function(a){e.$set(t,"sampleItem","string"==typeof a?a.trim():a)},expression:"item.sampleItem"}})],1)}),e._v(" "),e._l(e.setParamList,function(t){return a("el-form-item",{key:t,attrs:{label:t}},[a("Dictionary",{attrs:{"dict-key":e.getDictKey()},on:{input:function(a){return e.selectParams(a,t)}},model:{value:e.params[t],callback:function(a){e.$set(e.params,t,a)},expression:"params[item]"}})],1)}),e._v(" "),a("el-button",{staticStyle:{width:"100%"},attrs:{type:"primary",plain:"",size:"mini"},on:{click:e.saveDataBtn}},[e._v("刷新")])],2)],1)},[],!1,null,"5f342cc6",null));_e.options.__file="dynamicComponents.vue";var ke=_e.exports,ze={name:"CustomColorComponents",model:{prop:"formData",event:"input"},props:{formData:Array},data:function(){return{predefineColors:["#ff4500","#ff8c00","#ffd700","#90ee90","#00ced1","#1e90ff","#c71585"],colorValue:"",dialogVisible:!1,flag:!0,indexEditor:-1}},mounted:function(){},methods:{handleClose:function(){this.dialogVisible=!1,this.colorValue=""},handleAddClick:function(){this.colorValue="",this.flag=!0,this.dialogVisible=!0},handleSaveClick:function(){if(this.flag){var e={color:this.colorValue};this.formData.push(e),this.dialogVisible=!1}else this.formData[this.indexEditor].color=this.colorValue,this.dialogVisible=!1;this.$emit("input",this.formData),this.$emit("change",this.formData)},handleEditorClick:function(e,t){this.flag=!1,this.colorValue=t.color,this.dialogVisible=!0,this.indexEditor=e},handleDeleteClick:function(e){this.formData.splice(e,1),this.$emit("input",this.formData),this.$emit("change",this.formData)}}},Le=(a("c3tQ"),Object(C.a)(ze,function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",[a("el-button",{attrs:{type:"primary",size:"mini",icon:"el-icon-plus",plain:""},on:{click:e.handleAddClick}},[e._v("新增")]),e._v(" "),a("el-table",{staticStyle:{width:"100%"},attrs:{data:e.formData}},[a("el-table-column",{attrs:{prop:"color",label:"颜色",align:"center"},scopedSlots:e._u([{key:"default",fn:function(e){return[a("span",{staticClass:"color-box",style:{background:e.row.color}})]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"位置",align:"center"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("span",{staticClass:"editor",on:{click:function(a){return e.handleEditorClick(t.$index,t.row)}}},[a("i",{staticClass:"el-icon-edit"}),e._v(" 编辑\n ")])]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"操作",align:"center"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("span",{staticClass:"editor",on:{click:function(a){return e.handleDeleteClick(t.$index,t.row)}}},[a("i",{staticClass:"el-icon-delete"}),e._v(" 删除\n ")])]}}])})],1),e._v(" "),a("el-dialog",{attrs:{title:"新增",visible:e.dialogVisible,width:"30%","before-close":e.handleClose},on:{"update:visible":function(t){e.dialogVisible=t}}},[a("el-form",[a("el-form-item",{attrs:{label:"颜色"}},[a("el-input",{staticStyle:{width:"200px"},attrs:{placeholder:"请输入颜色",size:"mini"},model:{value:e.colorValue,callback:function(t){e.colorValue=t},expression:"colorValue"}},[a("template",{slot:"append"},[a("el-color-picker",{attrs:{predefine:e.predefineColors,size:"mini"},model:{value:e.colorValue,callback:function(t){e.colorValue=t},expression:"colorValue"}})],1)],2)],1)],1),e._v(" "),a("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[a("el-button",{attrs:{size:"mini"},on:{click:function(t){e.dialogVisible=!1}}},[e._v("取 消")]),e._v(" "),a("el-button",{attrs:{size:"mini",type:"primary"},on:{click:e.handleSaveClick}},[e._v("确 定")])],1)],1)],1)},[],!1,null,"5fb4ced2",null));Le.options.__file="customColorComponents.vue";var Fe=Le.exports,Ae={model:{prop:"formData",event:"input"},props:{formData:Array},data:function(){return{dialogVisible:!1,rowFormData:{name:"",key:"",width:""},flag:!0,indexEditor:-1,tableData:[]}},methods:{handleAddClick:function(){this.rowFormData={},this.flag=!0,this.dialogVisible=!0},handleEditorClick:function(e,t){this.flag=!1,this.rowFormData=this.deepClone(t),this.indexEditor=e,this.dialogVisible=!0},handleClose:function(){this.dialogVisible=!1},handleSaveClick:function(){this.flag?(this.formData.push(this.rowFormData),this.dialogVisible=!1):(this.formData[this.indexEditor]=this.rowFormData,this.$set(this.formData,this.indexEditor,this.rowFormData),this.dialogVisible=!1),this.$emit("input",this.formData),this.$emit("change",this.formData)},handleDeleteClick:function(e){this.formData.splice(e,1),this.$emit("input",this.formData),this.$emit("change",this.formData)}}},We=(a("noNk"),Object(C.a)(Ae,function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",[a("el-button",{attrs:{type:"primary",size:"small",icon:"el-icon-plus",plain:""},on:{click:e.handleAddClick}},[e._v("新增")]),e._v(" "),a("el-table",{staticStyle:{width:"100%"},attrs:{data:e.formData}},[a("el-table-column",{attrs:{prop:"name",label:"名称",width:"60"}}),e._v(" "),a("el-table-column",{attrs:{prop:"key",label:"key值",width:"70"}}),e._v(" "),a("el-table-column",{attrs:{prop:"width",label:"宽度",width:"50"}}),e._v(" "),a("el-table-column",{attrs:{label:"操作",width:"100"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("div",{staticClass:"button-group"},[a("el-button",{attrs:{type:"text",size:"small"},on:{click:function(a){return e.handleEditorClick(t.$index,t.row)}}},[e._v("编辑")]),e._v(" "),a("el-button",{attrs:{type:"text",size:"small"},on:{click:function(a){return e.handleDeleteClick(t.$index,t.row)}}},[e._v("删除")])],1)]}}])})],1),e._v(" "),a("el-dialog",{attrs:{title:"新增",visible:e.dialogVisible,width:"30%","before-close":e.handleClose},on:{"update:visible":function(t){e.dialogVisible=t}}},[a("el-form",{attrs:{model:e.rowFormData,"label-width":"50px"}},[a("el-form-item",{attrs:{label:"名称:"}},[a("el-input",{attrs:{placeholder:"请输入名称",size:"mini"},model:{value:e.rowFormData.name,callback:function(t){e.$set(e.rowFormData,"name","string"==typeof t?t.trim():t)},expression:"rowFormData['name']"}})],1),e._v(" "),a("el-form-item",{attrs:{label:"key值:"}},[a("el-input",{attrs:{placeholder:"请输入key值",size:"mini"},model:{value:e.rowFormData.key,callback:function(t){e.$set(e.rowFormData,"key","string"==typeof t?t.trim():t)},expression:"rowFormData['key']"}})],1),e._v(" "),a("el-form-item",{attrs:{label:"宽度:"}},[a("el-input",{attrs:{placeholder:"请输入宽度",size:"mini"},model:{value:e.rowFormData.width,callback:function(t){e.$set(e.rowFormData,"width","string"==typeof t?t.trim():t)},expression:"rowFormData['width']"}})],1)],1),e._v(" "),a("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[a("el-button",{attrs:{size:"mini"},on:{click:function(t){e.dialogVisible=!1}}},[e._v("取 消")]),e._v(" "),a("el-button",{attrs:{size:"mini",type:"primary"},on:{click:e.handleSaveClick}},[e._v("确 定")])],1)],1)],1)},[],!1,null,"63123ef6",null));We.options.__file="dynamicAddTable.vue";var Pe=We.exports,Me=a("vDqi"),Ie=a.n(Me),Re={model:{prop:"value",event:"input"},props:{value:{type:"",default:""}},data:function(){return{requestUrl:".//file/upload",headers:{Authorization:Object(F.f)()},fileList:[],uploadImgUrl:""}},created:function(){this.uploadImgUrl=this.value},methods:{getImages:function(e){var t=e.target.files[0];"image"===t.type.split("/")[0]?this.upload(t):this.$message.warn("只能上传图片格式")},upload:function(e){var t=this;console.log(t.headers);var a=new FormData;a.append("file",e),Ie.a.post(this.requestUrl,a,{headers:t.headers}).then(function(e){var a=e.data;"200"==a.code&&(t.uploadImgUrl=a.data.urlPath,t.$emit("input",t.uploadImgUrl),t.$emit("change",t.uploadImgUrl))})},changeInput:function(e){e?this.uploadImgUrl=e:(this.$refs.files.value="",this.uploadImgUrl=""),this.$emit("input",this.uploadImgUrl),this.$emit("change",this.uploadImgUrl)}}},Ne=(a("FU53"),Object(C.a)(Re,function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",[a("el-input",{attrs:{clearable:"",size:"mini"},on:{change:e.changeInput},model:{value:e.uploadImgUrl,callback:function(t){e.uploadImgUrl="string"==typeof t?t.trim():t},expression:"uploadImgUrl"}},[a("template",{slot:"append"},[a("i",{staticClass:"iconfont iconfolder-o"}),e._v(" "),a("input",{ref:"files",staticClass:"file",attrs:{type:"file"},on:{change:e.getImages}})])],2)],1)},[],!1,null,"41ca3c2a",null));Ne.options.__file="customUpload.vue";var Ee=Ne.exports,Be={name:"DynamicForm",components:{ColorPicker:De,vueJsonEditor:Te.a,dynamicComponents:ke,customColorComponents:Fe,dynamicAddTable:Pe,customUpload:Ee},model:{prop:"value",event:"input"},props:{options:Array,value:{type:[Object],default:function(){}}},data:function(){return{formData:{},inputShow:{},dialogVisibleStaticData:!1,validationRules:"",optionsJavascript:{mode:"text/javascript",tabSize:2,lineNumbers:!0,line:!0,styleActiveLine:!0,hintOptions:{completeSingle:!0}}}},watch:{value:function(e,t){this.formData=e||{}},options:function(e){this.setDefaultValue(),this.isShowData()}},created:function(){this.isShowData(),this.setDefaultValue()},mounted:function(){},methods:{onJsonChange:function(e){console.log(e)},onJsonSave:function(e){console.log(e)},changed:function(e,t){e.extend?this.$set(this.formData,t,e.value):this.$set(this.formData,t,e),this.$emit("onChanged",this.formData);for(var a=0;a<this.options.length;a++){var i=this.options[a];i.relactiveDom==t&&(this.inputShow[i.name]=e==i.relactiveDomValue,this.inputShow=we()({},this.inputShow))}},saveData:function(){this.$emit("onChanged",this.formData),this.dialogVisibleStaticData=!1},addStaticData:function(){this.dialogVisibleStaticData=!0},handleClose:function(){this.dialogVisibleStaticData=!1},isShowData:function(){for(var e=this,t={},a=[],i=0;i<this.options.length;i++)this.inputShow[this.options[i].name]=!0,this.options[i].selectValue?t=this.options[i]:a.push(this.options[i]);a.forEach(function(a){a.relactiveDomValue!=t.value&&(e.inputShow[a.name]=!1)})},setDefaultValue:function(){var e=this;if(this.options&&this.options.length>0){for(var t=0;t<this.options.length;t++){var a=this.options[t];if("[object Object]"==Object.prototype.toString.call(a))this.formData[this.options[t].name]=this.deepClone(this.options[t].value);else if("[object Array]"==Object.prototype.toString.call(a))for(var i=0;i<a.length;i++){a[i].list.forEach(function(t){e.formData[t.name]=t.value})}}this.formData=we()({},this.formData)}},isShowForm:function(e,t){return Object.prototype.toString.call(e)==t}}},Ye=(a("nSZ/"),Object(C.a)(Be,function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"collapse-input-style"},[a("el-form",{attrs:{"label-width":"100px","label-position":"left"}},[e._l(e.options,function(t,i){return[e.isShowForm(t,"[object Object]")?a("div",{key:i},[e.inputShow[t.name]&&"dycustComponents"!=t.type&&"dynamic-add-table"!=t.type?a("el-form-item",{attrs:{label:t.label,prop:t.name,required:t.required}},["el-input-number"==t.type?a("el-input-number",{staticStyle:{width:"100%"},attrs:{size:"mini","controls-position":"right"},on:{change:function(a){return e.changed(a,t.name)}},model:{value:e.formData[t.name],callback:function(a){e.$set(e.formData,t.name,"string"==typeof a?a.trim():a)},expression:"formData[item.name]"}}):e._e(),e._v(" "),"el-input-text"==t.type?a("el-input",{attrs:{type:"text",size:"mini",placeholder:"请输入内容",clearable:""},on:{change:function(a){return e.changed(a,t.name)}},model:{value:e.formData[t.name],callback:function(a){e.$set(e.formData,t.name,"string"==typeof a?a.trim():a)},expression:"formData[item.name]"}}):e._e(),e._v(" "),"el-input-textarea"==t.type?a("el-input",{attrs:{type:"textarea",size:"mini",rows:"2",placeholder:"请输入内容"},on:{change:function(a){return e.changed(a,t.name)}},model:{value:e.formData[t.name],callback:function(a){e.$set(e.formData,t.name,"string"==typeof a?a.trim():a)},expression:"formData[item.name]"}}):e._e(),e._v(" "),"el-switch"==t.type?a("el-switch",{attrs:{size:"mini",placeholder:"请输入内容"},on:{change:function(a){return e.changed(a,t.name)}},model:{value:e.formData[t.name],callback:function(a){e.$set(e.formData,t.name,a)},expression:"formData[item.name]"}}):e._e(),e._v(" "),"vue-color"==t.type?a("ColorPicker",{on:{change:function(a){return e.changed(a,t.name)}},model:{value:e.formData[t.name],callback:function(a){e.$set(e.formData,t.name,a)},expression:"formData[item.name]"}}):e._e(),e._v(" "),"custom-upload"==t.type?a("customUpload",{on:{change:function(a){return e.changed(a,t.name)}},model:{value:e.formData[t.name],callback:function(a){e.$set(e.formData,t.name,a)},expression:"formData[item.name]"}}):e._e(),e._v(" "),"el-radio-group"==t.type?a("el-radio-group",{on:{change:function(a){return e.changed(a,t.name)}},model:{value:e.formData[t.name],callback:function(a){e.$set(e.formData,t.name,a)},expression:"formData[item.name]"}},e._l(t.selectOptions,function(t){return a("el-radio",{key:t.code,attrs:{label:t.code}},[e._v(e._s(t.name))])}),1):e._e(),e._v(" "),"el-select"==t.type?a("el-select",{attrs:{size:"mini",clearable:"",placeholder:"请选择"},on:{change:function(a){return e.changed(a,t.name)}},model:{value:e.formData[t.name],callback:function(a){e.$set(e.formData,t.name,a)},expression:"formData[item.name]"}},e._l(t.selectOptions,function(e){return a("el-option",{key:e.code,attrs:{label:e.name,value:e.code}})}),1):e._e(),e._v(" "),"el-slider"==t.type?a("el-slider",{on:{change:function(a){return e.changed(a,t.name)}},model:{value:e.formData[t.name],callback:function(a){e.$set(e.formData,t.name,a)},expression:"formData[item.name]"}}):e._e(),e._v(" "),"el-button"==t.type?a("el-button",{attrs:{type:"primary",size:"mini",plain:""},on:{click:e.addStaticData}},[e._v("编辑")]):e._e(),e._v(" "),a("el-dialog",{attrs:{title:"代码编辑",visible:e.dialogVisibleStaticData,width:"50%","before-close":e.handleClose},on:{"update:visible":function(t){e.dialogVisibleStaticData=t}}},[a("vue-json-editor",{staticClass:"my-editor",attrs:{"show-btns":!1,mode:"code",lang:"zh"},model:{value:e.formData[t.name],callback:function(a){e.$set(e.formData,t.name,a)},expression:"formData[item.name]"}}),e._v(" "),a("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[a("el-button",{on:{click:function(t){e.dialogVisibleStaticData=!1}}},[e._v("取 消")]),e._v(" "),a("el-button",{attrs:{type:"primary"},on:{click:e.saveData}},[e._v("确 定")])],1)],1)],1):e._e(),e._v(" "),"dycustComponents"==t.type&&e.inputShow[t.name]?a("dynamicComponents",{attrs:{"chart-type":t.chartType,"dict-key":t.dictKey},on:{change:function(a){return e.changed(a,t.name)}},model:{value:e.formData[t.name],callback:function(a){e.$set(e.formData,t.name,a)},expression:"formData[item.name]"}}):e._e(),e._v(" "),"dynamic-add-table"==t.type&&e.inputShow[t.name]?a("dynamic-add-table",{attrs:{"chart-type":t.chartType},on:{change:function(a){return e.changed(a,t.name)}},model:{value:e.formData[t.name],callback:function(a){e.$set(e.formData,t.name,a)},expression:"formData[item.name]"}}):e._e()],1):e.isShowForm(t,"[object Array]")?a("div",{key:"a-"+i},[a("el-collapse",{attrs:{accordion:""}},e._l(t,function(t,i){return a("el-collapse-item",{key:i,attrs:{title:t.name,name:i}},[e._l(t.list,function(t,i){return[a("el-form-item",{key:i,attrs:{label:t.label,prop:t.name,required:t.required}},["el-input-number"==t.type?a("el-input-number",{staticStyle:{width:"100%"},attrs:{size:"mini","controls-position":"right",placeholder:t.placeholder},on:{change:function(a){return e.changed(a,t.name)}},model:{value:e.formData[t.name],callback:function(a){e.$set(e.formData,t.name,a)},expression:"formData[itemChildList.name]"}}):e._e(),e._v(" "),"el-input-text"==t.type?a("el-input",{attrs:{type:"text",size:"mini",placeholder:"请输入内容",clearable:""},on:{change:function(a){return e.changed(a,t.name)}},model:{value:e.formData[t.name],callback:function(a){e.$set(e.formData,t.name,"string"==typeof a?a.trim():a)},expression:"formData[itemChildList.name]"}}):e._e(),e._v(" "),"el-input-textarea"==t.type?a("el-input",{attrs:{size:"mini",type:"textarea",rows:"2",placeholder:"请输入内容"},on:{change:function(a){return e.changed(a,t.name)}},model:{value:e.formData[t.name],callback:function(a){e.$set(e.formData,t.name,"string"==typeof a?a.trim():a)},expression:"formData[itemChildList.name]"}}):e._e(),e._v(" "),"el-switch"==t.type?a("el-switch",{attrs:{placeholder:"请输入内容",size:"mini"},on:{change:function(a){return e.changed(a,t.name)}},model:{value:e.formData[t.name],callback:function(a){e.$set(e.formData,t.name,a)},expression:"formData[itemChildList.name]"}}):e._e(),e._v(" "),"vue-color"==t.type?a("ColorPicker",{on:{change:function(a){return e.changed(a,t.name)}},model:{value:e.formData[t.name],callback:function(a){e.$set(e.formData,t.name,a)},expression:"formData[itemChildList.name]"}}):e._e(),e._v(" "),"el-upload-picture"==t.type?a("el-upload",{attrs:{size:"mini",action:"https://jsonplaceholder.typicode.com/posts/","list-type":"picture-card"}}):e._e(),e._v(" "),"el-radio-group"==t.type?a("el-radio-group",{on:{change:function(a){return e.changed(a,t.name)}},model:{value:e.formData[t.name],callback:function(a){e.$set(e.formData,t.name,a)},expression:"formData[itemChildList.name]"}},e._l(t.selectOptions,function(t){return a("el-radio",{key:t.code,attrs:{label:t.code}},[e._v(e._s(t.name))])}),1):e._e(),e._v(" "),"el-select"==t.type?a("el-select",{attrs:{size:"mini",clearable:"",placeholder:"请选择"},on:{change:function(a){return e.changed(a,t.name)}},model:{value:e.formData[t.name],callback:function(a){e.$set(e.formData,t.name,a)},expression:"formData[itemChildList.name]"}},e._l(t.selectOptions,function(e){return a("el-option",{key:e.code,attrs:{label:e.name,value:e.code}})}),1):e._e(),e._v(" "),"el-slider"==t.type?a("el-slider",{on:{change:function(a){return e.changed(a,t.name)}},model:{value:e.formData[t.name],callback:function(a){e.$set(e.formData,t.name,a)},expression:"formData[itemChildList.name]"}}):e._e()],1),e._v(" "),"customColor"==t.type?a("customColorComponents",{key:"b-"+i,on:{change:function(a){return e.changed(a,t.name)}},model:{value:e.formData[t.name],callback:function(a){e.$set(e.formData,t.name,a)},expression:"formData[itemChildList.name]"}}):e._e()]})],2)}),1)],1):e._e()]})],2)],1)},[],!1,null,"010fb55a",null));Ye.options.__file="dynamicForm.vue";var Xe={components:{dynamicForm:Ye.exports},data:function(){return{activeName:"first"}},props:{widgetOptions:Object},methods:{widgetValueChanged:function(e,t){this.$emit("widgetValueChanged",e,t)}}},je=Object(C.a)(Xe,function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"layout-right"},[a("el-tabs",{attrs:{type:"border-card",stretch:!0},model:{value:e.activeName,callback:function(t){e.activeName=t},expression:"activeName"}},[e.isNotNull(e.widgetOptions.setup)||e.isNotNull(e.widgetOptions.collapse)?a("el-tab-pane",{attrs:{name:"first",label:"配置"}},[a("dynamicForm",{ref:"formData",attrs:{options:e.widgetOptions.setup},on:{onChanged:function(t){return e.widgetValueChanged("setup",t)}}})],1):e._e(),e._v(" "),e.isNotNull(e.widgetOptions.data)?a("el-tab-pane",{attrs:{name:"second",label:"数据"}},[a("dynamicForm",{ref:"formData",attrs:{options:e.widgetOptions.data},on:{onChanged:function(t){return e.widgetValueChanged("data",t)}}})],1):e._e(),e._v(" "),e.isNotNull(e.widgetOptions.position)?a("el-tab-pane",{attrs:{name:"third",label:"坐标"}},[a("dynamicForm",{ref:"formData",attrs:{options:e.widgetOptions.position},on:{onChanged:function(t){return e.widgetValueChanged("position",t)}}})],1):e._e()],1)],1)},[],!1,null,null,null);je.options.__file="rightConfig.vue";var Ve={components:{leftMenu:T,topBar:P,middleScreen:xe,rightConfig:je.exports},data:function(){return{layerWidget:[],widgetTools:x,widgetIndex:0,grade:!1,dashboard:{id:null,title:"",width:1920,height:1080,backgroundColor:"",backgroundImage:"",refreshSeconds:null},widthLeftForTools:200,widthRightForOptions:300,screenCode:"",widgets:[{type:"widget-text",value:{setup:{},data:{},position:{width:100,height:100,left:0,top:0,zIndex:0}},options:[]}],widgetOptions:{setup:[],data:[],position:[]}}},watch:{widgets:{handler:function(e){this.layerWidget=function(e,t){for(var a=[],i=function(i){var o={};o.icon=t(e[i].type).icon,e[i].options.setup.forEach(function(e){"layerName"==e.name&&(o.label=e.value)}),a.push(o)},o=0;o<e.length;o++)i(o);return a}(e,S)},deep:!0}},computed:{middleWidth:function(){return this.bodyWidth-this.widthLeftForTools-this.widthRightForOptions},middleHeight:function(){return this.bodyHeight}},mounted:function(){var e=this;this.widgets=[],window.addEventListener("mouseup",function(){e.grade=!1}),this.initEchartData()},methods:{initEchartData:function(){var e=this;return l()(o.a.mark(function t(){var a,i,n,l,s,u;return o.a.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return a=e.$route.query.reportCode,t.next=3,Object(r.b)(a);case 3:if(i=t.sent,n=i.code,l=i.data,200==n){t.next=8;break}return t.abrupt("return");case 8:s=h(l,S),u=c(l.dashboard,S,e.setOptionsOnClickScreen),e.widgets=s,e.dashboard=u,e.bigscreenWidth=e.dashboard.width,e.bigscreenHeight=e.dashboard.height;case 14:case"end":return t.stop()}},t,e)}))()},widgetOnDragged:function(e,t){var a=t,i=e.originalEvent.clientX,o=e.originalEvent.clientY,n=this.getDomTopLeftById("workbench"),l=o-n.top,r=(n.left,this.bigscreenScaleInWorkbench,this.bigscreenScaleInWorkbench,function(e){for(var t in e)if("options"==t){for(var a=0;a<e.options.setup.length;a++){var i=e.options.setup[a];if("[object Object]"==Object.prototype.toString.call(i))e.value.setup[i.name]=i.value;else if("[object Array]"==Object.prototype.toString.call(i))for(var o=0;o<i.length;o++)i[o].list.forEach(function(t){e.value.setup[t.name]=t.value})}for(var n=0;n<e.options.position.length;n++){var l=e.options.position[n];l.value&&(e.value.position[l.name]=l.value)}if(e.options.data&&e.options.data.length>0)for(var r=0;r<e.options.data.length;r++){var s=e.options.data[r];s.value&&(e.value.data[s.name]=s.value)}}return e}({type:a,value:{setup:{},data:{},position:{width:0,height:0,left:0,top:0,zIndex:0}},options:S(a).options}));this.widgets.push(this.deepClone(r)),this.$refs.middleScreen.setOptionsOnClickWidget(this.widgets.length-1)},layerClick:function(e){this.widgetIndex=e,this.$refs.middleScreen.widgetsClick(e)},widgetValueChanged:function(e,t){var a=this;if("screen"==this.screenCode){var i=new Array;this.dashboard=this.deepClone(t),this.bigscreenWidth!=this.dashboard.width&&(this.bigscreenWidth=this.dashboard.width),this.bigscreenHeight!=this.dashboard.height&&(this.bigscreenHeight=this.dashboard.height),this.widgetOptions.setup.forEach(function(e){"width"==e.name?e.value=a.bigscreenWidth:"height"==e.name&&(e.value=a.bigscreenHeight),i.push(e)}),this.widgetOptions.setup=i}else for(var o=0;o<this.widgets.length;o++)this.widgetIndex==o&&(this.widgets[o].value[e]=this.deepClone(t),m(this.widgets[o].options[e],t))},changeOptions:function(e){this.widgetOptions=e},datadragEnd:function(e){e.preventDefault(),this.widgets=function(e,t,a){return e[t]=e.splice(a,1,e[t])[0],e}(this.widgets,e.oldIndex,e.newIndex)}}},He=(a("iga3"),Object(C.a)(Ve,function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"layout"},[a("div",{staticClass:"layout-container"},[a("left-menu",{attrs:{layerWidget:e.layerWidget,widgetTools:e.widgetTools,widgetIndex:e.widgetIndex},on:{widgetOnDragged:e.widgetOnDragged,layerClick:e.layerClick}}),e._v(" "),a("div",{staticClass:"layout-middle",style:{width:e.middleWidth+"px",height:e.middleHeight+"px"}},[a("top-bar",{attrs:{dashboard:e.dashboard,widgets:e.widgets},on:{refresh:e.initEchartData}}),e._v(" "),a("middleScreen",{ref:"middleScreen",attrs:{middleWidth:e.middleWidth,middleHeight:e.middleHeight,dashboard:e.dashboard,widgets:e.widgets},on:{change:e.changeOptions}})],1),e._v(" "),a("right-config",{attrs:{widgetOptions:e.widgetOptions},on:{widgetValueChanged:e.widgetValueChanged}})],1)])},[],!1,null,"f634937e",null));He.options.__file="index.vue";t.default=He.exports},rQJ7:function(e,t,a){"use strict";var i=a("Cgnq");a.n(i).a},sabG:function(e,t,a){"use strict";var i=a("VgzK");a.n(i).a},shTM:function(e,t,a){"use strict";var i={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(e){this.optionsStyle=e.position,this.optionsData=e.data,this.optionsCollapse=e.setup,this.optionsSetup=e.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 e=this.optionsSetup,t={};t.text=e.titleText,t.show=e.isNoTitle,t.left=e.textAlign,t.textStyle={color:e.textColor,fontSize:e.textFontSize,fontWeight:e.textFontWeight},this.options.title=t},setOptionsXLeft:function(){var e=this.optionsSetup,t={splitNumber:e.splitNumberLeft,type:"value",show:e.hideXLeft,inverse:!0,axisLine:{show:e.xLineLeft,lineStyle:{color:e.lineColorXLeft}},axisTick:{show:e.tickLineLeft},position:"bottom",axisLabel:{show:!0,textStyle:{color:e.XcolorLeft,fontSize:e.fontSizeXLeft}},splitLine:{show:e.SplitLineLeft,lineStyle:{color:e.SplitLineColorLeft,width:e.SplitLinefontSizeLeft,type:"solid"}}};this.options.xAxis[0]=t},setOptionsXRight:function(){var e=this.optionsSetup,t={gridIndex:2,splitNumber:e.splitNumberRight,show:e.hideXRight,type:"value",axisLine:{show:e.xLineRight,lineStyle:{color:e.lineColorXRight}},axisTick:{show:e.tickLineRight},position:"bottom",axisLabel:{show:!0,textStyle:{color:e.XcolorRight,fontSize:e.fontSizeXRight}},splitLine:{show:e.SplitLineRight,lineStyle:{color:e.SplitLineColorRight,width:e.SplitLinefontSizeRight,type:"solid"}}};this.options.xAxis[2]=t},setOptionsY:function(){var e=this.optionsSetup,t={show:e.lineY,lineStyle:{color:e.lineColorY}},a={show:e.tickLineY},i={show:e.hideY,textStyle:{align:e.textAlign,color:e.colorY,fontSize:e.fontSizeY}};this.options.yAxis[1].axisLine=t,this.options.yAxis[1].axisTick=a,this.options.yAxis[1].axisLabel=i},setOptionsTop:function(){var e=this.optionsSetup,t=this.options.series;for(var a in t)"bar"==t[a].type&&(t[0].label={normal:{show:e.isShow,position:"insideLeft",textStyle:{fontSize:e.fontSize,color:e.subTextColor,fontWeight:e.fontWeight}},emphasis:{show:!1}},t[1].label={normal:{show:e.isShow,color:"red",position:"insideRight",textStyle:{fontSize:e.fontSize,color:e.subTextColor,fontWeight:e.fontWeight}},emphasis:{show:!1}},t[a].barWidth=e.maxWidth);this.options.series=t},setOptionsTooltip:function(){var e=this.optionsSetup,t={trigger:"item",show:!0,textStyle:{color:e.lineColor,fontSize:e.fontSize}};this.options.tooltip=t},setOptionsGrid:function(){var e=this.optionsSetup,t=[{show:e.frameLineLeft,left:e.marginLeftRight,top:e.marginTop,bottom:e.marginBottom,containLabel:!0,width:"40%"},{show:!1,left:"51%",top:e.marginTop,bottom:e.marginBottom+15,width:"0%"},{show:e.frameLineRight,right:e.marginLeftRight,top:e.marginTop,bottom:e.marginBottom,containLabel:!0,width:"40%"}];this.options.grid=t},setOptionsLegend:function(){var e=this.optionsSetup,t=this.options.legend;t.show=e.isShowLegend,t.left=e.lateralPosition,t.top=e.longitudinalPosition,t.bottom=e.longitudinalPosition,t.orient=e.layoutFront,t.textStyle={color:e.lengedColor,fontSize:e.lengedFontSize},t.itemWidth=e.lengedWidth},setOptionsLegendName:function(e){var t=this.optionsSetup,a=this.options.series,i=t.legendName;if(null==i||""==i){for(var o=0;o<e.length;o++)a[o].name=e[o];this.options.legend.data=e}else{for(var n=i.split("|"),l=0;l<n.length;l++)a[l].name=n[l];this.options.legend.data=n}},setOptionsColor:function(){var e=this.optionsSetup,t=e.customColor;if(t){var a={normal:{color:t[0].color,barBorderRadius:[e.radius,0,0,e.radius]},emphasis:{show:!1}},i={normal:{color:t[1].color,barBorderRadius:[0,e.radius,e.radius,0]},emphasis:{show:!1}};this.options.series[0].itemStyle=a,this.options.series[1].itemStyle=i}},setOptionsData:function(){var e=this.optionsSetup,t=this.optionsData;"staticData"==t.dataType?this.staticDataFn(t.staticData,e):this.dynamicDataFn(t.dynamicData,t.refreshTime,e)},setUnique:function(e){var t=[];return e.forEach(function(e){return t.includes(e)?"":t.push(e)}),t},staticDataFn:function(e){var t=[],a=[],i=[],o=[];for(var n in e)t[n]=e[n].axis,a[n]=e[n].name;for(var l in t=this.setUnique(t),a=this.setUnique(a)){var r=new Array(t.length).fill(0);for(var s in t)for(var u in e)e[u].name==a[l]&&e[u].axis==t[s]&&(r[s]=e[u].data);i.push({name:a[l],data:r}),o.push(a[l])}this.options.series[0].name=i[0].name,this.options.series[0].data=i[0].data,this.options.series[1].name=i[1].name,this.options.series[1].data=i[1].data,this.options.yAxis[1].data=t,this.options.legend.data=o,this.setOptionsLegendName(o)},dynamicDataFn:function(e,t,a){var i=this;e&&(this.ispreview?(this.getEchartData(e,a),this.flagInter=setInterval(function(){i.getEchartData(e,a)},t)):this.getEchartData(e,a))},getEchartData:function(e,t){var a=this;this.queryEchartsData(e).then(function(e){a.renderingFn(t,e)})},renderingFn:function(e,t){var a=[];this.options.yAxis[1].data=t.xAxis,"bar"==t.series[0].type&&(this.options.series[0].name=t.series[0].name,this.options.series[0].data=t.series[0].data,this.options.series[1].name=t.series[1].name,this.options.series[1].data=t.series[1].data,a.push(t.series[0].name),a.push(t.series[1].name)),this.options.legend.data=a,this.setOptionsLegendName(a)}}},o=(a("o+Wu"),a("KHd+")),n=Object(o.a)(i,function(){var e=this.$createElement,t=this._self._c||e;return t("div",{style:this.styleObj},[t("v-chart",{attrs:{options:this.options,autoresize:""}})],1)},[],!1,null,"adad8730",null);n.options.__file="widgetBarCompareChart.vue";t.a=n.exports},t7VV:function(e,t,a){},vOu0:function(e,t,a){},vRSe:function(e,t,a){},w4QL:function(e,t,a){"use strict";var i=a("P2sY"),o=a.n(i),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(e){this.optionsStyle=e.position,this.optionsData=e.data,this.optionsCollapse=e.collapse,this.optionsSetup=e.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 e=this.optionsSetup,t={};t.show=e.isNoTitle,t.text=e.titleText,t.left=e.textAlign,t.textStyle={color:e.textColor,fontSize:e.textFontSize,fontWeight:e.textFontWeight},t.subtext=e.subText,t.subtextStyle={color:e.subTextColor,fontWeight:e.subTextFontWeight,fontSize:e.subTextFontSize},this.options.title=t},setOptionsValue:function(){var e=this.optionsSetup,t=this.options.series,a=e.numberValue?"{c}":"",i=e.percentage?"({d})%":"",o={show:e.isShow,formatter:"{a|{b}"+a+" "+i+"}",rich:{a:{padding:[-30,15,-20,15],color:e.subTextColor,fontSize:e.fontSize,fontWeight:e.fontWeight}},fontSize:e.fontSize,fontWeight:e.optionsSetup};for(var n in t)"pie"==t[n].type&&(t[n].label=o,t[n].labelLine={show:e.isShow})},setOptionsTooltip:function(){var e=this.optionsSetup,t={trigger:"item",show:!0,textStyle:{color:e.lineColor,fontSize:e.fontSize}};this.options.tooltip=t},setOptionsLegend:function(){var e=this.optionsSetup,t=this.options.legend;t.show=e.isShowLegend,t.left="left"==e.lateralPosition?0:"auto",t.right="right"==e.lateralPosition?0:"auto",t.top="top"==e.longitudinalPosition?0:"auto",t.bottom="bottom"==e.longitudinalPosition?0:"auto",t.orient=e.layoutFront,t.textStyle={color:e.lengedColor,fontSize:e.fontSize},t.itemWidth=e.lengedWidth},setOptionsColor:function(){var e=this.optionsSetup.customColor;if(e){for(var t=[],a=0;a<e.length;a++)t.push(e[a].color);this.options.color=t,this.options=o()({},this.options)}},setOptionsData:function(){var e=this.optionsData;"staticData"==e.dataType?this.staticDataFn(e.staticData):this.dynamicDataFn(e.dynamicData,e.refreshTime)},staticDataFn:function(e){var t="string"==typeof e?JSON.parse(e):e;for(var a in this.options.series)"pie"==this.options.series[a].type&&(this.options.series[a].data=t)},dynamicDataFn:function(e,t){var a=this;e&&(this.ispreview?(this.getEchartData(e),this.flagInter=setInterval(function(){a.getEchartData(e)},t)):this.getEchartData(e))},getEchartData:function(e){var t=this;this.queryEchartsData(e).then(function(e){t.renderingFn(e)})},renderingFn:function(e){for(var t in this.options.series)"pie"==this.options.series[t].type&&(this.options.series[t].data=e)}}},l=(a("aV7C"),a("KHd+")),r=Object(l.a)(n,function(){var e=this.$createElement,t=this._self._c||e;return t("div",{style:this.styleObj},[t("v-chart",{attrs:{options:this.options,autoresize:""}})],1)},[],!1,null,"4bc76b6c",null);r.options.__file="widgetPiechart.vue";t.a=r.exports},wtty:function(e,t,a){"use strict";var i=a("t7VV");a.n(i).a},"y/Y+":function(e,t,a){},"z+RQ":function(e,t,a){"use strict";var i=a("cGkX");a.n(i).a},zSR4:function(e,t,a){"use strict";var i=a("0DEJ");a.n(i).a}}]);