亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? chartingbase.js

?? 在流覽器上仿CS界面的JAVASCRIPT腳本
?? JS
?? 第 1 頁 / 共 5 頁
字號:
else return this._defaultColors[i];};_p._defaultMarkers=["diamond","square","triangle","circle"];_p.getDefaultMarker=function(sSeriesId,sCategoryId){var i=this._getDefaulSettingIndex(sSeriesId,sCategoryId);i=i%this._defaultMarkers.length;return this._defaultMarkers[i];};_p._getDefaulSettingIndex=function(sSeriesId,sCategoryId){if(this._graph.getChartType()=="pie"&&sCategoryId!=null)
return this._graph.getCategoryById(sCategoryId).getIndex();return this._graph.getSeriesById(sSeriesId).getIndex();};_p.getFillOpacityForPoint=function(sSeriesId,sCategoryId){var g=this._graph;var p=g.getPointByIds(sSeriesId,sCategoryId);if(p&&p.hasFillOpacity())
return p.getFillOpacity();var cp=g.getChartPresentation(sSeriesId);if(cp&&cp.hasFillOpacity())
return cp.getFillOpacity();return 1;};_p.getFillColorForPoint=function(sSeriesId,sCategoryId){var g=this._graph;var p=g.getPointByIds(sSeriesId,sCategoryId);if(p&&p.hasFillColor())
return p.getFillColor();var cp=g.getChartPresentation(sSeriesId);if(cp&&cp.hasFillColor())
return cp.getFillColor();return this.getDefaultColor(sSeriesId,sCategoryId);};_p.getFillColor2ForPoint=function(sSeriesId,sCategoryId){var g=this._graph;var p=g.getPointByIds(sSeriesId,sCategoryId);if(p&&p.hasFillColor2())
return p.getFillColor2();var cp=g.getChartPresentation(sSeriesId);if(cp&&cp.hasFillColor2())
return cp.getFillColor2();return null;};_p.getFillTypeForPoint=function(sSeriesId,sCategoryId){var g=this._graph;var p=g.getPointByIds(sSeriesId,sCategoryId);if(p&&p.hasFillType())
return p.getFillType();var cp=g.getChartPresentation(sSeriesId);if(cp&&cp.hasFillType())
return cp.getFillType();return null;};_p.getFillAngleForPoint=function(sSeriesId,sCategoryId){var g=this._graph;var p=g.getPointByIds(sSeriesId,sCategoryId);if(p&&p.hasFillAngle())
return p.getFillAngle();var cp=g.getChartPresentation(sSeriesId);if(cp&&cp.hasFillAngle())
return cp.getFillAngle();return null;};_p.getStrokeOpacityForPoint=function(sSeriesId,sCategoryId){var g=this._graph;var p=g.getPointByIds(sSeriesId,sCategoryId);if(p&&p.hasStrokeOpacity())
return p.getStrokeOpacity();var cp=g.getChartPresentation(sSeriesId);if(cp&&cp.hasStrokeOpacity())
return cp.getStrokeOpacity();if(g.getChartType()=="line")
return this.getFillOpacityForPoint(sSeriesId,sCategoryId);return 1;};_p.getStrokeColorForPoint=function(sSeriesId,sCategoryId){var g=this._graph;var p=g.getPointByIds(sSeriesId,sCategoryId);if(p&&p.hasStrokeColor())
return p.getStrokeColor();var cp=g.getChartPresentation(sSeriesId);if(cp&&cp.hasStrokeColor())
return cp.getStrokeColor();if(g.getChartType()=="line")
return this.getFillColorForPoint(sSeriesId,sCategoryId);return"#000";};_p.getMarkerTypeForPoint=function(sSeriesId,sCategoryId){var g=this._graph;var p=g.getPointByIds(sSeriesId,sCategoryId);if(p&&p.hasMarkerType())
return p.getMarkerType();var cp=g.getChartPresentation(sSeriesId);if(cp&&cp.hasMarkerType())
return cp.getMarkerType();return this.getDefaultMarker(sSeriesId,sCategoryId);};_p.getMarkerVisibleForPoint=function(sSeriesId,sCategoryId){var g=this._graph;var p=g.getPointByIds(sSeriesId,sCategoryId);if(p&&p.hasMarkerVisible())
return p.getMarkerVisible();var cp=g.getChartPresentation(sSeriesId);if(cp&&cp.hasMarkerVisible())
return cp.getMarkerVisible();return true;};_p.getExplodeForPoint=function(sSeriesId,sCategoryId){var g=this._graph;var p=g.getPointByIds(sSeriesId,sCategoryId);if(p&&p.hasExplode())
return p.getExplode();var cp=g.getChartPresentation(sSeriesId);if(cp&&cp.hasExplode())
return cp.getExplode();return 0.05;};_p.getBarSpacingForPoint=function(sSeriesId,sCategoryId)
{if(this._barSpacing!=null)
return this._barSpacing;return 1;};_p.getStrokeOpacity=_p.getStrokeOpacityForPoint;_p.getStrokeColor=_p.getStrokeColorForPoint;_p.getFillOpacity=_p.getFillOpacityForPoint;_p.getFillColor=_p.getFillColorForPoint;_p.getFillColor2=_p.getFillColor2ForPoint;_p.getFillType=_p.getFillTypeForPoint;_p.getFillAngle=_p.getFillAngleForPoint;_p.getMarkerType=_p.getMarkerTypeForPoint;_p.getMarkerVisible=_p.getMarkerVisibleForPoint;_p.getExplode=_p.getExplodeForPoint;_p.getBarSpacing=_p.getBarSpacingForPoint;_p._setPropForPoint=function(sSetterName,sSeriesId,sCategoryId,oArg){var g=this._graph;var p=g.getPointByIds(sSeriesId,sCategoryId);if(!p){p=new BiChartPoint(g,sSeriesId,sCategoryId);g.addPoint(p);}
p[sSetterName](oArg);var c=g.getComponentByIds(sSeriesId,sCategoryId);if(c)
c[sSetterName](oArg);};_p.setStrokeOpacityForPoint=function(sSeriesId,sCategoryId,oArg){this._setPropForPoint("setStrokeOpacity",sSeriesId,sCategoryId,oArg);};_p.setStrokeColorForPoint=function(sSeriesId,sCategoryId,oArg){this._setPropForPoint("setStrokeColor",sSeriesId,sCategoryId,oArg);};_p.setFillOpacityForPoint=function(sSeriesId,sCategoryId,oArg){this._setPropForPoint("setFillOpacity",sSeriesId,sCategoryId,oArg);};_p.setFillColorForPoint=function(sSeriesId,sCategoryId,oArg){this._setPropForPoint("setFillColor",sSeriesId,sCategoryId,oArg);};_p.setFillColor2ForPoint=function(sSeriesId,sCategoryId,oArg){this._setPropForPoint("setFillColor2",sSeriesId,sCategoryId,oArg);};_p.setFillTypeForPoint=function(sSeriesId,sCategoryId,oArg){this._setPropForPoint("setFillType",sSeriesId,sCategoryId,oArg);};_p.setFillAngleForPoint=function(sSeriesId,sCategoryId,oArg){this._setPropForPoint("setFillAngle",sSeriesId,sCategoryId,oArg);};_p.setMarkerTypeForPoint=function(sSeriesId,sCategoryId,oArg){this._setPropForPoint("setMarkerType",sSeriesId,sCategoryId,oArg);};_p.setMarkerVisibleForPoint=function(sSeriesId,sCategoryId,oArg){this._setPropForPoint("setMarkerVisible",sSeriesId,sCategoryId,oArg);};_p.setExplodeForPoint=function(sSeriesId,sCategoryId,oArg){this._setPropForPoint("setExplode",sSeriesId,sCategoryId,oArg);};_p.setBarSpacingForPoint=function(sSeriesId,sCategoryId,oArg){this._barSpacing=oArg;};_p.dispose=function(){if(this._disposed)return;this._graph=null;};function BiChartMouseEvent(sType,oEvent,oSeries,oCategory){BiMouseEvent.call(this,sType,oEvent);this._event=oEvent;this._series=oSeries;this._category=oCategory;}
var _p=BiChartMouseEvent.prototype=new BiMouseEvent;_p._className="BiChartMouseEvent";_p._bubbles=false;_p._propagationStopped=true;BiChartMouseEvent.prototype.getSeries=function(){return this._series;};BiChartMouseEvent.prototype.getCategory=function(){return this._category;};_p.dispose=function(){if(this._disposed)return;BiMouseEvent.prototype.dispose.call(this);this._series=null;this._category=null;};function BiAbstractChartBase(oGraph,oSeries)
{if(!oGraph)
return;BiComponent.call(this);this._graph=oGraph;this._series=oSeries;this._seriesId=this._series.getId();};var _p=BiAbstractChartBase.prototype=new BiComponent;_p._className="BiAbstractChartBase";BiAbstractChartBase.prototype.getSeries=function(){return this._series;};BiAbstractChartBase.prototype.getGraph=function(){return this._graph;};_p.getComponentByCategoryId=function(sCatId){return null;};_p.getStrokeOpacity=function(){return this._graph.getPresentationManager().getStrokeOpacity(this._seriesId,null);};_p.getStrokeColor=function(){return this._graph.getPresentationManager().getStrokeColor(this._seriesId,null);};_p.getFillOpacity=function(){return this._graph.getPresentationManager().getFillOpacity(this._seriesId,null);};_p.getFillColor=function(){return this._graph.getPresentationManager().getFillColor(this._seriesId,null);};_p.getFillColor2=function(){return this._graph.getPresentationManager().getFillColor2(this._seriesId,null);};_p.getFillType=function(){return this._graph.getPresentationManager().getFillType(this._seriesId,null);};_p.getFillAngle=function(){return this._graph.getPresentationManager().getFillAngle(this._seriesId,null);};_p.getMarkerType=function(){return this._graph.getPresentationManager().getMarkerType(this._seriesId,null);};_p.getMarkerVisible=function(){return this._graph.getPresentationManager().getMarkerVisible(this._seriesId,null);};_p.getExplode=function(){return this._graph.getPresentationManager().getExplode(this._seriesId,null);};_p.getBarSpacing=function()
{return this._graph.getPresentationManager().getBarSpacing(this._seriesId,null);}
_p.getSupportsValueAxis=function(){return true;};_p.getSupportsCategoryAxis=function(){return true;};_p.getSupportsGridLines=function(){return true;};_p.getTitle=function(){return this._series.getTitle();};_p.getIconHtml=function(bHasText,bEnabled,sIconPosition,nIconTextGap,sClassName)
{var marginSide,blockStyle="";switch(sIconPosition){case"right":marginSide="left";break;case"top":marginSide="bottom";blockStyle="display:block;"
break;case"bottom":marginSide="top";blockStyle="display:block;"
break;default:marginSide="right";break;}
var iconTextGap=bHasText?nIconTextGap:0;return"<img style=\"vertical-align:middle;border:0.05em solid "+this.getStrokeColor()+";overflow:hidden;background-color:"+this.getFillColor()+";"+"width:0.667em;height:0.667em;"+blockStyle+"margin-"+marginSide+":"+iconTextGap+"px;\""+(sClassName?" class=\""+sClassName+"\"":"")+" src=\""+application.getPath()+"images/blank.gif\">";};_p.dispose=function(){if(this._disposed)return;BiComponent.prototype.dispose.call(this);this._series=null;this._graph=null;};function BiAbstractChartSectionBase(oChart,oCategory)
{if(!oChart)
return;BiComponent.call(this);this._chart=oChart;this._series=oChart._series;this._seriesId=this._series.getId();this._category=oCategory;this._categoryId=oCategory.getId();this._graph=oChart.getGraph();};var _p=BiAbstractChartSectionBase.prototype=new BiComponent;_p._className="BiAbstractChartSectionBase";BiAbstractChartSectionBase.prototype.getChart=function(){return this._chart;};BiAbstractChartSectionBase.prototype.getSeries=function(){return this._series;};BiAbstractChartSectionBase.prototype.getCategory=function(){return this._category;};BiAbstractChartSectionBase.prototype.getGraph=function(){return this._graph;};_p._fillColor=null;_p._markerType=null;_p._markerVisible=null;_p._explode=null;_p.getStrokeOpacity=function(){return this._graph.getPresentationManager().getStrokeOpacity(this._seriesId,this._categoryId);};_p.getStrokeColor=function(){return this._graph.getPresentationManager().getStrokeColor(this._seriesId,this._categoryId);};_p.getFillOpacity=function(){return this._graph.getPresentationManager().getFillOpacity(this._seriesId,this._categoryId);};_p.getFillColor=function(){return this._graph.getPresentationManager().getFillColor(this._seriesId,this._categoryId);};_p.getFillColor2=function(){return this._graph.getPresentationManager().getFillColor2(this._seriesId,this._categoryId);};_p.getFillType=function(){return this._graph.getPresentationManager().getFillType(this._seriesId,this._categoryId);};_p.getFillAngle=function(){return this._graph.getPresentationManager().getFillAngle(this._seriesId,this._categoryId);};_p.getMarkerType=function(){return this._graph.getPresentationManager().getMarkerType(this._seriesId,this._categoryId);};_p.getMarkerVisible=function(){return this._graph.getPresentationManager().getMarkerVisible(this._seriesId,this._categoryId);};_p.getExplode=function(){return this._graph.getPresentationManager().getExplode(this._seriesId,this._categoryId);};_p.setStrokeColor=function(s){};_p.setFillOpacity=function(n){};_p.setFillColor=function(s){};_p.setStrokeOpacity=function(n){};_p.setFillColor2=function(s){};_p.setFillType=function(s){};_p.setFillAngle=function(s){};_p.setMarkerType=function(s){};_p.setMarkerVisible=function(s){};_p.setExplode=function(s){};_p.hasStrokeColor=function(){return this._strokeColor!=null;};_p.hasStrokeOpacity=function(){return this._strokeOpacity!=null;};_p.hasFillOpacity=function(){return this._fillOpacity!=null;};_p.hasFillColor=function(){return this._fillColor!=null;};_p.hasFillColor2=function(){return this._fillColor2!=null;};_p.hasFillType=function(){return this._fillType!=null;};_p.hasFillAngle=function(){return this._fillAngle!=null;};_p.hasMarkerType=function(){return this._markerType!=null;};_p.hasMarkerVisible=function(){return this._markerVisible!=null;};_p.hasExplode=function(){return this._explode!=null;};_p.getToolTip=function(){return this.getGraph().getToolTipForPoint(this._series,this._category);};_p.getContextMenu=function(){return this.getGraph().getContextMenuForPoint(this._series,this._category);};_p.getTitle=function(){return this._category.getTitle();};_p.getIconHtml=function(bHasText,bEnabled,sIconPosition,nIconTextGap,sClassName)
{var marginSide,blockStyle="";switch(sIconPosition){case"right":marginSide="left";break;case"top":marginSide="bottom";blockStyle="display:block;"
break;case"bottom":marginSide="top";blockStyle="display:block;"
break;default:marginSide="right";break;}
var iconTextGap=bHasText?nIconTextGap:0;return"<img style=\"vertical-align:middle;border:0.05em solid "+this.getStrokeColor()+";overflow:hidden;background-color:"+this.getFillColor()+";"+"width:0.667em;height:0.667em;"+blockStyle+"margin-"+marginSide+":"+iconTextGap+"px;\""+(sClassName?" class=\""+sClassName+"\"":"")+" src=\""+application.getPath()+"images/blank.gif\">";};_p.dispose=function(){if(this._disposed)return;BiComponent.prototype.dispose.call(this);this._chart=null;this._series=null;this._category=null;this._graph=null;this._fillEl=null;};function BiChartValueAxisBase(oGraph)
{if(!oGraph)
return;BiComponent.call(this);this._graph=oGraph;this._labels=[];};_p=BiChartValueAxisBase.prototype=new BiComponent;_p._className="BiChartValueAxisBase";_p._majorTickInterval=null;_p._minorTickInterval=null;_p._labelInterval=null;_p._maximum=null;_p._minimum=null;_p._showMajorTicks=false;_p._showMinorTicks=false;_p._showLabels=true;_p._fontSize=11;_p._desiredVisible=true;BiChartValueAxisBase.prototype.getShowMajorTicks=function(){return this._showMajorTicks;};BiChartValueAxisBase.prototype.getShowMinorTicks=function(){return this._showMinorTicks;};BiChartValueAxisBase.prototype.getShowLabels=function(){return this._showLabels;};BiChartValueAxisBase.prototype.getFontSize=function(){return this._fontSize;};_p.setMajorTickInterval=function(n){this._majorTickInterval=n;this._clearCache();};_p.setMinorTickInterval=function(n){this._minorTickInterval=n;this._clearCache();};_p.setMaximum=function(n){this._maximum=n;this._clearCache();};_p.setMinimum=function(n){this._minimum=n;this._clearCache();};_p.setShowMajorTicks=function(b){if(this._showMajorTicks!=b){this._showMajorTicks=b;this._updateMajorTicks();}};_p.setShowMinorTicks=function(b){if(this._showMinorTicks!=b){this._showMinorTicks=b;this._updateMinorTicks();}};_p.setShowLabels=function(b){if(this._showLabel!=b){this._showLabels=b;this._updateLabels();}};_p.getMaximumValue=function(){if(this._graph._getPercentageStack())
return 1;var s=this._graph.getSeries();if(this._graph._getStackedChart()){var cats=this._graph.getCategories();var l=cats.length;var sum,id;var max=0;for(var j=0;j<l;j++){sum=0;id=cats[j].getId();for(var i=0;i<s.length;i++){sum+=Math.abs(s[i].getValueByCategoryId(id));}
max=Math.max(max,sum);}
return max;}
else{var maxValue= -Infinity;for(var i=0;i<s.length;i++)
maxValue=Math.max(maxValue,s[i].getMaximumValue());return maxValue;}};_p.getMinimumValue=function(){if(this._graph._getStackedChart())
return 0;var minValue=Infinity;var s=this._graph.getSeries();for(var i=0;i<s.length;i++)

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
偷偷要91色婷婷| 99久久er热在这里只有精品66| 精品亚洲欧美一区| 91美女视频网站| 精品国产伦一区二区三区观看方式 | 亚洲午夜久久久久久久久电影院| 国产美女在线精品| 欧美日韩的一区二区| 亚洲三级在线免费观看| 国产精品自拍三区| 日韩一区和二区| 午夜在线成人av| 色成人在线视频| 国产精品国产三级国产a| 国产一区二区导航在线播放| 欧美日本视频在线| 亚洲国产sm捆绑调教视频| 色综合天天综合网天天看片| 中文字幕国产一区| 国产真实乱对白精彩久久| 日韩一区二区不卡| 青青国产91久久久久久| 在线成人高清不卡| 亚洲在线观看免费视频| 在线观看欧美精品| 亚洲综合免费观看高清完整版 | 国产精品久久久久久户外露出 | 国产亚洲精品福利| 国产精品一区二区你懂的| 久久久亚洲欧洲日产国码αv| 毛片av中文字幕一区二区| 在线不卡一区二区| 天天色综合成人网| 日韩一级片在线观看| 日韩成人伦理电影在线观看| 日韩无一区二区| 久久精品av麻豆的观看方式| 精品国产亚洲一区二区三区在线观看| 偷窥少妇高潮呻吟av久久免费| 欧美视频在线一区二区三区 | 国产精品妹子av| 成人一区二区三区视频| 中文字幕精品—区二区四季| 91免费看片在线观看| 一区二区三区在线免费视频 | 91精品国产综合久久小美女| 毛片基地黄久久久久久天堂| 精品国免费一区二区三区| 久久er99精品| 日本一区二区视频在线观看| 91在线视频网址| 亚洲成人动漫一区| 精品精品欲导航| 成人中文字幕合集| 亚洲一区二区三区在线播放| 91精品国产日韩91久久久久久| 国产一区二区三区蝌蚪| 自拍偷拍亚洲激情| 欧美在线高清视频| 狠狠色狠狠色综合日日91app| 中文字幕亚洲在| 6080亚洲精品一区二区| 国产精品一区二区x88av| 伊人性伊人情综合网| 日韩视频免费直播| 91在线观看污| 男人的天堂久久精品| 国产精品高清亚洲| 欧美一区二区不卡视频| www.色综合.com| 美国精品在线观看| 亚洲私人黄色宅男| 欧美成va人片在线观看| 色中色一区二区| 国产乱色国产精品免费视频| 亚洲一区欧美一区| 国产精品全国免费观看高清| 欧美一区二区三区四区视频| 99视频在线观看一区三区| 麻豆专区一区二区三区四区五区| 国产精品美女久久久久高潮| 欧美一区二区不卡视频| 在线免费观看日本一区| 国产福利精品一区| 老司机午夜精品| 亚洲成av人片| 亚洲欧美视频在线观看| 国产亚洲女人久久久久毛片| 欧美一区二区三区爱爱| 色婷婷综合激情| 国产成人免费xxxxxxxx| 麻豆精品久久精品色综合| 亚洲最大色网站| 国产精品久久久久久亚洲伦| 久久久五月婷婷| 日韩视频免费观看高清在线视频| 欧美日韩一级片在线观看| 色综合天天狠狠| www.欧美日韩| 国v精品久久久网| 国产伦精品一区二区三区视频青涩| 天天免费综合色| 亚洲综合成人在线| 一区二区三区日韩欧美| 婷婷丁香久久五月婷婷| 免费观看91视频大全| 一区二区三区视频在线观看 | 欧美日韩色一区| 成人高清视频在线| 国产成都精品91一区二区三| 国产一区不卡精品| 国产麻豆9l精品三级站| 另类小说视频一区二区| 美腿丝袜在线亚洲一区| 麻豆精品久久精品色综合| 免费观看在线综合| 热久久一区二区| 免费成人小视频| 国内精品视频666| 国产乱人伦偷精品视频不卡| 国产91丝袜在线观看| 国产成人av福利| av亚洲精华国产精华精华| av在线不卡观看免费观看| 99精品视频在线观看免费| 色哦色哦哦色天天综合| 欧美日韩色综合| 欧美成人aa大片| 中文字幕免费一区| 亚洲美女淫视频| 午夜亚洲国产au精品一区二区| 三级一区在线视频先锋 | 91在线国内视频| 在线观看亚洲a| 91精品国产免费久久综合| 久久久久久免费毛片精品| 中文字幕不卡在线播放| 亚洲一区二区五区| 久草在线在线精品观看| 成人黄色一级视频| 欧美三级电影精品| 欧美精品一区二区三区高清aⅴ | 99久久久国产精品| 在线观看一区日韩| 精品伦理精品一区| 亚洲精品日日夜夜| 麻豆国产精品视频| 99久久免费精品高清特色大片| 欧美三级中文字幕在线观看| 日韩精品一区二区三区在线观看 | 日韩高清不卡一区二区三区| 国产精品一品二品| 欧美色电影在线| 亚洲国产精品传媒在线观看| 亚洲国产一二三| 国产成人综合亚洲网站| 欧美视频中文一区二区三区在线观看 | 99精品久久99久久久久| 在线成人高清不卡| 国产精品麻豆久久久| 美腿丝袜在线亚洲一区| 91麻豆福利精品推荐| 久久中文字幕电影| 亚洲成人综合在线| 成人黄色777网| 久久综合九色综合欧美亚洲| 亚洲一级片在线观看| www.色精品| 久久久蜜桃精品| 日本不卡不码高清免费观看| 91日韩精品一区| 国产日韩三级在线| 久久激情综合网| 精品1区2区3区| 亚洲丝袜另类动漫二区| 国产精品一区二区x88av| 欧美一二三区在线观看| 亚洲图片欧美一区| 一本久久a久久精品亚洲| 久久久久久久久蜜桃| 免费成人av资源网| 欧美电影一区二区| 一区二区三区日韩欧美| 99久久精品一区二区| 国产精品久久久久影院| 国产精品 日产精品 欧美精品| 欧美草草影院在线视频| 美女视频网站黄色亚洲| 欧美男男青年gay1069videost | 欧美亚一区二区| 亚洲精品欧美激情| 91啪亚洲精品| 一区二区高清免费观看影视大全| av电影在线观看不卡| 亚洲欧洲美洲综合色网| 不卡一区在线观看| 国产精品久久久久久久久久免费看| 东方aⅴ免费观看久久av| 久久久精品欧美丰满| 国产白丝精品91爽爽久久|