$(function(){ if(data.length==1){ $('#btn_sel').hide(); } MODALNUM = CARR.length - (data[0][0].split(':').length-2); if(MODALNUM>=1){ for(var i = 0;i=2){ for(var i = 0;i=3){ for(var i = 0;i=4){ for(var i = 0;i=5){ for(var i = 0;i' + '
' +(i+1)+ '
'; }else{ html1 += '
' +(i+1)+ '
'; } } $('#btn_cnt')[0].innerHTML = html1; $('#btn_cnt div').click(function(){ var ss = this.innerHTML; if(ss=='全部') ss = 0; INPUTNUM = parseInt(ss); $('#btn_cnt').hide(); $('#btn_sel')[0].innerHTML = this.innerHTML; }).mouseenter(function(){ $(this).css('color','white'); $(this).css('background','#3098fe'); }).mouseleave(function(){ $(this).css('background','white'); $(this).css('color','black'); }) var html = ''; for(var i = 0;i'; } $('#modalb0')[0].innerHTML = html; $('#modalb1')[0].innerHTML = html; $('#modalb2')[0].innerHTML = html; $('#mybody').click(function(){ $('#btn_cnt').hide(); $('#div6').hide(); STEP = 0; }) $('#btn_mode').mouseenter(function(){ $('#btn_mode').css('background','#1c9ab0'); $('#btn_mode').css('color','white'); }).mouseleave(function(){ $('#btn_mode').css('background','white'); $('#btn_mode').css('color','black'); }) // x轴begin $('#modalb0 div').mouseenter(function () { $(this).css('color','white'); $(this).css('background','#3098fe'); }) $('#modalb0 div').mouseleave(function () { $(this).css('background','white'); $(this).css('color','black'); }) $('#modalb0 div').click(function () { $('#modalb0').css('display','none'); XTITLE = $(this)[0].innerText.trim(); $('#fig_btn0')[0].innerHTML = XTITLE; }) // x轴end // y轴begin $('#modalb1 div').mouseenter(function () { $(this).css('color','white'); $(this).css('background','#3098fe'); }) $('#modalb1 div').mouseleave(function () { $(this).css('background','white'); $(this).css('color','black'); }) $('#modalb1 div').click(function () { $('#modalb1').css('display','none'); YTITLE = $(this)[0].innerText.trim(); $('#fig_btn1')[0].innerHTML = YTITLE; }) // y轴end // z轴begin $('#modalb2 div').mouseenter(function () { $(this).css('color','white'); $(this).css('background','#3098fe'); }) $('#modalb2 div').mouseleave(function () { $(this).css('background','white'); $(this).css('color','black'); }) $('#modalb2 div').click(function () { $('#modalb2').css('display','none'); DPARAMS = $(this)[0].innerText.trim(); $('#fig_btn2')[0].innerHTML = DPARAMS; }) // z轴end $('#fig_btn0').click(function () { $('#modalb0').toggle(); $('#modalb1').hide(); $('#modalb2').hide(); }) $('#fig_btn1').click(function () { $('#modalb1').toggle(); $('#modalb0').hide(); $('#modalb2').hide(); }) $('#fig_btn2').click(function () { $('#modalb2').toggle(); $('#modalb1').hide(); $('#modalb0').hide(); }) $('#btn_mode').click(function(){ STEP += 1; if(STEP%2 == 1){ $('#div6').show(); }else{ $('#div6').hide(); } }) $('#btn_confirm').click(function(){ for(i = 0;i=6){ MARGINLEFT = MARGINLEFT*0.33; MARGINRIGHT = MARGINRIGHT*0.33; MARGINTOP = MARGINTOP*0.5; MARGINBOTTOM = MARGINBOTTOM*0.5; $('#charts'+i).css("height",cheight*0.5); $('#charts'+i).css("width",cwidth*0.33); } } loadCharts(); window.onresize = function(){ $(".warp").css("left",document.body.clientWidth-23); $(".warp").css("top",document.body.clientHeight-25); cheight = document.documentElement.clientHeight-2; cwidth = document.documentElement.clientWidth; for(var i = 1;i<=data.length;i++){ if(data.length==1){ $('#charts'+i).css("height",cheight); $('#charts'+i).css("width",cwidth); }else if(data.length==2){ $('#charts'+i).css("height",cheight); $('#charts'+i).css("width",cwidth*0.49); }else if(data.length==3){ var mgl = (cwidth-cwidth*0.49)/2; if(i==data.length){ $('#charts'+i).css("marginLeft",mgl); } $('#charts'+i).css("height",cheight*0.5); $('#charts'+i).css("width",cwidth*0.49); }else if(data.length==4){ $('#charts'+i).css("height",cheight*0.5); $('#charts'+i).css("width",cwidth*0.49); }else if(data.length==5){ var mgl = (cwidth-cwidth*0.33*2)/3; if(i==data.length||i==data.length-1){ $('#charts'+i).css("marginLeft",mgl); } $('#charts'+i).css("height",cheight*0.5); $('#charts'+i).css("width",cwidth*0.33); }else if(data.length>=6){ $('#charts'+i).css("height",cheight*0.5); $('#charts'+i).css("width",cwidth*0.33); } } //loadCharts(); } }) //c++参数转换为js参数 var MARGINLEFT = document.documentElement.clientWidth*Number(c_szMarginLeftP.replace('%',''))*0.01; var MARGINRIGHT = document.documentElement.clientWidth*Number(c_szMarginRightP.replace('%',''))*0.01; var MARGINTOP = document.documentElement.clientHeight*Number(c_szMarginTopP.replace('%',''))*0.01; var MARGINBOTTOM = document.documentElement.clientHeight*Number(c_szMarginBottomP.replace('%',''))*0.01; if(c_bNameT=='0'){ c_bNameT = false; }else{ c_bNameT = true; } if(c_bNameL=='0'){ c_bNameL = false; }else{ c_bNameL = true; } if(c_bNameX=='0'){ c_bNameX = false; }else{ c_bNameX = true; } if(c_bNameY=='0'){ c_bNameY = false; }else{ c_bNameY = true; } //c++参数转换为js参数 //c++参数转换为js参数 //text:null(title) //enabled:true(legend) //xaxis:null(x轴) //yaxis:null(y轴) if(c_bNameT=='0'){ c_bNameT = null; }else{ c_bNameT = text[0]; } if(c_szLocationX=='start') c_szLocationX = 'low'; else if(c_szLocationX=='center') c_szLocationX = 'middle'; else if(c_szLocationX=='end') c_szLocationX = 'high'; if(c_szLocationY=='start') c_szLocationY = 'low'; else if(c_szLocationY=='center') c_szLocationY = 'middle'; else if(c_szLocationY=='end') c_szLocationY = 'high'; //c++参数转换为js参数 var ARRKEY; var ARRVALUE1,ARRVALUE2,ARRVALUE3; var COLORS = THEMECOLOR[Number(c_nTheme)]; var ISWEB = 0; if (window.location.host=="" ){ ISWEB = 0; }else if(window.location.host.indexOf('www.patentics')!=-1){ ISWEB = 1; }else{ ISWEB = 2; } var dataLength = data.length; if(typeof TextP=='undefined'||TextP==''){ var MYTEXT = [[],[],[],[],[],[]]; }else{ var MYTEXT = TextP.split('&&'); for(var i = 0;i=max){ max = parseFloat(countarr1[i][j]); } } f1.push(max/50); } for(var i = 0;i=max){ max = parseFloat(countarr2[i][j]); } } f2.push(max/50); } for(var i = 0;i=max){ max = parseFloat(countarr3[i][j]); } } f3.push(max/50); } for(var i = 0;i8) LEGENDMODE = false; ARRKEY.push([]); ARRVALUE1.push([]); ARRVALUE2.push([]); ARRVALUE3.push([]); for(var j = 0;j' + CARR[Y[0]-1] + ':' + ARRVALUE2[0][n] + '
' + CARR[Z[0]-1] + ':' + ARRVALUE3[0][n] + '
'; }, style:{ fontSize:c_nSizeP+'px' } }, plotOptions: { area: { allowPointSelect: true, cursor: 'pointer', fillOpacity: 0.1, dataLabels: { enabled: true, formatter: function(){ var n = ARRKEY[0].indexOf(this.key); var o = this.point.colorIndex; if(o==0){ return ARRVALUE1[0][n]; }else if(o==1){ return ARRVALUE2[0][n]; }else if(o==2){ return ARRVALUE3[0][n]; } }, style: { color: (Highcharts.theme && Highcharts.theme.contrastTextColor) || 'black', fontSize:fs } } } }, legend: { enabled:c_bNameL, align:c_szxalignL, layout:c_szLayoutL, verticalAlign:c_szyalignL, padding:parseInt(c_nSizeT)-20+30, itemStyle:{ color:c_szColorL, fontSize:c_nSizeL+'px', fontFamily:c_szFamilyL, fontStyle:c_szStyleL, fontWeight:c_szWeightL, } }, series: [{ name: CARR[X[0]-1], data: countarr1[0], pointPlacement:'on', events: { click: function(e){ if(MD5ARR[0][e.point.index].trim()!=''){ if(ISWEB==1){ window.open('http://www.patentics.cn/showpatent_phone.htm?sq='+MD5ARR[0][e.point.index]); } } if(ISWEB==0){ var posnum = -1; for(var i = 0;i/g,"-"); mytempename = mytempename.replace(/\|/g,"-"); mytempename = mytempename.replace(/”/g,"-"); //mytempename = mytempename.replace(/,/g,"-"); mytempename = mytempename.replace(/、/g,"-"); mytempename = mytempename.replace(/\n/g,""); mytempename = mytempename.replace(/\;/g,"-"); mytempename = mytempename.replace(/\\/g,"-"); mytempename = mytempename.replace(/\s/g,"-"); mytempename = mytempename.replace(/----/g,"-"); mytempename = mytempename.replace(/---/g,"-"); mytempename = mytempename.replace(/--/g,"-"); var isweb2url = '../'+projectName+'/'+projectName+'/'+mytempename+'/PP'+'.htm'; window.open(isweb2url); } } } }, { name: CARR[Y[0]-1], data: countarr2[0], pointPlacement: 'on', borderColor:c_szLineColorP, borderWidth:c_szLineWidthP, dashStyle:c_szLineTypeP, shadow:{ color:c_szShadowColorP, width:c_szShadowSizeP, offsetX:c_szShadowXP, offsetY:c_szShadowYP }, dataLabels: { enabled: true, //format: '{point.y}', style:{ color:c_szColorP, fontSize:c_nSizeP+'px', fontFamily:c_szFamilyP, fontStyle:c_szStyleP, fontWeight:c_szWeightP, } }, events: { click: function(e){ if(MD5ARR[0][e.point.index].trim()!=''){ if(ISWEB==1){ window.open('http://www.patentics.cn/showpatent_phone.htm?sq='+MD5ARR[0][e.point.index]); } } if(ISWEB==0){ var posnum = -1; for(var i = 0;i/g,"-"); mytempename = mytempename.replace(/\|/g,"-"); mytempename = mytempename.replace(/”/g,"-"); //mytempename = mytempename.replace(/,/g,"-"); mytempename = mytempename.replace(/、/g,"-"); mytempename = mytempename.replace(/\n/g,""); mytempename = mytempename.replace(/\;/g,"-"); mytempename = mytempename.replace(/\\/g,"-"); mytempename = mytempename.replace(/\s/g,"-"); mytempename = mytempename.replace(/----/g,"-"); mytempename = mytempename.replace(/---/g,"-"); mytempename = mytempename.replace(/--/g,"-"); var isweb2url = '../'+projectName+'/'+projectName+'/'+mytempename+'/PP'+'.htm'; window.open(isweb2url); } } } },{ name: CARR[Z[0]-1], data: countarr3[0], pointPlacement: 'on', borderColor:c_szLineColorP, borderWidth:c_szLineWidthP, dashStyle:c_szLineTypeP, shadow:{ color:c_szShadowColorP, width:c_szShadowSizeP, offsetX:c_szShadowXP, offsetY:c_szShadowYP }, dataLabels: { enabled: true, //format: '{point.y}', style:{ color:c_szColorP, fontSize:c_nSizeP+'px', fontFamily:c_szFamilyP, fontStyle:c_szStyleP, fontWeight:c_szWeightP, } }, events: { click: function(e){ if(MD5ARR[0][e.point.index].trim()!=''){ if(ISWEB==1){ window.open('http://www.patentics.cn/showpatent_phone.htm?sq='+MD5ARR[0][e.point.index]); } } if(ISWEB==0){ var posnum = -1; for(var i = 0;i/g,"-"); mytempename = mytempename.replace(/\|/g,"-"); mytempename = mytempename.replace(/”/g,"-"); //mytempename = mytempename.replace(/,/g,"-"); mytempename = mytempename.replace(/、/g,"-"); mytempename = mytempename.replace(/\n/g,""); mytempename = mytempename.replace(/\;/g,"-"); mytempename = mytempename.replace(/\\/g,"-"); mytempename = mytempename.replace(/\s/g,"-"); mytempename = mytempename.replace(/----/g,"-"); mytempename = mytempename.replace(/---/g,"-"); mytempename = mytempename.replace(/--/g,"-"); var isweb2url = '../'+projectName+'/'+projectName+'/'+mytempename+'/PP'+'.htm'; window.open(isweb2url); } } } }] }); if(data.length>=2){ if(c_bNameT=='0'){ c_bNameT = null; }else{ c_bNameT = text[1]; } pchart2 = Highcharts.chart('charts2',{ chart: { polar: true, type: 'area', margin:[MARGINTOP,MARGINRIGHT,MARGINBOTTOM,MARGINLEFT] }, exporting: { sourceWidth:document.documentElement.clientWidth, sourceHeight:document.documentElement.clientHeight }, title: { align:c_szXAlignT, verticalAlign:c_szYAlignT, text: c_bNameT, style:{ x:c_szXAlignT, color:c_szColorT, fontSize:c_nSizeT+'px', fontFamily:c_szFamilyT, fontStyle:c_szStyleT, fontWeight:c_szWeightT, } }, // subtitle:{ // text:subtext[0], // style:{ // fontSize:fs-3 // } // }, pane: { size: '90%' }, xAxis: { tickmarkPlacement: 'on', categories: ARRKEY[1], visible:c_bNameX, lineColor: c_szLineColorX,//轴线颜色 lineWidth: '0',//轴线宽度 gridLineDashStyle: c_szSplitLineTypeX,//网格线线条样式 gridLineWidth: c_szSplitLineWidthX,//网格线宽度 title: { align:c_szLocationX, text: '', style:{ color:c_szColorX, fontSize:c_nSizeX+'px', fontFamily:c_szFamilyX, fontStyle:c_szStyleX, fontWeight:c_szWeightX, } }, labels:{ //rotation:c_szXRotate, //旋转角度 style:{ color:c_szColorX, fontSize:c_nSizeX+'px', fontFamily:c_szFamilyX, fontStyle:c_szStyleX, fontWeight:c_szWeightX, } }, }, yAxis: { gridLineInterpolation: 'polygon', visible:c_bNameY, lineColor: c_szLineColorY,//轴线颜色 lineWidth: '0',//轴线宽度 gridLineDashStyle: c_szSplitLineTypeY,//网格线线条样式 gridLineWidth: c_szSplitLineWidthY,//网格线宽度 title: { text: '', align:c_szLocationY, style:{ color:c_szColorY, fontSize:c_nSizeY+'px', fontFamily:c_szFamilyY, fontStyle:c_szStyleY, fontWeight:c_szWeightY, } }, labels:{ format: '{value}', //rotation:c_szYRotate, //旋转角度 style:{ color:c_szColorY, fontSize:c_nSizeY+'px', fontFamily:c_szFamilyY, fontStyle:c_szStyleY, fontWeight:c_szWeightY, } } //min: 0 }, tooltip: { pointFormatter: function(){ var n = ARRKEY[1].indexOf(this.category); return CARR[X[1]-1] + ':' + ARRVALUE1[1][n] + '
' + CARR[Y[1]-1] + ':' + ARRVALUE2[1][n] + '
' + CARR[Z[1]-1] + ':' + ARRVALUE3[1][n] + '
'; }, style:{ fontSize:c_nSizeP+'px' } }, plotOptions: { area: { allowPointSelect: true, cursor: 'pointer', fillOpacity: 0.1, dataLabels: { enabled: true, formatter: function(){ var n = ARRKEY[1].indexOf(this.key); var o = this.point.colorIndex; if(o==0){ return ARRVALUE1[1][n]; }else if(o==1){ return ARRVALUE2[1][n]; }else if(o==2){ return ARRVALUE3[1][n]; } }, style: { color: (Highcharts.theme && Highcharts.theme.contrastTextColor) || 'black', fontSize:fs } } } }, legend: { enabled:c_bNameL, align:c_szxalignL, layout:c_szLayoutL, verticalAlign:c_szyalignL, padding:parseInt(c_nSizeT)-20+30, itemStyle:{ color:c_szColorL, fontSize:c_nSizeL+'px', fontFamily:c_szFamilyL, fontStyle:c_szStyleL, fontWeight:c_szWeightL, } }, series: [{ name: CARR[X[1]-1], data: countarr1[1], pointPlacement:'on', events: { click: function(e){ if(MD5ARR[1][e.point.index].trim()!=''){ if(ISWEB==1){ window.open('http://www.patentics.cn/showpatent_phone.htm?sq='+MD5ARR[1][e.point.index]); } } if(ISWEB==0){ var posnum = -1; for(var i = 0;i/g,"-"); mytempename = mytempename.replace(/\|/g,"-"); mytempename = mytempename.replace(/”/g,"-"); //mytempename = mytempename.replace(/,/g,"-"); mytempename = mytempename.replace(/、/g,"-"); mytempename = mytempename.replace(/\n/g,""); mytempename = mytempename.replace(/\;/g,"-"); mytempename = mytempename.replace(/\\/g,"-"); mytempename = mytempename.replace(/\s/g,"-"); mytempename = mytempename.replace(/----/g,"-"); mytempename = mytempename.replace(/---/g,"-"); mytempename = mytempename.replace(/--/g,"-"); var isweb2url = '../'+projectName+'/'+projectName+'/'+mytempename+'/PP'+'.htm'; window.open(isweb2url); } } } }, { name: CARR[Y[1]-1], data: countarr2[1], pointPlacement: 'on', borderColor:c_szLineColorP, borderWidth:c_szLineWidthP, dashStyle:c_szLineTypeP, shadow:{ color:c_szShadowColorP, width:c_szShadowSizeP, offsetX:c_szShadowXP, offsetY:c_szShadowYP }, dataLabels: { enabled: true, //format: '{point.y}', style:{ color:c_szColorP, fontSize:c_nSizeP+'px', fontFamily:c_szFamilyP, fontStyle:c_szStyleP, fontWeight:c_szWeightP, } }, events: { click: function(e){ if(MD5ARR[1][e.point.index].trim()!=''){ if(ISWEB==1){ window.open('http://www.patentics.cn/showpatent_phone.htm?sq='+MD5ARR[1][e.point.index]); } } if(ISWEB==0){ var posnum = -1; for(var i = 0;i/g,"-"); mytempename = mytempename.replace(/\|/g,"-"); mytempename = mytempename.replace(/”/g,"-"); //mytempename = mytempename.replace(/,/g,"-"); mytempename = mytempename.replace(/、/g,"-"); mytempename = mytempename.replace(/\n/g,""); mytempename = mytempename.replace(/\;/g,"-"); mytempename = mytempename.replace(/\\/g,"-"); mytempename = mytempename.replace(/\s/g,"-"); mytempename = mytempename.replace(/----/g,"-"); mytempename = mytempename.replace(/---/g,"-"); mytempename = mytempename.replace(/--/g,"-"); var isweb2url = '../'+projectName+'/'+projectName+'/'+mytempename+'/PP'+'.htm'; window.open(isweb2url); } } } },{ name: CARR[Z[1]-1], data: countarr3[1], pointPlacement: 'on', borderColor:c_szLineColorP, borderWidth:c_szLineWidthP, dashStyle:c_szLineTypeP, shadow:{ color:c_szShadowColorP, width:c_szShadowSizeP, offsetX:c_szShadowXP, offsetY:c_szShadowYP }, dataLabels: { enabled: true, //format: '{point.y}', style:{ color:c_szColorP, fontSize:c_nSizeP+'px', fontFamily:c_szFamilyP, fontStyle:c_szStyleP, fontWeight:c_szWeightP, } }, events: { click: function(e){ if(MD5ARR[1][e.point.index].trim()!=''){ if(ISWEB==1){ window.open('http://www.patentics.cn/showpatent_phone.htm?sq='+MD5ARR[1][e.point.index]); } } if(ISWEB==0){ var posnum = -1; for(var i = 0;i/g,"-"); mytempename = mytempename.replace(/\|/g,"-"); mytempename = mytempename.replace(/”/g,"-"); //mytempename = mytempename.replace(/,/g,"-"); mytempename = mytempename.replace(/、/g,"-"); mytempename = mytempename.replace(/\n/g,""); mytempename = mytempename.replace(/\;/g,"-"); mytempename = mytempename.replace(/\\/g,"-"); mytempename = mytempename.replace(/\s/g,"-"); mytempename = mytempename.replace(/----/g,"-"); mytempename = mytempename.replace(/---/g,"-"); mytempename = mytempename.replace(/--/g,"-"); var isweb2url = '../'+projectName+'/'+projectName+'/'+mytempename+'/PP'+'.htm'; window.open(isweb2url); } } } }] }); } if(data.length>=3){ if(c_bNameT=='0'){ c_bNameT = null; }else{ c_bNameT = text[2]; } pchart3 = Highcharts.chart('charts3',{ chart: { polar: true, type: 'area', margin:[MARGINTOP,MARGINRIGHT,MARGINBOTTOM,MARGINLEFT] }, exporting: { sourceWidth:document.documentElement.clientWidth, sourceHeight:document.documentElement.clientHeight }, title: { align:c_szXAlignT, verticalAlign:c_szYAlignT, text: c_bNameT, style:{ x:c_szXAlignT, color:c_szColorT, fontSize:c_nSizeT+'px', fontFamily:c_szFamilyT, fontStyle:c_szStyleT, fontWeight:c_szWeightT, } }, // subtitle:{ // text:subtext[0], // style:{ // fontSize:fs-3 // } // }, pane: { size: '90%' }, xAxis: { tickmarkPlacement: 'on', categories: ARRKEY[2], visible:c_bNameX, lineColor: c_szLineColorX,//轴线颜色 lineWidth: '0',//轴线宽度 gridLineDashStyle: c_szSplitLineTypeX,//网格线线条样式 gridLineWidth: c_szSplitLineWidthX,//网格线宽度 title: { align:c_szLocationX, text: '', style:{ color:c_szColorX, fontSize:c_nSizeX+'px', fontFamily:c_szFamilyX, fontStyle:c_szStyleX, fontWeight:c_szWeightX, } }, labels:{ //rotation:c_szXRotate, //旋转角度 style:{ color:c_szColorX, fontSize:c_nSizeX+'px', fontFamily:c_szFamilyX, fontStyle:c_szStyleX, fontWeight:c_szWeightX, } }, }, yAxis: { gridLineInterpolation: 'polygon', visible:c_bNameY, lineColor: c_szLineColorY,//轴线颜色 lineWidth: '0',//轴线宽度 gridLineDashStyle: c_szSplitLineTypeY,//网格线线条样式 gridLineWidth: c_szSplitLineWidthY,//网格线宽度 title: { text: '', align:c_szLocationY, style:{ color:c_szColorY, fontSize:c_nSizeY+'px', fontFamily:c_szFamilyY, fontStyle:c_szStyleY, fontWeight:c_szWeightY, } }, labels:{ format: '{value}', //rotation:c_szYRotate, //旋转角度 style:{ color:c_szColorY, fontSize:c_nSizeY+'px', fontFamily:c_szFamilyY, fontStyle:c_szStyleY, fontWeight:c_szWeightY, } } //min: 0 }, tooltip: { pointFormatter: function(){ var n = ARRKEY[2].indexOf(this.category); return CARR[X[2]-1] + ':' + ARRVALUE1[2][n] + '
' + CARR[Y[2]-1] + ':' + ARRVALUE2[2][n] + '
' + CARR[Z[2]-1] + ':' + ARRVALUE3[2][n] + '
'; }, style:{ fontSize:c_nSizeP+'px' } }, plotOptions: { area: { allowPointSelect: true, cursor: 'pointer', fillOpacity: 0.1, dataLabels: { enabled: true, formatter: function(){ var n = ARRKEY[2].indexOf(this.key); var o = this.point.colorIndex; if(o==0){ return ARRVALUE1[2][n]; }else if(o==1){ return ARRVALUE2[2][n]; }else if(o==2){ return ARRVALUE3[2][n]; } }, style: { color: (Highcharts.theme && Highcharts.theme.contrastTextColor) || 'black', fontSize:fs } } } }, legend: { enabled:c_bNameL, align:c_szxalignL, layout:c_szLayoutL, verticalAlign:c_szyalignL, padding:parseInt(c_nSizeT)-20+30, itemStyle:{ color:c_szColorL, fontSize:c_nSizeL+'px', fontFamily:c_szFamilyL, fontStyle:c_szStyleL, fontWeight:c_szWeightL, } }, series: [{ name: CARR[X[2]-1], data: countarr1[2], pointPlacement:'on', events: { click: function(e){ if(MD5ARR[2][e.point.index].trim()!=''){ if(ISWEB==1){ window.open('http://www.patentics.cn/showpatent_phone.htm?sq='+MD5ARR[2][e.point.index]); } } if(ISWEB==0){ var posnum = -1; for(var i = 0;i/g,"-"); mytempename = mytempename.replace(/\|/g,"-"); mytempename = mytempename.replace(/”/g,"-"); //mytempename = mytempename.replace(/,/g,"-"); mytempename = mytempename.replace(/、/g,"-"); mytempename = mytempename.replace(/\n/g,""); mytempename = mytempename.replace(/\;/g,"-"); mytempename = mytempename.replace(/\\/g,"-"); mytempename = mytempename.replace(/\s/g,"-"); mytempename = mytempename.replace(/----/g,"-"); mytempename = mytempename.replace(/---/g,"-"); mytempename = mytempename.replace(/--/g,"-"); var isweb2url = '../'+projectName+'/'+projectName+'/'+mytempename+'/PP'+'.htm'; window.open(isweb2url); } } } }, { name: CARR[Y[2]-1], data: countarr2[2], pointPlacement: 'on', borderColor:c_szLineColorP, borderWidth:c_szLineWidthP, dashStyle:c_szLineTypeP, shadow:{ color:c_szShadowColorP, width:c_szShadowSizeP, offsetX:c_szShadowXP, offsetY:c_szShadowYP }, dataLabels: { enabled: true, //format: '{point.y}', style:{ color:c_szColorP, fontSize:c_nSizeP+'px', fontFamily:c_szFamilyP, fontStyle:c_szStyleP, fontWeight:c_szWeightP, } }, events: { click: function(e){ if(MD5ARR[2][e.point.index].trim()!=''){ if(ISWEB==1){ window.open('http://www.patentics.cn/showpatent_phone.htm?sq='+MD5ARR[2][e.point.index]); } } if(ISWEB==0){ var posnum = -1; for(var i = 0;i/g,"-"); mytempename = mytempename.replace(/\|/g,"-"); mytempename = mytempename.replace(/”/g,"-"); //mytempename = mytempename.replace(/,/g,"-"); mytempename = mytempename.replace(/、/g,"-"); mytempename = mytempename.replace(/\n/g,""); mytempename = mytempename.replace(/\;/g,"-"); mytempename = mytempename.replace(/\\/g,"-"); mytempename = mytempename.replace(/\s/g,"-"); mytempename = mytempename.replace(/----/g,"-"); mytempename = mytempename.replace(/---/g,"-"); mytempename = mytempename.replace(/--/g,"-"); var isweb2url = '../'+projectName+'/'+projectName+'/'+mytempename+'/PP'+'.htm'; window.open(isweb2url); } } } },{ name: CARR[Z[2]-1], data: countarr3[2], pointPlacement: 'on', borderColor:c_szLineColorP, borderWidth:c_szLineWidthP, dashStyle:c_szLineTypeP, shadow:{ color:c_szShadowColorP, width:c_szShadowSizeP, offsetX:c_szShadowXP, offsetY:c_szShadowYP }, dataLabels: { enabled: true, //format: '{point.y}', style:{ color:c_szColorP, fontSize:c_nSizeP+'px', fontFamily:c_szFamilyP, fontStyle:c_szStyleP, fontWeight:c_szWeightP, } }, events: { click: function(e){ if(MD5ARR[2][e.point.index].trim()!=''){ if(ISWEB==1){ window.open('http://www.patentics.cn/showpatent_phone.htm?sq='+MD5ARR[2][e.point.index]); } } if(ISWEB==0){ var posnum = -1; for(var i = 0;i/g,"-"); mytempename = mytempename.replace(/\|/g,"-"); mytempename = mytempename.replace(/”/g,"-"); //mytempename = mytempename.replace(/,/g,"-"); mytempename = mytempename.replace(/、/g,"-"); mytempename = mytempename.replace(/\n/g,""); mytempename = mytempename.replace(/\;/g,"-"); mytempename = mytempename.replace(/\\/g,"-"); mytempename = mytempename.replace(/\s/g,"-"); mytempename = mytempename.replace(/----/g,"-"); mytempename = mytempename.replace(/---/g,"-"); mytempename = mytempename.replace(/--/g,"-"); var isweb2url = '../'+projectName+'/'+projectName+'/'+mytempename+'/PP'+'.htm'; window.open(isweb2url); } } } }] }); } if(data.length>=4){ if(c_bNameT=='0'){ c_bNameT = null; }else{ c_bNameT = text[3]; } pchart4 = Highcharts.chart('charts4',{ chart: { polar: true, type: 'area', margin:[MARGINTOP,MARGINRIGHT,MARGINBOTTOM,MARGINLEFT] }, exporting: { sourceWidth:document.documentElement.clientWidth, sourceHeight:document.documentElement.clientHeight }, title: { align:c_szXAlignT, verticalAlign:c_szYAlignT, text: c_bNameT, style:{ x:c_szXAlignT, color:c_szColorT, fontSize:c_nSizeT+'px', fontFamily:c_szFamilyT, fontStyle:c_szStyleT, fontWeight:c_szWeightT, } }, // subtitle:{ // text:subtext[0], // style:{ // fontSize:fs-3 // } // }, pane: { size: '90%' }, xAxis: { tickmarkPlacement: 'on', categories: ARRKEY[3], visible:c_bNameX, lineColor: c_szLineColorX,//轴线颜色 lineWidth: '0',//轴线宽度 gridLineDashStyle: c_szSplitLineTypeX,//网格线线条样式 gridLineWidth: c_szSplitLineWidthX,//网格线宽度 title: { align:c_szLocationX, text: '', style:{ color:c_szColorX, fontSize:c_nSizeX+'px', fontFamily:c_szFamilyX, fontStyle:c_szStyleX, fontWeight:c_szWeightX, } }, labels:{ //rotation:c_szXRotate, //旋转角度 style:{ color:c_szColorX, fontSize:c_nSizeX+'px', fontFamily:c_szFamilyX, fontStyle:c_szStyleX, fontWeight:c_szWeightX, } }, }, yAxis: { gridLineInterpolation: 'polygon', visible:c_bNameY, lineColor: c_szLineColorY,//轴线颜色 lineWidth: '0',//轴线宽度 gridLineDashStyle: c_szSplitLineTypeY,//网格线线条样式 gridLineWidth: c_szSplitLineWidthY,//网格线宽度 title: { text: '', align:c_szLocationY, style:{ color:c_szColorY, fontSize:c_nSizeY+'px', fontFamily:c_szFamilyY, fontStyle:c_szStyleY, fontWeight:c_szWeightY, } }, labels:{ format: '{value}', //rotation:c_szYRotate, //旋转角度 style:{ color:c_szColorY, fontSize:c_nSizeY+'px', fontFamily:c_szFamilyY, fontStyle:c_szStyleY, fontWeight:c_szWeightY, } } //min: 0 }, tooltip: { pointFormatter: function(){ var n = ARRKEY[3].indexOf(this.category); return CARR[X[3]-1] + ':' + ARRVALUE1[3][n] + '
' + CARR[Y[3]-1] + ':' + ARRVALUE2[3][n] + '
' + CARR[Z[3]-1] + ':' + ARRVALUE3[3][n] + '
'; }, style:{ fontSize:c_nSizeP+'px' } }, plotOptions: { area: { allowPointSelect: true, cursor: 'pointer', fillOpacity: 0.1, dataLabels: { enabled: true, formatter: function(){ var n = ARRKEY[3].indexOf(this.key); var o = this.point.colorIndex; if(o==0){ return ARRVALUE1[3][n]; }else if(o==1){ return ARRVALUE2[3][n]; }else if(o==2){ return ARRVALUE3[3][n]; } }, style: { color: (Highcharts.theme && Highcharts.theme.contrastTextColor) || 'black', fontSize:fs } } } }, legend: { enabled:c_bNameL, align:c_szxalignL, layout:c_szLayoutL, verticalAlign:c_szyalignL, padding:parseInt(c_nSizeT)-20+30, itemStyle:{ color:c_szColorL, fontSize:c_nSizeL+'px', fontFamily:c_szFamilyL, fontStyle:c_szStyleL, fontWeight:c_szWeightL, } }, series: [{ name: CARR[X[3]-1], data: countarr1[3], pointPlacement:'on', events: { click: function(e){ if(MD5ARR[3][e.point.index].trim()!=''){ if(ISWEB==1){ window.open('http://www.patentics.cn/showpatent_phone.htm?sq='+MD5ARR[3][e.point.index]); } } if(ISWEB==0){ var posnum = -1; for(var i = 0;i/g,"-"); mytempename = mytempename.replace(/\|/g,"-"); mytempename = mytempename.replace(/”/g,"-"); //mytempename = mytempename.replace(/,/g,"-"); mytempename = mytempename.replace(/、/g,"-"); mytempename = mytempename.replace(/\n/g,""); mytempename = mytempename.replace(/\;/g,"-"); mytempename = mytempename.replace(/\\/g,"-"); mytempename = mytempename.replace(/\s/g,"-"); mytempename = mytempename.replace(/----/g,"-"); mytempename = mytempename.replace(/---/g,"-"); mytempename = mytempename.replace(/--/g,"-"); var isweb2url = '../'+projectName+'/'+projectName+'/'+mytempename+'/PP'+'.htm'; window.open(isweb2url); } } } }, { name: CARR[Y[3]-1], data: countarr2[3], pointPlacement: 'on', borderColor:c_szLineColorP, borderWidth:c_szLineWidthP, dashStyle:c_szLineTypeP, shadow:{ color:c_szShadowColorP, width:c_szShadowSizeP, offsetX:c_szShadowXP, offsetY:c_szShadowYP }, dataLabels: { enabled: true, //format: '{point.y}', style:{ color:c_szColorP, fontSize:c_nSizeP+'px', fontFamily:c_szFamilyP, fontStyle:c_szStyleP, fontWeight:c_szWeightP, } }, events: { click: function(e){ if(MD5ARR[3][e.point.index].trim()!=''){ if(ISWEB==1){ window.open('http://www.patentics.cn/showpatent_phone.htm?sq='+MD5ARR[3][e.point.index]); } } if(ISWEB==0){ var posnum = -1; for(var i = 0;i/g,"-"); mytempename = mytempename.replace(/\|/g,"-"); mytempename = mytempename.replace(/”/g,"-"); //mytempename = mytempename.replace(/,/g,"-"); mytempename = mytempename.replace(/、/g,"-"); mytempename = mytempename.replace(/\n/g,""); mytempename = mytempename.replace(/\;/g,"-"); mytempename = mytempename.replace(/\\/g,"-"); mytempename = mytempename.replace(/\s/g,"-"); mytempename = mytempename.replace(/----/g,"-"); mytempename = mytempename.replace(/---/g,"-"); mytempename = mytempename.replace(/--/g,"-"); var isweb2url = '../'+projectName+'/'+projectName+'/'+mytempename+'/PP'+'.htm'; window.open(isweb2url); } } } },{ name: CARR[Z[3]-1], data: countarr3[3], pointPlacement: 'on', borderColor:c_szLineColorP, borderWidth:c_szLineWidthP, dashStyle:c_szLineTypeP, shadow:{ color:c_szShadowColorP, width:c_szShadowSizeP, offsetX:c_szShadowXP, offsetY:c_szShadowYP }, dataLabels: { enabled: true, //format: '{point.y}', style:{ color:c_szColorP, fontSize:c_nSizeP+'px', fontFamily:c_szFamilyP, fontStyle:c_szStyleP, fontWeight:c_szWeightP, } }, events: { click: function(e){ if(MD5ARR[3][e.point.index].trim()!=''){ if(ISWEB==1){ window.open('http://www.patentics.cn/showpatent_phone.htm?sq='+MD5ARR[3][e.point.index]); } } if(ISWEB==0){ var posnum = -1; for(var i = 0;i/g,"-"); mytempename = mytempename.replace(/\|/g,"-"); mytempename = mytempename.replace(/”/g,"-"); //mytempename = mytempename.replace(/,/g,"-"); mytempename = mytempename.replace(/、/g,"-"); mytempename = mytempename.replace(/\n/g,""); mytempename = mytempename.replace(/\;/g,"-"); mytempename = mytempename.replace(/\\/g,"-"); mytempename = mytempename.replace(/\s/g,"-"); mytempename = mytempename.replace(/----/g,"-"); mytempename = mytempename.replace(/---/g,"-"); mytempename = mytempename.replace(/--/g,"-"); var isweb2url = '../'+projectName+'/'+projectName+'/'+mytempename+'/PP'+'.htm'; window.open(isweb2url); } } } }] }); } if(data.length>=5){ if(c_bNameT=='0'){ c_bNameT = null; }else{ c_bNameT = text[4]; } pchart5 = Highcharts.chart('charts5',{ chart: { polar: true, type: 'area', margin:[MARGINTOP,MARGINRIGHT,MARGINBOTTOM,MARGINLEFT] }, exporting: { sourceWidth:document.documentElement.clientWidth, sourceHeight:document.documentElement.clientHeight }, title: { align:c_szXAlignT, verticalAlign:c_szYAlignT, text: c_bNameT, style:{ x:c_szXAlignT, color:c_szColorT, fontSize:c_nSizeT+'px', fontFamily:c_szFamilyT, fontStyle:c_szStyleT, fontWeight:c_szWeightT, } }, // subtitle:{ // text:subtext[0], // style:{ // fontSize:fs-3 // } // }, pane: { size: '90%' }, xAxis: { tickmarkPlacement: 'on', categories: ARRKEY[4], visible:c_bNameX, lineColor: c_szLineColorX,//轴线颜色 lineWidth: '0',//轴线宽度 gridLineDashStyle: c_szSplitLineTypeX,//网格线线条样式 gridLineWidth: c_szSplitLineWidthX,//网格线宽度 title: { align:c_szLocationX, text: '', style:{ color:c_szColorX, fontSize:c_nSizeX+'px', fontFamily:c_szFamilyX, fontStyle:c_szStyleX, fontWeight:c_szWeightX, } }, labels:{ //rotation:c_szXRotate, //旋转角度 style:{ color:c_szColorX, fontSize:c_nSizeX+'px', fontFamily:c_szFamilyX, fontStyle:c_szStyleX, fontWeight:c_szWeightX, } }, }, yAxis: { gridLineInterpolation: 'polygon', visible:c_bNameY, lineColor: c_szLineColorY,//轴线颜色 lineWidth: '0',//轴线宽度 gridLineDashStyle: c_szSplitLineTypeY,//网格线线条样式 gridLineWidth: c_szSplitLineWidthY,//网格线宽度 title: { text: '', align:c_szLocationY, style:{ color:c_szColorY, fontSize:c_nSizeY+'px', fontFamily:c_szFamilyY, fontStyle:c_szStyleY, fontWeight:c_szWeightY, } }, labels:{ format: '{value}', //rotation:c_szYRotate, //旋转角度 style:{ color:c_szColorY, fontSize:c_nSizeY+'px', fontFamily:c_szFamilyY, fontStyle:c_szStyleY, fontWeight:c_szWeightY, } } //min: 0 }, tooltip: { pointFormatter: function(){ var n = ARRKEY[4].indexOf(this.category); return CARR[X[4]-1] + ':' + ARRVALUE1[4][n] + '
' + CARR[Y[4]-1] + ':' + ARRVALUE2[4][n] + '
' + CARR[Z[4]-1] + ':' + ARRVALUE3[4][n] + '
'; }, style:{ fontSize:c_nSizeP+'px' } }, plotOptions: { area: { allowPointSelect: true, cursor: 'pointer', fillOpacity: 0.1, dataLabels: { enabled: true, formatter: function(){ var n = ARRKEY[4].indexOf(this.key); var o = this.point.colorIndex; if(o==0){ return ARRVALUE1[4][n]; }else if(o==1){ return ARRVALUE2[4][n]; }else if(o==2){ return ARRVALUE3[4][n]; } }, style: { color: (Highcharts.theme && Highcharts.theme.contrastTextColor) || 'black', fontSize:fs } } } }, legend: { enabled:c_bNameL, align:c_szxalignL, layout:c_szLayoutL, verticalAlign:c_szyalignL, padding:parseInt(c_nSizeT)-20+30, itemStyle:{ color:c_szColorL, fontSize:c_nSizeL+'px', fontFamily:c_szFamilyL, fontStyle:c_szStyleL, fontWeight:c_szWeightL, } }, series: [{ name: CARR[X[4]-1], data: countarr1[4], pointPlacement:'on', events: { click: function(e){ if(MD5ARR[4][e.point.index].trim()!=''){ if(ISWEB==1){ window.open('http://www.patentics.cn/showpatent_phone.htm?sq='+MD5ARR[4][e.point.index]); } } if(ISWEB==0){ var posnum = -1; for(var i = 0;i/g,"-"); mytempename = mytempename.replace(/\|/g,"-"); mytempename = mytempename.replace(/”/g,"-"); //mytempename = mytempename.replace(/,/g,"-"); mytempename = mytempename.replace(/、/g,"-"); mytempename = mytempename.replace(/\n/g,""); mytempename = mytempename.replace(/\;/g,"-"); mytempename = mytempename.replace(/\\/g,"-"); mytempename = mytempename.replace(/\s/g,"-"); mytempename = mytempename.replace(/----/g,"-"); mytempename = mytempename.replace(/---/g,"-"); mytempename = mytempename.replace(/--/g,"-"); var isweb2url = '../'+projectName+'/'+projectName+'/'+mytempename+'/PP'+'.htm'; window.open(isweb2url); } } } }, { name: CARR[Y[4]-1], data: countarr2[4], pointPlacement: 'on', borderColor:c_szLineColorP, borderWidth:c_szLineWidthP, dashStyle:c_szLineTypeP, shadow:{ color:c_szShadowColorP, width:c_szShadowSizeP, offsetX:c_szShadowXP, offsetY:c_szShadowYP }, dataLabels: { enabled: true, //format: '{point.y}', style:{ color:c_szColorP, fontSize:c_nSizeP+'px', fontFamily:c_szFamilyP, fontStyle:c_szStyleP, fontWeight:c_szWeightP, } }, events: { click: function(e){ if(MD5ARR[4][e.point.index].trim()!=''){ if(ISWEB==1){ window.open('http://www.patentics.cn/showpatent_phone.htm?sq='+MD5ARR[4][e.point.index]); } } if(ISWEB==0){ var posnum = -1; for(var i = 0;i/g,"-"); mytempename = mytempename.replace(/\|/g,"-"); mytempename = mytempename.replace(/”/g,"-"); //mytempename = mytempename.replace(/,/g,"-"); mytempename = mytempename.replace(/、/g,"-"); mytempename = mytempename.replace(/\n/g,""); mytempename = mytempename.replace(/\;/g,"-"); mytempename = mytempename.replace(/\\/g,"-"); mytempename = mytempename.replace(/\s/g,"-"); mytempename = mytempename.replace(/----/g,"-"); mytempename = mytempename.replace(/---/g,"-"); mytempename = mytempename.replace(/--/g,"-"); var isweb2url = '../'+projectName+'/'+projectName+'/'+mytempename+'/PP'+'.htm'; window.open(isweb2url); } } } },{ name: CARR[Z[4]-1], data: countarr3[4], pointPlacement: 'on', borderColor:c_szLineColorP, borderWidth:c_szLineWidthP, dashStyle:c_szLineTypeP, shadow:{ color:c_szShadowColorP, width:c_szShadowSizeP, offsetX:c_szShadowXP, offsetY:c_szShadowYP }, dataLabels: { enabled: true, //format: '{point.y}', style:{ color:c_szColorP, fontSize:c_nSizeP+'px', fontFamily:c_szFamilyP, fontStyle:c_szStyleP, fontWeight:c_szWeightP, } }, events: { click: function(e){ if(MD5ARR[4][e.point.index].trim()!=''){ if(ISWEB==1){ window.open('http://www.patentics.cn/showpatent_phone.htm?sq='+MD5ARR[4][e.point.index]); } } if(ISWEB==0){ var posnum = -1; for(var i = 0;i/g,"-"); mytempename = mytempename.replace(/\|/g,"-"); mytempename = mytempename.replace(/”/g,"-"); //mytempename = mytempename.replace(/,/g,"-"); mytempename = mytempename.replace(/、/g,"-"); mytempename = mytempename.replace(/\n/g,""); mytempename = mytempename.replace(/\;/g,"-"); mytempename = mytempename.replace(/\\/g,"-"); mytempename = mytempename.replace(/\s/g,"-"); mytempename = mytempename.replace(/----/g,"-"); mytempename = mytempename.replace(/---/g,"-"); mytempename = mytempename.replace(/--/g,"-"); var isweb2url = '../'+projectName+'/'+projectName+'/'+mytempename+'/PP'+'.htm'; window.open(isweb2url); } } } }] }); } if(data.length>=6){ if(c_bNameT=='0'){ c_bNameT = null; }else{ c_bNameT = text[5]; } pchart6 = Highcharts.chart('charts6',{ chart: { polar: true, type: 'area', margin:[MARGINTOP,MARGINRIGHT,MARGINBOTTOM,MARGINLEFT] }, exporting: { sourceWidth:document.documentElement.clientWidth, sourceHeight:document.documentElement.clientHeight }, title: { align:c_szXAlignT, verticalAlign:c_szYAlignT, text: c_bNameT, style:{ x:c_szXAlignT, color:c_szColorT, fontSize:c_nSizeT+'px', fontFamily:c_szFamilyT, fontStyle:c_szStyleT, fontWeight:c_szWeightT, } }, // subtitle:{ // text:subtext[0], // style:{ // fontSize:fs-3 // } // }, pane: { size: '90%' }, xAxis: { tickmarkPlacement: 'on', categories: ARRKEY[5], visible:c_bNameX, lineColor: c_szLineColorX,//轴线颜色 lineWidth: '0',//轴线宽度 gridLineDashStyle: c_szSplitLineTypeX,//网格线线条样式 gridLineWidth: c_szSplitLineWidthX,//网格线宽度 title: { align:c_szLocationX, text: '', style:{ color:c_szColorX, fontSize:c_nSizeX+'px', fontFamily:c_szFamilyX, fontStyle:c_szStyleX, fontWeight:c_szWeightX, } }, labels:{ //rotation:c_szXRotate, //旋转角度 style:{ color:c_szColorX, fontSize:c_nSizeX+'px', fontFamily:c_szFamilyX, fontStyle:c_szStyleX, fontWeight:c_szWeightX, } }, }, yAxis: { gridLineInterpolation: 'polygon', visible:c_bNameY, lineColor: c_szLineColorY,//轴线颜色 lineWidth: '0',//轴线宽度 gridLineDashStyle: c_szSplitLineTypeY,//网格线线条样式 gridLineWidth: c_szSplitLineWidthY,//网格线宽度 title: { text: '', align:c_szLocationY, style:{ color:c_szColorY, fontSize:c_nSizeY+'px', fontFamily:c_szFamilyY, fontStyle:c_szStyleY, fontWeight:c_szWeightY, } }, labels:{ format: '{value}', //rotation:c_szYRotate, //旋转角度 style:{ color:c_szColorY, fontSize:c_nSizeY+'px', fontFamily:c_szFamilyY, fontStyle:c_szStyleY, fontWeight:c_szWeightY, } } //min: 0 }, tooltip: { pointFormatter: function(){ var n = ARRKEY[5].indexOf(this.category); return CARR[X[5]-1] + ':' + ARRVALUE1[5][n] + '
' + CARR[Y[5]-1] + ':' + ARRVALUE2[5][n] + '
' + CARR[Z[5]-1] + ':' + ARRVALUE3[5][n] + '
'; }, style:{ fontSize:c_nSizeP+'px' } }, plotOptions: { area: { allowPointSelect: true, cursor: 'pointer', fillOpacity: 0.1, dataLabels: { enabled: true, formatter: function(){ var n = ARRKEY[5].indexOf(this.key); var o = this.point.colorIndex; if(o==0){ return ARRVALUE1[5][n]; }else if(o==1){ return ARRVALUE2[5][n]; }else if(o==2){ return ARRVALUE3[5][n]; } }, style: { color: (Highcharts.theme && Highcharts.theme.contrastTextColor) || 'black', fontSize:fs } } } }, legend: { enabled:c_bNameL, align:c_szxalignL, layout:c_szLayoutL, verticalAlign:c_szyalignL, padding:parseInt(c_nSizeT)-20+30, itemStyle:{ color:c_szColorL, fontSize:c_nSizeL+'px', fontFamily:c_szFamilyL, fontStyle:c_szStyleL, fontWeight:c_szWeightL, } }, series: [{ name: CARR[X[5]-1], data: countarr1[5], pointPlacement:'on', events: { click: function(e){ if(MD5ARR[5][e.point.index].trim()!=''){ if(ISWEB==1){ window.open('http://www.patentics.cn/showpatent_phone.htm?sq='+MD5ARR[5][e.point.index]); } } if(ISWEB==0){ var posnum = -1; for(var i = 0;i/g,"-"); mytempename = mytempename.replace(/\|/g,"-"); mytempename = mytempename.replace(/”/g,"-"); //mytempename = mytempename.replace(/,/g,"-"); mytempename = mytempename.replace(/、/g,"-"); mytempename = mytempename.replace(/\n/g,""); mytempename = mytempename.replace(/\;/g,"-"); mytempename = mytempename.replace(/\\/g,"-"); mytempename = mytempename.replace(/\s/g,"-"); mytempename = mytempename.replace(/----/g,"-"); mytempename = mytempename.replace(/---/g,"-"); mytempename = mytempename.replace(/--/g,"-"); var isweb2url = '../'+projectName+'/'+projectName+'/'+mytempename+'/PP'+'.htm'; window.open(isweb2url); } } } }, { name: CARR[Y[5]-1], data: countarr2[5], pointPlacement: 'on', borderColor:c_szLineColorP, borderWidth:c_szLineWidthP, dashStyle:c_szLineTypeP, shadow:{ color:c_szShadowColorP, width:c_szShadowSizeP, offsetX:c_szShadowXP, offsetY:c_szShadowYP }, dataLabels: { enabled: true, //format: '{point.y}', style:{ color:c_szColorP, fontSize:c_nSizeP+'px', fontFamily:c_szFamilyP, fontStyle:c_szStyleP, fontWeight:c_szWeightP, } }, events: { click: function(e){ if(MD5ARR[5][e.point.index].trim()!=''){ if(ISWEB==1){ window.open('http://www.patentics.cn/showpatent_phone.htm?sq='+MD5ARR[5][e.point.index]); } } if(ISWEB==0){ var posnum = -1; for(var i = 0;i/g,"-"); mytempename = mytempename.replace(/\|/g,"-"); mytempename = mytempename.replace(/”/g,"-"); //mytempename = mytempename.replace(/,/g,"-"); mytempename = mytempename.replace(/、/g,"-"); mytempename = mytempename.replace(/\n/g,""); mytempename = mytempename.replace(/\;/g,"-"); mytempename = mytempename.replace(/\\/g,"-"); mytempename = mytempename.replace(/\s/g,"-"); mytempename = mytempename.replace(/----/g,"-"); mytempename = mytempename.replace(/---/g,"-"); mytempename = mytempename.replace(/--/g,"-"); var isweb2url = '../'+projectName+'/'+projectName+'/'+mytempename+'/PP'+'.htm'; window.open(isweb2url); } } } },{ name: CARR[Z[5]-1], data: countarr3[5], pointPlacement: 'on', borderColor:c_szLineColorP, borderWidth:c_szLineWidthP, dashStyle:c_szLineTypeP, shadow:{ color:c_szShadowColorP, width:c_szShadowSizeP, offsetX:c_szShadowXP, offsetY:c_szShadowYP }, dataLabels: { enabled: true, //format: '{point.y}', style:{ color:c_szColorP, fontSize:c_nSizeP+'px', fontFamily:c_szFamilyP, fontStyle:c_szStyleP, fontWeight:c_szWeightP, } }, events: { click: function(e){ if(MD5ARR[5][e.point.index].trim()!=''){ if(ISWEB==1){ window.open('http://www.patentics.cn/showpatent_phone.htm?sq='+MD5ARR[5][e.point.index]); } } if(ISWEB==0){ var posnum = -1; for(var i = 0;i/g,"-"); mytempename = mytempename.replace(/\|/g,"-"); mytempename = mytempename.replace(/”/g,"-"); //mytempename = mytempename.replace(/,/g,"-"); mytempename = mytempename.replace(/、/g,"-"); mytempename = mytempename.replace(/\n/g,""); mytempename = mytempename.replace(/\;/g,"-"); mytempename = mytempename.replace(/\\/g,"-"); mytempename = mytempename.replace(/\s/g,"-"); mytempename = mytempename.replace(/----/g,"-"); mytempename = mytempename.replace(/---/g,"-"); mytempename = mytempename.replace(/--/g,"-"); var isweb2url = '../'+projectName+'/'+projectName+'/'+mytempename+'/PP'+'.htm'; window.open(isweb2url); } } } }] }); } }