$(function(){ cwidth = (document.body.clientWidth)*0.8-2; cheight = (document.body.clientHeight)*0.94-2; for(var i = 1;i<=data.length;i++){ wid=cwidth*0.25; hei = cheight*0.5; $('#charts'+i).css("height",cheight*0.5); $('#charts'+i).css("width",cwidth*0.25); $('#container'+i).css('marginLeft','4%'); } window.onresize = function(){ $(".warp").css("left",document.body.clientWidth-23); $(".warp").css("top",document.body.clientHeight-25); cheight = (document.body.clientHeight)*0.94-2; cwidth = (document.body.clientWidth)*0.8-2; for(var i = 1;i<=data.length;i++){ wid=cwidth*0.25; hei = cheight*0.5; $('#charts'+i).css("height",cheight*0.5); $('#charts'+i).css("width",cwidth*0.25); $('#container'+i).css('marginLeft','4%'); } MYX = []; RELIMGWIDTH = []; RELIMGHEIGHT = []; for(var i = 0;i=wid*0.8&&IMGHEIGHT[i]>=wid*0.8)||(IMGWIDTH[i]<=wid*0.8&&IMGHEIGHT[i]<=wid*0.8)){ if(IMGWIDTH[i]>=IMGHEIGHT[i]){ RELIMGWIDTH.push(wid*0.8); RELIMGHEIGHT.push((IMGHEIGHT[i]*wid*0.8)/IMGWIDTH[i]); MYX.push(wid*0.1); }else{ RELIMGHEIGHT.push(wid*0.6); RELIMGWIDTH.push((IMGWIDTH[i]*wid*0.6)/IMGHEIGHT[i]); MYX.push((wid-(IMGWIDTH[i]*wid*0.6)/IMGHEIGHT[i])/2); } }else if(IMGWIDTH[i]>=wid*0.8&&IMGHEIGHT[i]<=wid*0.8){ RELIMGWIDTH.push(wid*0.8); RELIMGHEIGHT.push(IMGHEIGHT[i]*wid*0.8/IMGWIDTH[i]); MYX.push(wid*0.1); }else if(IMGHEIGHT[i]>=wid*0.8&&IMGWIDTH[i]<=wid*0.8){ RELIMGHEIGHT.push(wid*0.6); RELIMGWIDTH.push(IMGWIDTH[i]*wid*0.6/IMGHEIGHT[i]); MYX.push((wid-IMGWIDTH[i]*wid*0.6/IMGHEIGHT[i])/2); } } myChart1.resize(); myChart2.resize(); myChart3.resize(); myChart4.resize(); myChart5.resize(); myChart6.resize(); myChart7.resize(); myChart8.resize(); myTitle(); mySubtitle(); myDesarr(); myChart1.setOption({ animation:ani, title: { top:hei/8, itemGap:3, text: PNNUM[0], subtext:TITLE[0], x: "center", textStyle:{ fontSize:14, fontWeight:'bold', color:'black' }, subtextStyle:{ fontSize:14, fontWeight:'normal', color:'black' } }, graphic:[ { type:'group', children:[ { type:'rect', cursor:0, invisible:false, shape:{ x:0, y:0, width:wid, height:hei/8-8 }, style:{ fill:MYFILL[0], } }, { type:'text', cursor:0, invisible:false, style:{ text:SUBTITLE[0], x:wid/2, y:hei/20, width:wid, height:hei/8, textAlign:'center', textVerticalAlign:'middle', fontSize:14, fill:'white' } }, { type:'polygon', z:-1, cursor:0, shape:{ points:[[wid/8,hei/8],[(wid/8)*7,hei/8],[wid,hei/8+hei/8],[wid,(hei/8)*7],[(wid/8)*7,hei],[wid/8,hei],[0,(hei/8)*7],[0,hei/8+hei/8]], smooth:0, }, style:{ fill:BGBOX[0], } }, { type:'line', z:-1, cursor:0, shape:{ x1:0, y1:(hei/8)*7, x2:0, y2:hei/8+hei/8, }, style:{ lineWidth:2, stroke:'black' } }, { type:'line', z:-1, cursor:0, shape:{ x1:(wid/8)*7, y1:hei, x2:wid/8, y2:hei, }, style:{ lineWidth:2, stroke:'black' } }, { type:'line', z:-1, cursor:0, shape:{ x1:wid, y1:hei/8+hei/8, x2:wid, y2:(hei/8)*7, }, style:{ lineWidth:2, stroke:'black' } }, { type:'line', z:-1, cursor:0, shape:{ x1:wid/8, y1:hei/8, x2:(wid/8)*7, y2:hei/8, }, style:{ lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:0, shape:{ x1:0, y1:hei/8+hei/8, x2:wid/8, y2:hei/8, cpx1:0, cpy1:hei/8 }, style:{ fill:BGBOX[0], lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:0, shape:{ x1:(wid/8)*7, y1:hei/8, x2:wid, y2:hei/8+hei/8, cpx1:wid, cpy1:hei/8 }, style:{ fill:BGBOX[0], lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:0, shape:{ x1:(wid/8)*7, y1:hei, x2:wid, y2:(hei/8)*7, cpx1:wid, cpy1:hei }, style:{ fill:BGBOX[0], lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:0, shape:{ x1:0, y1:(hei/8)*7, x2:wid/8, y2:hei, cpx1:0, cpy1:hei }, style:{ fill:BGBOX[0], lineWidth:2, stroke:'black' } }, { type:'image', cursor:0, style:{ image:IMGSRC[0], x:MYX[0], y:60+hei/8, width:RELIMGWIDTH[0], height:RELIMGHEIGHT[0] } }, { type:'text', cursor:0, style:{ text:DESARR[0], x:wid/12, y:70+RELIMGHEIGHT[0]+hei/8, width:wid, height:hei-70-RELIMGHEIGHT[0]-hei/8, textAlign:'left', fontSize:14, fill:'#ec1224', fontWeight:'300', fontFamily:'FangSong' } } ], cursor:0, onclick:function(params){ if(ISWEB==0){ if(params.target.style.fill!='white'){ external.BrowsePatent(PNNUM[params.target.cursor]); } } else window.open('http://www.patentics.cn/invokexml.do?&sf=ShowPatent&spn='+PNNUM[params.target.cursor]+'&sv='+MD5[params.target.cursor]); } }, ] }); myChart2.setOption({ animation:ani, title: { top:hei/8, itemGap:3, text: PNNUM[1], subtext:TITLE[1], x: "center", textStyle:{ fontSize:14, fontWeight:'bold', color:'black' }, subtextStyle:{ fontSize:14, fontWeight:'normal', color:'black' } }, graphic:[ { type:'group', children:[ { type:'rect', cursor:1, invisible:false, shape:{ x:0, y:0, width:wid, height:hei/8-8 }, style:{ fill:MYFILL[1], } }, { type:'text', cursor:1, invisible:false, style:{ text:SUBTITLE[1], x:wid/2, y:hei/20, width:wid, height:hei/8, textAlign:'center', textVerticalAlign:'middle', fontSize:14, fill:'white' } }, { type:'polygon', z:-1, cursor:1, shape:{ points:[[wid/8,hei/8],[(wid/8)*7,hei/8],[wid,hei/8+hei/8],[wid,(hei/8)*7],[(wid/8)*7,hei],[wid/8,hei],[0,(hei/8)*7],[0,hei/8+hei/8]], smooth:0, }, style:{ fill:BGBOX[1], } }, { type:'line', z:-1, cursor:1, shape:{ x1:0, y1:(hei/8)*7, x2:0, y2:hei/8+hei/8, }, style:{ lineWidth:2, stroke:'black' } }, { type:'line', z:-1, cursor:1, shape:{ x1:(wid/8)*7, y1:hei, x2:wid/8, y2:hei, }, style:{ lineWidth:2, stroke:'black' } }, { type:'line', z:-1, cursor:1, shape:{ x1:wid, y1:hei/8+hei/8, x2:wid, y2:(hei/8)*7, }, style:{ lineWidth:2, stroke:'black' } }, { type:'line', z:-1, cursor:1, shape:{ x1:wid/8, y1:hei/8, x2:(wid/8)*7, y2:hei/8, }, style:{ lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:1, shape:{ x1:0, y1:hei/8+hei/8, x2:wid/8, y2:hei/8, cpx1:0, cpy1:hei/8 }, style:{ fill:BGBOX[1], lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:1, shape:{ x1:(wid/8)*7, y1:hei/8, x2:wid, y2:hei/8+hei/8, cpx1:wid, cpy1:hei/8 }, style:{ fill:BGBOX[1], lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:1, shape:{ x1:(wid/8)*7, y1:hei, x2:wid, y2:(hei/8)*7, cpx1:wid, cpy1:hei }, style:{ fill:BGBOX[1], lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:1, shape:{ x1:0, y1:(hei/8)*7, x2:wid/8, y2:hei, cpx1:0, cpy1:hei }, style:{ fill:BGBOX[1], lineWidth:2, stroke:'black' } }, { type:'image', cursor:1, style:{ image:IMGSRC[1], x:MYX[1], y:60+hei/8, width:RELIMGWIDTH[1], height:RELIMGHEIGHT[1] } }, { type:'text', cursor:1, style:{ text:DESARR[1], x:wid/12, y:70+RELIMGHEIGHT[1]+hei/8, width:wid, height:hei-70-RELIMGHEIGHT[1]-hei/8, textAlign:'left', fontSize:14, fill:'#ec1224', fontWeight:'300', fontFamily:'FangSong' } } ], cursor:1, onclick:function(params){ if(ISWEB==0){ if(params.target.style.fill!='white'){ external.BrowsePatent(PNNUM[params.target.cursor]); } } else window.open('http://www.patentics.cn/invokexml.do?&sf=ShowPatent&spn='+PNNUM[params.target.cursor]+'&sv='+MD5[params.target.cursor]); } }, ] }); myChart3.setOption({ animation:ani, title: { top:hei/8, itemGap:3, text: PNNUM[2], subtext:TITLE[2], x: "center", textStyle:{ fontSize:14, fontWeight:'bold', color:'black' }, subtextStyle:{ fontSize:14, fontWeight:'normal', color:'black' } }, graphic:[ { type:'group', children:[ { type:'rect', cursor:2, invisible:false, shape:{ x:0, y:0, width:wid, height:hei/8-8 }, style:{ fill:MYFILL[2], } }, { type:'text', cursor:2, invisible:false, style:{ text:SUBTITLE[2], x:wid/2, y:hei/20, width:wid, height:hei/8, textAlign:'center', textVerticalAlign:'middle', fontSize:14, fill:'white' } }, { type:'polygon', z:-1, cursor:2, shape:{ points:[[wid/8,hei/8],[(wid/8)*7,hei/8],[wid,hei/8+hei/8],[wid,(hei/8)*7],[(wid/8)*7,hei],[wid/8,hei],[0,(hei/8)*7],[0,hei/8+hei/8]], smooth:0, }, style:{ fill:BGBOX[2], } }, { type:'line', z:-1, cursor:2, shape:{ x1:0, y1:(hei/8)*7, x2:0, y2:hei/8+hei/8, }, style:{ lineWidth:2, stroke:'black' } }, { type:'line', z:-1, cursor:2, shape:{ x1:(wid/8)*7, y1:hei, x2:wid/8, y2:hei, }, style:{ lineWidth:2, stroke:'black' } }, { type:'line', z:-1, cursor:2, shape:{ x1:wid, y1:hei/8+hei/8, x2:wid, y2:(hei/8)*7, }, style:{ lineWidth:2, stroke:'black' } }, { type:'line', z:-1, cursor:2, shape:{ x1:wid/8, y1:hei/8, x2:(wid/8)*7, y2:hei/8, }, style:{ lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:2, shape:{ x1:0, y1:hei/8+hei/8, x2:wid/8, y2:hei/8, cpx1:0, cpy1:hei/8 }, style:{ fill:BGBOX[2], lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:2, shape:{ x1:(wid/8)*7, y1:hei/8, x2:wid, y2:hei/8+hei/8, cpx1:wid, cpy1:hei/8 }, style:{ fill:BGBOX[2], lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:2, shape:{ x1:(wid/8)*7, y1:hei, x2:wid, y2:(hei/8)*7, cpx1:wid, cpy1:hei }, style:{ fill:BGBOX[2], lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:2, shape:{ x1:0, y1:(hei/8)*7, x2:wid/8, y2:hei, cpx1:0, cpy1:hei }, style:{ fill:BGBOX[2], lineWidth:2, stroke:'black' } }, { type:'image', cursor:2, style:{ image:IMGSRC[2], x:MYX[2], y:60+hei/8, width:RELIMGWIDTH[2], height:RELIMGHEIGHT[2] } }, { type:'text', cursor:2, style:{ text:DESARR[2], x:wid/12, y:70+RELIMGHEIGHT[2]+hei/8, width:wid, height:hei-70-RELIMGHEIGHT[2]-hei/8, textAlign:'left', fontSize:14, fill:'#ec1224', fontWeight:'300', fontFamily:'FangSong' } } ], cursor:2, onclick:function(params){ if(ISWEB==0){ if(params.target.style.fill!='white'){ external.BrowsePatent(PNNUM[params.target.cursor]); } } else window.open('http://www.patentics.cn/invokexml.do?&sf=ShowPatent&spn='+PNNUM[params.target.cursor]+'&sv='+MD5[params.target.cursor]); } }, ] }); myChart4.setOption({ animation:ani, title: { top:hei/8, itemGap:3, text: PNNUM[3], subtext:TITLE[3], x: "center", textStyle:{ fontSize:14, fontWeight:'bold', color:'black' }, subtextStyle:{ fontSize:14, fontWeight:'normal', color:'black' } }, graphic:[ { type:'group', children:[ { type:'rect', cursor:3, invisible:false, shape:{ x:0, y:0, width:wid, height:hei/8-8 }, style:{ fill:MYFILL[3], } }, { type:'text', cursor:3, invisible:false, style:{ text:SUBTITLE[3], x:wid/2, y:hei/20, width:wid, height:hei/8, textAlign:'center', textVerticalAlign:'middle', fontSize:14, fill:'white' } }, { type:'polygon', z:-1, cursor:3, shape:{ points:[[wid/8,hei/8],[(wid/8)*7,hei/8],[wid,hei/8+hei/8],[wid,(hei/8)*7],[(wid/8)*7,hei],[wid/8,hei],[0,(hei/8)*7],[0,hei/8+hei/8]], smooth:0, }, style:{ fill:BGBOX[3], } }, { type:'line', z:-1, cursor:3, shape:{ x1:0, y1:(hei/8)*7, x2:0, y2:hei/8+hei/8, }, style:{ lineWidth:2, stroke:'black' } }, { type:'line', z:-1, cursor:3, shape:{ x1:(wid/8)*7, y1:hei, x2:wid/8, y2:hei, }, style:{ lineWidth:2, stroke:'black' } }, { type:'line', z:-1, cursor:3, shape:{ x1:wid, y1:hei/8+hei/8, x2:wid, y2:(hei/8)*7, }, style:{ lineWidth:2, stroke:'black' } }, { type:'line', z:-1, cursor:3, shape:{ x1:wid/8, y1:hei/8, x2:(wid/8)*7, y2:hei/8, }, style:{ lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:3, shape:{ x1:0, y1:hei/8+hei/8, x2:wid/8, y2:hei/8, cpx1:0, cpy1:hei/8 }, style:{ fill:BGBOX[3], lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:3, shape:{ x1:(wid/8)*7, y1:hei/8, x2:wid, y2:hei/8+hei/8, cpx1:wid, cpy1:hei/8 }, style:{ fill:BGBOX[3], lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:3, shape:{ x1:(wid/8)*7, y1:hei, x2:wid, y2:(hei/8)*7, cpx1:wid, cpy1:hei }, style:{ fill:BGBOX[3], lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:3, shape:{ x1:0, y1:(hei/8)*7, x2:wid/8, y2:hei, cpx1:0, cpy1:hei }, style:{ fill:BGBOX[3], lineWidth:2, stroke:'black' } }, { type:'image', cursor:3, style:{ image:IMGSRC[3], x:MYX[3], y:60+hei/8, width:RELIMGWIDTH[3], height:RELIMGHEIGHT[3] } }, { type:'text', cursor:3, style:{ text:DESARR[3], x:wid/12, y:70+RELIMGHEIGHT[3]+hei/8, width:wid, height:hei-70-RELIMGHEIGHT[3]-hei/8, textAlign:'left', fontSize:14, fill:'#ec1224', fontWeight:'300', fontFamily:'FangSong' } } ], cursor:3, onclick:function(params){ if(ISWEB==0){ if(params.target.style.fill!='white'){ external.BrowsePatent(PNNUM[params.target.cursor]); } } else window.open('http://www.patentics.cn/invokexml.do?&sf=ShowPatent&spn='+PNNUM[params.target.cursor]+'&sv='+MD5[params.target.cursor]); } }, ] }); myChart5.setOption({ animation:ani, title: { top:hei/8, itemGap:3, text: PNNUM[4], subtext:TITLE[4], x: "center", textStyle:{ fontSize:14, fontWeight:'bold', color:'black' }, subtextStyle:{ fontSize:14, fontWeight:'normal', color:'black' } }, graphic:[ { type:'group', children:[ { type:'rect', cursor:4, invisible:false, shape:{ x:0, y:0, width:wid, height:hei/8-8 }, style:{ fill:MYFILL[4], } }, { type:'text', cursor:4, invisible:false, style:{ text:SUBTITLE[4], x:wid/2, y:hei/20, width:wid, height:hei/8, textAlign:'center', textVerticalAlign:'middle', fontSize:14, fill:'white' } }, { type:'polygon', z:-1, cursor:4, shape:{ points:[[wid/8,hei/8],[(wid/8)*7,hei/8],[wid,hei/8+hei/8],[wid,(hei/8)*7],[(wid/8)*7,hei],[wid/8,hei],[0,(hei/8)*7],[0,hei/8+hei/8]], smooth:0, }, style:{ fill:BGBOX[4], } }, { type:'line', z:-1, cursor:4, shape:{ x1:0, y1:(hei/8)*7, x2:0, y2:hei/8+hei/8, }, style:{ lineWidth:2, stroke:'black' } }, { type:'line', z:-1, cursor:4, shape:{ x1:(wid/8)*7, y1:hei, x2:wid/8, y2:hei, }, style:{ lineWidth:2, stroke:'black' } }, { type:'line', z:-1, cursor:4, shape:{ x1:wid, y1:hei/8+hei/8, x2:wid, y2:(hei/8)*7, }, style:{ lineWidth:2, stroke:'black' } }, { type:'line', z:-1, cursor:4, shape:{ x1:wid/8, y1:hei/8, x2:(wid/8)*7, y2:hei/8, }, style:{ lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:4, shape:{ x1:0, y1:hei/8+hei/8, x2:wid/8, y2:hei/8, cpx1:0, cpy1:hei/8 }, style:{ fill:BGBOX[4], lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:4, shape:{ x1:(wid/8)*7, y1:hei/8, x2:wid, y2:hei/8+hei/8, cpx1:wid, cpy1:hei/8 }, style:{ fill:BGBOX[4], lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:4, shape:{ x1:(wid/8)*7, y1:hei, x2:wid, y2:(hei/8)*7, cpx1:wid, cpy1:hei }, style:{ fill:BGBOX[4], lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:4, shape:{ x1:0, y1:(hei/8)*7, x2:wid/8, y2:hei, cpx1:0, cpy1:hei }, style:{ fill:BGBOX[4], lineWidth:2, stroke:'black' } }, { type:'image', cursor:4, style:{ image:IMGSRC[4], x:MYX[4], y:60+hei/8, width:RELIMGWIDTH[4], height:RELIMGHEIGHT[4] } }, { type:'text', cursor:4, style:{ text:DESARR[4], x:wid/12, y:70+RELIMGHEIGHT[4]+hei/8, width:wid, height:hei-70-RELIMGHEIGHT[4]-hei/8, textAlign:'left', fontSize:14, fill:'#ec1224', fontWeight:'300', fontFamily:'FangSong' } } ], cursor:4, onclick:function(params){ if(ISWEB==0){ if(params.target.style.fill!='white'){ external.BrowsePatent(PNNUM[params.target.cursor]); } } else window.open('http://www.patentics.cn/invokexml.do?&sf=ShowPatent&spn='+PNNUM[params.target.cursor]+'&sv='+MD5[params.target.cursor]); } }, ] }); myChart6.setOption({ animation:ani, title: { top:hei/8, itemGap:3, text: PNNUM[5], subtext:TITLE[5], x: "center", textStyle:{ fontSize:14, fontWeight:'bold', color:'black' }, subtextStyle:{ fontSize:14, fontWeight:'normal', color:'black' } }, graphic:[ { type:'group', children:[ { type:'rect', cursor:5, invisible:false, shape:{ x:0, y:0, width:wid, height:hei/8-8 }, style:{ fill:MYFILL[5], } }, { type:'text', cursor:5, invisible:false, style:{ text:SUBTITLE[5], x:wid/2, y:hei/20, width:wid, height:hei/8, textAlign:'center', textVerticalAlign:'middle', fontSize:14, fill:'white' } }, { type:'polygon', z:-1, cursor:5, shape:{ points:[[wid/8,hei/8],[(wid/8)*7,hei/8],[wid,hei/8+hei/8],[wid,(hei/8)*7],[(wid/8)*7,hei],[wid/8,hei],[0,(hei/8)*7],[0,hei/8+hei/8]], smooth:0, }, style:{ fill:BGBOX[5], } }, { type:'line', z:-1, cursor:5, shape:{ x1:0, y1:(hei/8)*7, x2:0, y2:hei/8+hei/8, }, style:{ lineWidth:2, stroke:'black' } }, { type:'line', z:-1, cursor:5, shape:{ x1:(wid/8)*7, y1:hei, x2:wid/8, y2:hei, }, style:{ lineWidth:2, stroke:'black' } }, { type:'line', z:-1, cursor:5, shape:{ x1:wid, y1:hei/8+hei/8, x2:wid, y2:(hei/8)*7, }, style:{ lineWidth:2, stroke:'black' } }, { type:'line', z:-1, cursor:5, shape:{ x1:wid/8, y1:hei/8, x2:(wid/8)*7, y2:hei/8, }, style:{ lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:5, shape:{ x1:0, y1:hei/8+hei/8, x2:wid/8, y2:hei/8, cpx1:0, cpy1:hei/8 }, style:{ fill:BGBOX[5], lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:5, shape:{ x1:(wid/8)*7, y1:hei/8, x2:wid, y2:hei/8+hei/8, cpx1:wid, cpy1:hei/8 }, style:{ fill:BGBOX[5], lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:5, shape:{ x1:(wid/8)*7, y1:hei, x2:wid, y2:(hei/8)*7, cpx1:wid, cpy1:hei }, style:{ fill:BGBOX[5], lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:5, shape:{ x1:0, y1:(hei/8)*7, x2:wid/8, y2:hei, cpx1:0, cpy1:hei }, style:{ fill:BGBOX[5], lineWidth:2, stroke:'black' } }, { type:'image', cursor:5, style:{ image:IMGSRC[5], x:MYX[5], y:60+hei/8, width:RELIMGWIDTH[5], height:RELIMGHEIGHT[5] } }, { type:'text', cursor:5, style:{ text:DESARR[5], x:wid/12, y:70+RELIMGHEIGHT[5]+hei/8, width:wid, height:hei-70-RELIMGHEIGHT[5]-hei/8, textAlign:'left', fontSize:14, fill:'#ec1224', fontWeight:'300', fontFamily:'FangSong' } } ], cursor:5, onclick:function(params){ if(ISWEB==0){ if(params.target.style.fill!='white'){ external.BrowsePatent(PNNUM[params.target.cursor]); } } else window.open('http://www.patentics.cn/invokexml.do?&sf=ShowPatent&spn='+PNNUM[params.target.cursor]+'&sv='+MD5[params.target.cursor]); } }, ] }); myChart7.setOption({ animation:ani, title: { top:hei/8, itemGap:3, text: PNNUM[6], subtext:TITLE[6], x: "center", textStyle:{ fontSize:14, fontWeight:'bold', color:'black' }, subtextStyle:{ fontSize:14, fontWeight:'normal', color:'black' } }, graphic:[ { type:'group', children:[ { type:'rect', cursor:6, invisible:false, shape:{ x:0, y:0, width:wid, height:hei/8-8 }, style:{ fill:MYFILL[6], } }, { type:'text', cursor:6, invisible:false, style:{ text:SUBTITLE[6], x:wid/2, y:hei/20, width:wid, height:hei/8, textAlign:'center', textVerticalAlign:'middle', fontSize:14, fill:'white' } }, { type:'polygon', z:-1, cursor:6, shape:{ points:[[wid/8,hei/8],[(wid/8)*7,hei/8],[wid,hei/8+hei/8],[wid,(hei/8)*7],[(wid/8)*7,hei],[wid/8,hei],[0,(hei/8)*7],[0,hei/8+hei/8]], smooth:0, }, style:{ fill:BGBOX[6], } }, { type:'line', z:-1, cursor:6, shape:{ x1:0, y1:(hei/8)*7, x2:0, y2:hei/8+hei/8, }, style:{ lineWidth:2, stroke:'black' } }, { type:'line', z:-1, cursor:6, shape:{ x1:(wid/8)*7, y1:hei, x2:wid/8, y2:hei, }, style:{ lineWidth:2, stroke:'black' } }, { type:'line', z:-1, cursor:6, shape:{ x1:wid, y1:hei/8+hei/8, x2:wid, y2:(hei/8)*7, }, style:{ lineWidth:2, stroke:'black' } }, { type:'line', z:-1, cursor:6, shape:{ x1:wid/8, y1:hei/8, x2:(wid/8)*7, y2:hei/8, }, style:{ lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:6, shape:{ x1:0, y1:hei/8+hei/8, x2:wid/8, y2:hei/8, cpx1:0, cpy1:hei/8 }, style:{ fill:BGBOX[6], lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:6, shape:{ x1:(wid/8)*7, y1:hei/8, x2:wid, y2:hei/8+hei/8, cpx1:wid, cpy1:hei/8 }, style:{ fill:BGBOX[6], lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:6, shape:{ x1:(wid/8)*7, y1:hei, x2:wid, y2:(hei/8)*7, cpx1:wid, cpy1:hei }, style:{ fill:BGBOX[6], lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:6, shape:{ x1:0, y1:(hei/8)*7, x2:wid/8, y2:hei, cpx1:0, cpy1:hei }, style:{ fill:BGBOX[6], lineWidth:2, stroke:'black' } }, { type:'image', cursor:6, style:{ image:IMGSRC[6], x:MYX[6], y:60+hei/8, width:RELIMGWIDTH[6], height:RELIMGHEIGHT[6] } }, { type:'text', cursor:0, style:{ text:DESARR[6], x:wid/12, y:70+RELIMGHEIGHT[6]+hei/8, width:wid, height:hei-70-RELIMGHEIGHT[6]-hei/8, textAlign:'left', fontSize:14, fill:'#ec1224', fontWeight:'300', fontFamily:'FangSong' } } ], cursor:6, onclick:function(params){ if(ISWEB==0){ if(params.target.style.fill!='white'){ external.BrowsePatent(PNNUM[params.target.cursor]); } } else window.open('http://www.patentics.cn/invokexml.do?&sf=ShowPatent&spn='+PNNUM[params.target.cursor]+'&sv='+MD5[params.target.cursor]); } }, ] }); myChart8.setOption({ animation:ani, title: { top:hei/8, itemGap:3, text: PNNUM[7], subtext:TITLE[7], x: "center", textStyle:{ fontSize:14, fontWeight:'bold', color:'black' }, subtextStyle:{ fontSize:14, fontWeight:'normal', color:'black' } }, graphic:[ { type:'group', children:[ { type:'rect', cursor:7, invisible:false, shape:{ x:0, y:0, width:wid, height:hei/8-8 }, style:{ fill:MYFILL[7], } }, { type:'text', cursor:7, invisible:false, style:{ text:SUBTITLE[7], x:wid/2, y:hei/20, width:wid, height:hei/8, textAlign:'center', textVerticalAlign:'middle', fontSize:14, fill:'white' } }, { type:'polygon', z:-1, cursor:7, shape:{ points:[[wid/8,hei/8],[(wid/8)*7,hei/8],[wid,hei/8+hei/8],[wid,(hei/8)*7],[(wid/8)*7,hei],[wid/8,hei],[0,(hei/8)*7],[0,hei/8+hei/8]], smooth:0, }, style:{ fill:BGBOX[7], } }, { type:'line', z:-1, cursor:7, shape:{ x1:0, y1:(hei/8)*7, x2:0, y2:hei/8+hei/8, }, style:{ lineWidth:2, stroke:'black' } }, { type:'line', z:-1, cursor:7, shape:{ x1:(wid/8)*7, y1:hei, x2:wid/8, y2:hei, }, style:{ lineWidth:2, stroke:'black' } }, { type:'line', z:-1, cursor:7, shape:{ x1:wid, y1:hei/8+hei/8, x2:wid, y2:(hei/8)*7, }, style:{ lineWidth:2, stroke:'black' } }, { type:'line', z:-1, cursor:7, shape:{ x1:wid/8, y1:hei/8, x2:(wid/8)*7, y2:hei/8, }, style:{ lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:7, shape:{ x1:0, y1:hei/8+hei/8, x2:wid/8, y2:hei/8, cpx1:0, cpy1:hei/8 }, style:{ fill:BGBOX[7], lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:7, shape:{ x1:(wid/8)*7, y1:hei/8, x2:wid, y2:hei/8+hei/8, cpx1:wid, cpy1:hei/8 }, style:{ fill:BGBOX[7], lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:7, shape:{ x1:(wid/8)*7, y1:hei, x2:wid, y2:(hei/8)*7, cpx1:wid, cpy1:hei }, style:{ fill:BGBOX[7], lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:7, shape:{ x1:0, y1:(hei/8)*7, x2:wid/8, y2:hei, cpx1:0, cpy1:hei }, style:{ fill:BGBOX[7], lineWidth:2, stroke:'black' } }, { type:'image', cursor:7, style:{ image:IMGSRC[7], x:MYX[7], y:60+hei/8, width:RELIMGWIDTH[7], height:RELIMGHEIGHT[7] } }, { type:'text', cursor:7, style:{ text:DESARR[7], x:wid/12, y:70+RELIMGHEIGHT[7]+hei/8, width:wid, height:hei-70-RELIMGHEIGHT[7]-hei/8, textAlign:'left', fontSize:14, fill:'#ec1224', fontWeight:'300', fontFamily:'FangSong' } } ], cursor:7, onclick:function(params){ if(ISWEB==0){ if(params.target.style.fill!='white'){ external.BrowsePatent(PNNUM[params.target.cursor]); } } else window.open('http://www.patentics.cn/invokexml.do?&sf=ShowPatent&spn='+PNNUM[params.target.cursor]+'&sv='+MD5[params.target.cursor]); } }, ] }); } showChart(); }) var PNNUM = []; var SUBTITLEO = []; var DESARRO = []; var INNERNUM = []; var TITLE = []; var TITLEO = []; var SUBTITLE = []; var DESARR = []; var IMGSRC = []; var IMGWIDTH = []; var BGBOX = []; var IMGHEIGHT = []; var MYFILL = []; var MD5 = []; var dataLength = DATA.length; if(typeof TextP=='undefined'||TextP==''){ var MYTEXT = [[],[],[],[],[],[]]; }else{ var MYTEXT = TextP.split('&&'); for(var i = 0;inum){ var w = DESARRHO[i].substring(num-1,num); if(DESARRHO[i].indexOf('\n')!=-1&&DESARRHO[i].substring(0,DESARRHO[i].indexOf('\n')).length=7){ wid=cwidth*0.25; hei = cheight*0.5; $('#charts'+i).css("height",cheight*0.5); $('#charts'+i).css("width",cwidth*0.25); $('#container'+i).css('marginLeft','4%'); // } } var MYX = []; var RELIMGWIDTH = []; var RELIMGHEIGHT = []; for(var i = 0;i=wid*0.8&&IMGHEIGHT[i]>=wid*0.8)||(IMGWIDTH[i]<=wid*0.8&&IMGHEIGHT[i]<=wid*0.8)){ if(IMGWIDTH[i]>=IMGHEIGHT[i]){ RELIMGWIDTH.push(wid*0.8); RELIMGHEIGHT.push((IMGHEIGHT[i]*wid*0.8)/IMGWIDTH[i]); MYX.push(wid*0.1); }else{ RELIMGHEIGHT.push(wid*0.6); RELIMGWIDTH.push((IMGWIDTH[i]*wid*0.6)/IMGHEIGHT[i]); MYX.push((wid-(IMGWIDTH[i]*wid*0.6)/IMGHEIGHT[i])/2); } }else if(IMGWIDTH[i]>=wid*0.8&&IMGHEIGHT[i]<=wid*0.8){ RELIMGWIDTH.push(wid*0.8); RELIMGHEIGHT.push(IMGHEIGHT[i]*wid*0.8/IMGWIDTH[i]); MYX.push(wid*0.1); }else if(IMGHEIGHT[i]>=wid*0.8&&IMGWIDTH[i]<=wid*0.8){ RELIMGHEIGHT.push(wid*0.6); RELIMGWIDTH.push(IMGWIDTH[i]*wid*0.6/IMGHEIGHT[i]); MYX.push((wid-IMGWIDTH[i]*wid*0.6/IMGHEIGHT[i])/2); } } function hslToRgb(h, s, l){ var r, g, b; if(s == 0){ r = g = b = l; // achromatic }else{ var hue2rgb = function hue2rgb(p, q, t){ if(t < 0) t += 1; if(t > 1) t -= 1; if(t < 1/6) return p + (q - p) * 6 * t; if(t < 1/2) return q; if(t < 2/3) return p + (q - p) * (2/3 - t) * 6; return p; } var q = l < 0.5 ? l * (1 + s) : l + s - l * s; var p = 2 * l - q; r = hue2rgb(p, q, h + 1/3); g = hue2rgb(p, q, h); b = hue2rgb(p, q, h - 1/3); } return 'rgb('+Math.round(r * 255)+','+Math.round(g * 255)+','+Math.round(b * 255)+')'; } function showChart() { // $('#chartsTitle')[0].innerHTML = title; // $('#chartsTitle1')[0].innerHTML = subtitle; myChart1 = echarts.init(document.getElementById('charts1'),c_nTheme); myChart2 = echarts.init(document.getElementById('charts2'),c_nTheme); myChart3 = echarts.init(document.getElementById('charts3'),c_nTheme); myChart4 = echarts.init(document.getElementById('charts4'),c_nTheme); myChart5 = echarts.init(document.getElementById('charts5'),c_nTheme); myChart6 = echarts.init(document.getElementById('charts6'),c_nTheme); myChart7 = echarts.init(document.getElementById('charts7'),c_nTheme); myChart8 = echarts.init(document.getElementById('charts8'),c_nTheme); var option1 = { animation:ani, title: { top:hei/8, itemGap:3, text: PNNUM[0], subtext:TITLE[0], x: "center", textStyle:{ fontSize:14, fontWeight:'bold', color:'black' }, subtextStyle:{ fontSize:14, fontWeight:'normal', color:'black' } }, graphic:[ { type:'group', children:[ { type:'rect', cursor:0, invisible:false, shape:{ x:0, y:0, width:wid, height:hei/8-8 }, style:{ fill:MYFILL[0], } }, { type:'text', cursor:0, invisible:false, style:{ text:SUBTITLE[0], x:wid/2, y:hei/20, width:wid, height:hei/8, textAlign:'center', textVerticalAlign:'middle', fontSize:14, fill:'white' } }, { type:'polygon', z:-1, cursor:0, shape:{ points:[[wid/8,hei/8],[(wid/8)*7,hei/8],[wid,hei/8+hei/8],[wid,(hei/8)*7],[(wid/8)*7,hei],[wid/8,hei],[0,(hei/8)*7],[0,hei/8+hei/8]], smooth:0, }, style:{ fill:BGBOX[0], } }, { type:'line', z:-1, cursor:0, shape:{ x1:0, y1:(hei/8)*7, x2:0, y2:hei/8+hei/8, }, style:{ lineWidth:2, stroke:'black' } }, { type:'line', z:-1, cursor:0, shape:{ x1:(wid/8)*7, y1:hei, x2:wid/8, y2:hei, }, style:{ lineWidth:2, stroke:'black' } }, { type:'line', z:-1, cursor:0, shape:{ x1:wid, y1:hei/8+hei/8, x2:wid, y2:(hei/8)*7, }, style:{ lineWidth:2, stroke:'black' } }, { type:'line', z:-1, cursor:0, shape:{ x1:wid/8, y1:hei/8, x2:(wid/8)*7, y2:hei/8, }, style:{ lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:0, shape:{ x1:0, y1:hei/8+hei/8, x2:wid/8, y2:hei/8, cpx1:0, cpy1:hei/8 }, style:{ fill:BGBOX[0], lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:0, shape:{ x1:(wid/8)*7, y1:hei/8, x2:wid, y2:hei/8+hei/8, cpx1:wid, cpy1:hei/8 }, style:{ fill:BGBOX[0], lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:0, shape:{ x1:(wid/8)*7, y1:hei, x2:wid, y2:(hei/8)*7, cpx1:wid, cpy1:hei }, style:{ fill:BGBOX[0], lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:0, shape:{ x1:0, y1:(hei/8)*7, x2:wid/8, y2:hei, cpx1:0, cpy1:hei }, style:{ fill:BGBOX[0], lineWidth:2, stroke:'black' } }, { type:'image', cursor:0, style:{ image:IMGSRC[0], x:MYX[0], y:60+hei/8, width:RELIMGWIDTH[0], height:RELIMGHEIGHT[0] } }, { type:'text', cursor:0, style:{ text:DESARR[0], x:wid/12, y:70+RELIMGHEIGHT[0]+hei/8, width:wid, height:hei-70-RELIMGHEIGHT[0]-hei/8, textAlign:'left', fontSize:14, fill:'#ec1224', fontWeight:'300', fontFamily:'FangSong' } } ], cursor:0, onclick:function(params){ if(ISWEB==0){ if(params.target.style.fill!='white'){ external.BrowsePatent(PNNUM[params.target.cursor]); } } else window.open('http://www.patentics.cn/invokexml.do?&sf=ShowPatent&spn='+PNNUM[params.target.cursor]+'&sv='+MD5[params.target.cursor]); } }, ] }; var option2 = { animation:ani, title: { top:hei/8, itemGap:3, text: PNNUM[1], subtext:TITLE[1], x: "center", textStyle:{ fontSize:14, fontWeight:'bold', color:'black' }, subtextStyle:{ fontSize:14, fontWeight:'normal', color:'black' } }, graphic:[ { type:'group', children:[ { type:'rect', cursor:1, invisible:false, shape:{ x:0, y:0, width:wid, height:hei/8-8 }, style:{ fill:MYFILL[1], } }, { type:'text', cursor:1, invisible:false, style:{ text:SUBTITLE[1], x:wid/2, y:hei/20, width:wid, height:hei/8, textAlign:'center', textVerticalAlign:'middle', fontSize:14, fill:'white' } }, { type:'polygon', z:-1, cursor:1, shape:{ points:[[wid/8,hei/8],[(wid/8)*7,hei/8],[wid,hei/8+hei/8],[wid,(hei/8)*7],[(wid/8)*7,hei],[wid/8,hei],[0,(hei/8)*7],[0,hei/8+hei/8]], smooth:0, }, style:{ fill:BGBOX[1], } }, { type:'line', z:-1, cursor:1, shape:{ x1:0, y1:(hei/8)*7, x2:0, y2:hei/8+hei/8, }, style:{ lineWidth:2, stroke:'black' } }, { type:'line', z:-1, cursor:1, shape:{ x1:(wid/8)*7, y1:hei, x2:wid/8, y2:hei, }, style:{ lineWidth:2, stroke:'black' } }, { type:'line', z:-1, cursor:1, shape:{ x1:wid, y1:hei/8+hei/8, x2:wid, y2:(hei/8)*7, }, style:{ lineWidth:2, stroke:'black' } }, { type:'line', z:-1, cursor:1, shape:{ x1:wid/8, y1:hei/8, x2:(wid/8)*7, y2:hei/8, }, style:{ lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:1, shape:{ x1:0, y1:hei/8+hei/8, x2:wid/8, y2:hei/8, cpx1:0, cpy1:hei/8 }, style:{ fill:BGBOX[1], lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:1, shape:{ x1:(wid/8)*7, y1:hei/8, x2:wid, y2:hei/8+hei/8, cpx1:wid, cpy1:hei/8 }, style:{ fill:BGBOX[1], lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:1, shape:{ x1:(wid/8)*7, y1:hei, x2:wid, y2:(hei/8)*7, cpx1:wid, cpy1:hei }, style:{ fill:BGBOX[1], lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:1, shape:{ x1:0, y1:(hei/8)*7, x2:wid/8, y2:hei, cpx1:0, cpy1:hei }, style:{ fill:BGBOX[1], lineWidth:2, stroke:'black' } }, { type:'image', cursor:1, style:{ image:IMGSRC[1], x:MYX[1], y:60+hei/8, width:RELIMGWIDTH[1], height:RELIMGHEIGHT[1] } }, { type:'text', cursor:1, style:{ text:DESARR[1], x:wid/12, y:70+RELIMGHEIGHT[1]+hei/8, width:wid, height:hei-70-RELIMGHEIGHT[1]-hei/8, textAlign:'left', fontSize:14, fill:'#ec1224', fontWeight:'300', fontFamily:'FangSong' } } ], cursor:1, onclick:function(params){ if(ISWEB==0){ if(params.target.style.fill!='white'){ external.BrowsePatent(PNNUM[params.target.cursor]); } } else window.open('http://www.patentics.cn/invokexml.do?&sf=ShowPatent&spn='+PNNUM[params.target.cursor]+'&sv='+MD5[params.target.cursor]); } }, ] }; var option3 = { animation:ani, title: { top:hei/8, itemGap:3, text: PNNUM[2], subtext:TITLE[2], x: "center", textStyle:{ fontSize:14, fontWeight:'bold', color:'black' }, subtextStyle:{ fontSize:14, fontWeight:'normal', color:'black' } }, graphic:[ { type:'group', children:[ { type:'rect', cursor:2, invisible:false, shape:{ x:0, y:0, width:wid, height:hei/8-8 }, style:{ fill:MYFILL[2], } }, { type:'text', cursor:2, invisible:false, style:{ text:SUBTITLE[2], x:wid/2, y:hei/20, width:wid, height:hei/8, textAlign:'center', textVerticalAlign:'middle', fontSize:14, fill:'white' } }, { type:'polygon', z:-1, cursor:2, shape:{ points:[[wid/8,hei/8],[(wid/8)*7,hei/8],[wid,hei/8+hei/8],[wid,(hei/8)*7],[(wid/8)*7,hei],[wid/8,hei],[0,(hei/8)*7],[0,hei/8+hei/8]], smooth:0, }, style:{ fill:BGBOX[2], } }, { type:'line', z:-1, cursor:2, shape:{ x1:0, y1:(hei/8)*7, x2:0, y2:hei/8+hei/8, }, style:{ lineWidth:2, stroke:'black' } }, { type:'line', z:-1, cursor:2, shape:{ x1:(wid/8)*7, y1:hei, x2:wid/8, y2:hei, }, style:{ lineWidth:2, stroke:'black' } }, { type:'line', z:-1, cursor:2, shape:{ x1:wid, y1:hei/8+hei/8, x2:wid, y2:(hei/8)*7, }, style:{ lineWidth:2, stroke:'black' } }, { type:'line', z:-1, cursor:2, shape:{ x1:wid/8, y1:hei/8, x2:(wid/8)*7, y2:hei/8, }, style:{ lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:2, shape:{ x1:0, y1:hei/8+hei/8, x2:wid/8, y2:hei/8, cpx1:0, cpy1:hei/8 }, style:{ fill:BGBOX[2], lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:2, shape:{ x1:(wid/8)*7, y1:hei/8, x2:wid, y2:hei/8+hei/8, cpx1:wid, cpy1:hei/8 }, style:{ fill:BGBOX[2], lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:2, shape:{ x1:(wid/8)*7, y1:hei, x2:wid, y2:(hei/8)*7, cpx1:wid, cpy1:hei }, style:{ fill:BGBOX[2], lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:2, shape:{ x1:0, y1:(hei/8)*7, x2:wid/8, y2:hei, cpx1:0, cpy1:hei }, style:{ fill:BGBOX[2], lineWidth:2, stroke:'black' } }, { type:'image', cursor:2, style:{ image:IMGSRC[2], x:MYX[2], y:60+hei/8, width:RELIMGWIDTH[2], height:RELIMGHEIGHT[2] } }, { type:'text', cursor:2, style:{ text:DESARR[2], x:wid/12, y:70+RELIMGHEIGHT[2]+hei/8, width:wid, height:hei-70-RELIMGHEIGHT[2]-hei/8, textAlign:'left', fontSize:14, fill:'#ec1224', fontWeight:'300', fontFamily:'FangSong' } } ], cursor:2, onclick:function(params){ if(ISWEB==0){ if(params.target.style.fill!='white'){ external.BrowsePatent(PNNUM[params.target.cursor]); } } else window.open('http://www.patentics.cn/invokexml.do?&sf=ShowPatent&spn='+PNNUM[params.target.cursor]+'&sv='+MD5[params.target.cursor]); } }, ] }; var option4 = { animation:ani, title: { top:hei/8, itemGap:3, text: PNNUM[3], subtext:TITLE[3], x: "center", textStyle:{ fontSize:14, fontWeight:'bold', color:'black' }, subtextStyle:{ fontSize:14, fontWeight:'normal', color:'black' } }, graphic:[ { type:'group', children:[ { type:'rect', cursor:3, invisible:false, shape:{ x:0, y:0, width:wid, height:hei/8-8 }, style:{ fill:MYFILL[3], } }, { type:'text', cursor:3, invisible:false, style:{ text:SUBTITLE[3], x:wid/2, y:hei/20, width:wid, height:hei/8, textAlign:'center', textVerticalAlign:'middle', fontSize:14, fill:'white' } }, { type:'polygon', z:-1, cursor:3, shape:{ points:[[wid/8,hei/8],[(wid/8)*7,hei/8],[wid,hei/8+hei/8],[wid,(hei/8)*7],[(wid/8)*7,hei],[wid/8,hei],[0,(hei/8)*7],[0,hei/8+hei/8]], smooth:0, }, style:{ fill:BGBOX[3], } }, { type:'line', z:-1, cursor:3, shape:{ x1:0, y1:(hei/8)*7, x2:0, y2:hei/8+hei/8, }, style:{ lineWidth:2, stroke:'black' } }, { type:'line', z:-1, cursor:3, shape:{ x1:(wid/8)*7, y1:hei, x2:wid/8, y2:hei, }, style:{ lineWidth:2, stroke:'black' } }, { type:'line', z:-1, cursor:3, shape:{ x1:wid, y1:hei/8+hei/8, x2:wid, y2:(hei/8)*7, }, style:{ lineWidth:2, stroke:'black' } }, { type:'line', z:-1, cursor:3, shape:{ x1:wid/8, y1:hei/8, x2:(wid/8)*7, y2:hei/8, }, style:{ lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:3, shape:{ x1:0, y1:hei/8+hei/8, x2:wid/8, y2:hei/8, cpx1:0, cpy1:hei/8 }, style:{ fill:BGBOX[3], lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:3, shape:{ x1:(wid/8)*7, y1:hei/8, x2:wid, y2:hei/8+hei/8, cpx1:wid, cpy1:hei/8 }, style:{ fill:BGBOX[3], lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:3, shape:{ x1:(wid/8)*7, y1:hei, x2:wid, y2:(hei/8)*7, cpx1:wid, cpy1:hei }, style:{ fill:BGBOX[3], lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:3, shape:{ x1:0, y1:(hei/8)*7, x2:wid/8, y2:hei, cpx1:0, cpy1:hei }, style:{ fill:BGBOX[3], lineWidth:2, stroke:'black' } }, { type:'image', cursor:3, style:{ image:IMGSRC[3], x:MYX[3], y:60+hei/8, width:RELIMGWIDTH[3], height:RELIMGHEIGHT[3] } }, { type:'text', cursor:3, style:{ text:DESARR[3], x:wid/12, y:70+RELIMGHEIGHT[3]+hei/8, width:wid, height:hei-70-RELIMGHEIGHT[3]-hei/8, textAlign:'left', fontSize:14, fill:'#ec1224', fontWeight:'300', fontFamily:'FangSong' } } ], cursor:3, onclick:function(params){ if(ISWEB==0){ if(params.target.style.fill!='white'){ external.BrowsePatent(PNNUM[params.target.cursor]); } } else window.open('http://www.patentics.cn/invokexml.do?&sf=ShowPatent&spn='+PNNUM[params.target.cursor]+'&sv='+MD5[params.target.cursor]); } }, ] }; var option5 = { animation:ani, title: { top:hei/8, itemGap:3, text: PNNUM[4], subtext:TITLE[4], x: "center", textStyle:{ fontSize:14, fontWeight:'bold', color:'black' }, subtextStyle:{ fontSize:14, fontWeight:'normal', color:'black' } }, graphic:[ { type:'group', children:[ { type:'rect', cursor:4, invisible:false, shape:{ x:0, y:0, width:wid, height:hei/8-8 }, style:{ fill:MYFILL[4], } }, { type:'text', cursor:4, invisible:false, style:{ text:SUBTITLE[4], x:wid/2, y:hei/20, width:wid, height:hei/8, textAlign:'center', textVerticalAlign:'middle', fontSize:14, fill:'white' } }, { type:'polygon', z:-1, cursor:4, shape:{ points:[[wid/8,hei/8],[(wid/8)*7,hei/8],[wid,hei/8+hei/8],[wid,(hei/8)*7],[(wid/8)*7,hei],[wid/8,hei],[0,(hei/8)*7],[0,hei/8+hei/8]], smooth:0, }, style:{ fill:BGBOX[4], } }, { type:'line', z:-1, cursor:4, shape:{ x1:0, y1:(hei/8)*7, x2:0, y2:hei/8+hei/8, }, style:{ lineWidth:2, stroke:'black' } }, { type:'line', z:-1, cursor:4, shape:{ x1:(wid/8)*7, y1:hei, x2:wid/8, y2:hei, }, style:{ lineWidth:2, stroke:'black' } }, { type:'line', z:-1, cursor:4, shape:{ x1:wid, y1:hei/8+hei/8, x2:wid, y2:(hei/8)*7, }, style:{ lineWidth:2, stroke:'black' } }, { type:'line', z:-1, cursor:4, shape:{ x1:wid/8, y1:hei/8, x2:(wid/8)*7, y2:hei/8, }, style:{ lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:4, shape:{ x1:0, y1:hei/8+hei/8, x2:wid/8, y2:hei/8, cpx1:0, cpy1:hei/8 }, style:{ fill:BGBOX[4], lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:4, shape:{ x1:(wid/8)*7, y1:hei/8, x2:wid, y2:hei/8+hei/8, cpx1:wid, cpy1:hei/8 }, style:{ fill:BGBOX[4], lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:4, shape:{ x1:(wid/8)*7, y1:hei, x2:wid, y2:(hei/8)*7, cpx1:wid, cpy1:hei }, style:{ fill:BGBOX[4], lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:4, shape:{ x1:0, y1:(hei/8)*7, x2:wid/8, y2:hei, cpx1:0, cpy1:hei }, style:{ fill:BGBOX[4], lineWidth:2, stroke:'black' } }, { type:'image', cursor:4, style:{ image:IMGSRC[4], x:MYX[4], y:60+hei/8, width:RELIMGWIDTH[4], height:RELIMGHEIGHT[4] } }, { type:'text', cursor:4, style:{ text:DESARR[4], x:wid/12, y:70+RELIMGHEIGHT[4]+hei/8, width:wid, height:hei-70-RELIMGHEIGHT[4]-hei/8, textAlign:'left', fontSize:14, fill:'#ec1224', fontWeight:'300', fontFamily:'FangSong' } } ], cursor:4, onclick:function(params){ if(ISWEB==0){ if(params.target.style.fill!='white'){ external.BrowsePatent(PNNUM[params.target.cursor]); } } else window.open('http://www.patentics.cn/invokexml.do?&sf=ShowPatent&spn='+PNNUM[params.target.cursor]+'&sv='+MD5[params.target.cursor]); } }, ] }; var option6 = { animation:ani, title: { top:hei/8, itemGap:3, text: PNNUM[5], subtext:TITLE[5], x: "center", textStyle:{ fontSize:14, fontWeight:'bold', color:'black' }, subtextStyle:{ fontSize:14, fontWeight:'normal', color:'black' } }, graphic:[ { type:'group', children:[ { type:'rect', cursor:5, invisible:false, shape:{ x:0, y:0, width:wid, height:hei/8-8 }, style:{ fill:MYFILL[5], } }, { type:'text', cursor:5, invisible:false, style:{ text:SUBTITLE[5], x:wid/2, y:hei/20, width:wid, height:hei/8, textAlign:'center', textVerticalAlign:'middle', fontSize:14, fill:'white' } }, { type:'polygon', z:-1, cursor:5, shape:{ points:[[wid/8,hei/8],[(wid/8)*7,hei/8],[wid,hei/8+hei/8],[wid,(hei/8)*7],[(wid/8)*7,hei],[wid/8,hei],[0,(hei/8)*7],[0,hei/8+hei/8]], smooth:0, }, style:{ fill:BGBOX[5], } }, { type:'line', z:-1, cursor:5, shape:{ x1:0, y1:(hei/8)*7, x2:0, y2:hei/8+hei/8, }, style:{ lineWidth:2, stroke:'black' } }, { type:'line', z:-1, cursor:5, shape:{ x1:(wid/8)*7, y1:hei, x2:wid/8, y2:hei, }, style:{ lineWidth:2, stroke:'black' } }, { type:'line', z:-1, cursor:5, shape:{ x1:wid, y1:hei/8+hei/8, x2:wid, y2:(hei/8)*7, }, style:{ lineWidth:2, stroke:'black' } }, { type:'line', z:-1, cursor:5, shape:{ x1:wid/8, y1:hei/8, x2:(wid/8)*7, y2:hei/8, }, style:{ lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:5, shape:{ x1:0, y1:hei/8+hei/8, x2:wid/8, y2:hei/8, cpx1:0, cpy1:hei/8 }, style:{ fill:BGBOX[5], lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:5, shape:{ x1:(wid/8)*7, y1:hei/8, x2:wid, y2:hei/8+hei/8, cpx1:wid, cpy1:hei/8 }, style:{ fill:BGBOX[5], lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:5, shape:{ x1:(wid/8)*7, y1:hei, x2:wid, y2:(hei/8)*7, cpx1:wid, cpy1:hei }, style:{ fill:BGBOX[5], lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:5, shape:{ x1:0, y1:(hei/8)*7, x2:wid/8, y2:hei, cpx1:0, cpy1:hei }, style:{ fill:BGBOX[5], lineWidth:2, stroke:'black' } }, { type:'image', cursor:5, style:{ image:IMGSRC[5], x:MYX[5], y:60+hei/8, width:RELIMGWIDTH[5], height:RELIMGHEIGHT[5] } }, { type:'text', cursor:5, style:{ text:DESARR[5], x:wid/12, y:70+RELIMGHEIGHT[5]+hei/8, width:wid, height:hei-70-RELIMGHEIGHT[5]-hei/8, textAlign:'left', fontSize:14, fill:'#ec1224', fontWeight:'300', fontFamily:'FangSong' } } ], cursor:5, onclick:function(params){ if(ISWEB==0){ if(params.target.style.fill!='white'){ external.BrowsePatent(PNNUM[params.target.cursor]); } } else window.open('http://www.patentics.cn/invokexml.do?&sf=ShowPatent&spn='+PNNUM[params.target.cursor]+'&sv='+MD5[params.target.cursor]); } }, ] }; var option7 = { animation:ani, title: { top:hei/8, itemGap:3, text: PNNUM[6], subtext:TITLE[6], x: "center", textStyle:{ fontSize:14, fontWeight:'bold', color:'black' }, subtextStyle:{ fontSize:14, fontWeight:'normal', color:'black' } }, graphic:[ { type:'group', children:[ { type:'rect', cursor:6, invisible:false, shape:{ x:0, y:0, width:wid, height:hei/8-8 }, style:{ fill:MYFILL[6], } }, { type:'text', cursor:6, invisible:false, style:{ text:SUBTITLE[6], x:wid/2, y:hei/20, width:wid, height:hei/8, textAlign:'center', textVerticalAlign:'middle', fontSize:14, fill:'white' } }, { type:'polygon', z:-1, cursor:6, shape:{ points:[[wid/8,hei/8],[(wid/8)*7,hei/8],[wid,hei/8+hei/8],[wid,(hei/8)*7],[(wid/8)*7,hei],[wid/8,hei],[0,(hei/8)*7],[0,hei/8+hei/8]], smooth:0, }, style:{ fill:BGBOX[6], } }, { type:'line', z:-1, cursor:6, shape:{ x1:0, y1:(hei/8)*7, x2:0, y2:hei/8+hei/8, }, style:{ lineWidth:2, stroke:'black' } }, { type:'line', z:-1, cursor:6, shape:{ x1:(wid/8)*7, y1:hei, x2:wid/8, y2:hei, }, style:{ lineWidth:2, stroke:'black' } }, { type:'line', z:-1, cursor:6, shape:{ x1:wid, y1:hei/8+hei/8, x2:wid, y2:(hei/8)*7, }, style:{ lineWidth:2, stroke:'black' } }, { type:'line', z:-1, cursor:6, shape:{ x1:wid/8, y1:hei/8, x2:(wid/8)*7, y2:hei/8, }, style:{ lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:6, shape:{ x1:0, y1:hei/8+hei/8, x2:wid/8, y2:hei/8, cpx1:0, cpy1:hei/8 }, style:{ fill:BGBOX[6], lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:6, shape:{ x1:(wid/8)*7, y1:hei/8, x2:wid, y2:hei/8+hei/8, cpx1:wid, cpy1:hei/8 }, style:{ fill:BGBOX[6], lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:6, shape:{ x1:(wid/8)*7, y1:hei, x2:wid, y2:(hei/8)*7, cpx1:wid, cpy1:hei }, style:{ fill:BGBOX[6], lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:6, shape:{ x1:0, y1:(hei/8)*7, x2:wid/8, y2:hei, cpx1:0, cpy1:hei }, style:{ fill:BGBOX[6], lineWidth:2, stroke:'black' } }, { type:'image', cursor:6, style:{ image:IMGSRC[6], x:MYX[6], y:60+hei/8, width:RELIMGWIDTH[6], height:RELIMGHEIGHT[6] } }, { type:'text', cursor:0, style:{ text:DESARR[6], x:wid/12, y:70+RELIMGHEIGHT[6]+hei/8, width:wid, height:hei-70-RELIMGHEIGHT[6]-hei/8, textAlign:'left', fontSize:14, fill:'#ec1224', fontWeight:'300', fontFamily:'FangSong' } } ], cursor:6, onclick:function(params){ if(ISWEB==0){ if(params.target.style.fill!='white'){ external.BrowsePatent(PNNUM[params.target.cursor]); } } else window.open('http://www.patentics.cn/invokexml.do?&sf=ShowPatent&spn='+PNNUM[params.target.cursor]+'&sv='+MD5[params.target.cursor]); } }, ] }; var option8 = { animation:ani, title: { top:hei/8, itemGap:3, text: PNNUM[7], subtext:TITLE[7], x: "center", textStyle:{ fontSize:14, fontWeight:'bold', color:'black' }, subtextStyle:{ fontSize:14, fontWeight:'normal', color:'black' } }, graphic:[ { type:'group', children:[ { type:'rect', cursor:7, invisible:false, shape:{ x:0, y:0, width:wid, height:hei/8-8 }, style:{ fill:MYFILL[7], } }, { type:'text', cursor:7, invisible:false, style:{ text:SUBTITLE[7], x:wid/2, y:hei/20, width:wid, height:hei/8, textAlign:'center', textVerticalAlign:'middle', fontSize:14, fill:'white' } }, { type:'polygon', z:-1, cursor:7, shape:{ points:[[wid/8,hei/8],[(wid/8)*7,hei/8],[wid,hei/8+hei/8],[wid,(hei/8)*7],[(wid/8)*7,hei],[wid/8,hei],[0,(hei/8)*7],[0,hei/8+hei/8]], smooth:0, }, style:{ fill:BGBOX[7], } }, { type:'line', z:-1, cursor:7, shape:{ x1:0, y1:(hei/8)*7, x2:0, y2:hei/8+hei/8, }, style:{ lineWidth:2, stroke:'black' } }, { type:'line', z:-1, cursor:7, shape:{ x1:(wid/8)*7, y1:hei, x2:wid/8, y2:hei, }, style:{ lineWidth:2, stroke:'black' } }, { type:'line', z:-1, cursor:7, shape:{ x1:wid, y1:hei/8+hei/8, x2:wid, y2:(hei/8)*7, }, style:{ lineWidth:2, stroke:'black' } }, { type:'line', z:-1, cursor:7, shape:{ x1:wid/8, y1:hei/8, x2:(wid/8)*7, y2:hei/8, }, style:{ lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:7, shape:{ x1:0, y1:hei/8+hei/8, x2:wid/8, y2:hei/8, cpx1:0, cpy1:hei/8 }, style:{ fill:BGBOX[7], lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:7, shape:{ x1:(wid/8)*7, y1:hei/8, x2:wid, y2:hei/8+hei/8, cpx1:wid, cpy1:hei/8 }, style:{ fill:BGBOX[7], lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:7, shape:{ x1:(wid/8)*7, y1:hei, x2:wid, y2:(hei/8)*7, cpx1:wid, cpy1:hei }, style:{ fill:BGBOX[7], lineWidth:2, stroke:'black' } }, { type:'bezierCurve', z:-1, cursor:7, shape:{ x1:0, y1:(hei/8)*7, x2:wid/8, y2:hei, cpx1:0, cpy1:hei }, style:{ fill:BGBOX[7], lineWidth:2, stroke:'black' } }, { type:'image', cursor:7, style:{ image:IMGSRC[7], x:MYX[7], y:60+hei/8, width:RELIMGWIDTH[7], height:RELIMGHEIGHT[7] } }, { type:'text', cursor:7, style:{ text:DESARR[7], x:wid/12, y:70+RELIMGHEIGHT[7]+hei/8, width:wid, height:hei-70-RELIMGHEIGHT[7]-hei/8, textAlign:'left', fontSize:14, fill:'#ec1224', fontWeight:'300', fontFamily:'FangSong' } } ], cursor:7, onclick:function(params){ if(ISWEB==0){ if(params.target.style.fill!='white'){ external.BrowsePatent(PNNUM[params.target.cursor]); } } else window.open('http://www.patentics.cn/invokexml.do?&sf=ShowPatent&spn='+PNNUM[params.target.cursor]+'&sv='+MD5[params.target.cursor]); } }, ] }; myChart1.setOption(option1); myChart2.setOption(option2); myChart3.setOption(option3); myChart4.setOption(option4); myChart5.setOption(option5); myChart6.setOption(option6); myChart7.setOption(option7); myChart8.setOption(option8); }