diff --git a/c3.js b/c3.js index 426b331..35bd7f5 100644 --- a/c3.js +++ b/c3.js @@ -115,7 +115,7 @@ checkConfig('data', 'data is required in config'); var __data_x = getConfig(['data', 'x']), - __data_xs = getConfig(['data', 'xs']), + __data_xs = getConfig(['data', 'xs'], {}), __data_x_format = getConfig(['data', 'x_format'], '%Y-%m-%d'), __data_id_converter = getConfig(['data', 'id_converter'], function (id) { return id; }), __data_names = getConfig(['data', 'names'], {}), @@ -142,7 +142,7 @@ __subchart_size_height = __subchart_show ? getConfig(['subchart', 'size', 'height'], 60) : 0; // color - var __color_pattern = getConfig(['color', 'pattern']); + var __color_pattern = getConfig(['color', 'pattern'], []); // legend var __legend_show = getConfig(['legend', 'show'], true), @@ -258,7 +258,7 @@ var isTimeSeries = (__axis_x_type === 'timeseries'), isCategorized = (__axis_x_type === 'categorized'), - isCustomX = !isTimeSeries && (__data_x || __data_xs); + isCustomX = !isTimeSeries && (__data_x || !isEmpty(__data_xs)); var dragStart = null, dragging = false, cancelClick = false; @@ -1190,13 +1190,13 @@ //-- Data --// function isX(key) { - return (__data_x && key === __data_x) || (__data_xs && hasValue(__data_xs, key)); + return (__data_x && key === __data_x) || (!isEmpty(__data_xs) && hasValue(__data_xs, key)); } function isNotX(key) { return !isX(key); } function getXKey(id) { - return __data_x ? __data_x : __data_xs ? __data_xs[id] : null; + return __data_x ? __data_x : !isEmpty(__data_xs) ? __data_xs[id] : null; } function getXValue(id, i) { return id in c3.data.x && c3.data.x[id] && c3.data.x[id][i] ? c3.data.x[id][i] : i; @@ -1784,7 +1784,7 @@ function generateColor(_colors, _pattern) { var ids = [], colors = _colors, - pattern = _pattern ? _pattern : ['#1f77b4', '#ff7f0e', '#2ca02c', '#d62728', '#9467bd', '#8c564b', '#e377c2', '#7f7f7f', '#bcbd22', '#17becf']; //same as d3.scale.category10() + pattern = !isEmpty(_pattern) ? _pattern : ['#1f77b4', '#ff7f0e', '#2ca02c', '#d62728', '#9467bd', '#8c564b', '#e377c2', '#7f7f7f', '#bcbd22', '#17becf']; //same as d3.scale.category10() return function (id) { // if specified, choose that color @@ -1829,6 +1829,9 @@ return false; } + function isEmpty(dict) { + return Object.keys(dict).length === 0; + } function hasValue(dict, value) { var found = false; Object.keys(dict).forEach(function (key) { @@ -2341,7 +2344,7 @@ if (__zoom_enabled) { // TODO: __zoom_privileged here? // if zoom privileged, insert rect to forefront - main.insert('rect', __zoom_privileged ? null : 'g.grid') + main.insert('rect', __zoom_privileged ? null : 'g.' + CLASS.grid) .attr('class', CLASS.zoomRect) .attr('width', width) .attr('height', height) @@ -3012,7 +3015,7 @@ .attr("cy", __axis_rotated ? circleX : circleY); // rect for mouseover - if (__data_xs) { + if (!isEmpty(__data_xs)) { eventRectUpdate = main.select('.' + CLASS.eventRects).selectAll('.' + CLASS.eventRect) .data([0]); // enter : only one rect will be added diff --git a/c3.min.js b/c3.min.js index 977d875..09a5c2f 100644 --- a/c3.min.js +++ b/c3.min.js @@ -1,2 +1,2 @@ -!function(a){"use strict";function b(a){return a||0===a}function c(a){return"undefined"==typeof a}function d(a){return"undefined"!=typeof a}var e={};e.generate=function(e){function f(a,b){if(!(a in e))throw Error(b)}function g(a,b){var c,d,f,g=e;for(c=0;cWe&&(We=0),0>Ye&&(Ye=0),Ue={top:dg?Te.top:_e-Zf-(Ah?0:af),right:0/0,bottom:20+(Ah?0:af),left:dg?Eh:Te.left},Xe=dg?Te.left-Eh-Fh:We,Ze=dg?Ye:_e-Ue.top-Ue.bottom,0>Xe&&(Xe=0),0>Ze&&(Ze=0),Ve={top:Ah?0:_e-af,right:0/0,bottom:0,left:Ah?$e-bf:0},n(),Ah&&vd(Ce.data.targets)&&(Ve.left=We/2+df)}function n(){df=Ye/2,cf=.95*df,ef=ud(Ce.data.targets)?.6*cf:0}function o(){var a=dg?He.axisX:He.axisY,b=Be.select("."+a).node(),c=b?b.getBoundingClientRect():{right:0},d=Be.select(Ie).node().getBoundingClientRect(),e=c.right-d.left-r();return e>0?e:0}function p(){return Je?Je:v()}function q(){var a=Ke?Ke:w();return a>0?a:320}function r(){return vd(Ce.data.targets)?0:Le?Le:dg||!og||tg?1:t("y")}function s(){var a=1;return vd(Ce.data.targets)?0:Me?Me:Ah?bf+(xg&&!dg?t("y2"):a):xg?Cg||dg?a:t("y2"):a}function t(a){var b=db(a);return b.isInner?20+wb(a):40+wb(a)}function u(a){return"y"!==a||og?"y2"!==a||xg?(db(a).isInner?30:40)+("y2"===a?-10:0):Gh:_f&&!Ah?10:1}function v(){return+Be.select(Ie).style("width").replace("px","")}function w(){return+Be.select(Ie).style("height").replace("px","")}function x(a){return a?-5:-(Te.left-1)}function y(a){return a?-20:-1}function z(){return x(!dg)}function A(){return y(!dg)}function B(){return x(dg)}function C(){return y(dg)}function D(a){return a?We+2+4:Te.left+20}function E(a){return a?80:Ye+2}function F(){return D(!dg)}function G(){return E(!dg)}function H(){return D(dg)}function I(){return E(dg)}function J(){var a=dg?Ye:We,b=mc(),c=Rb()*(rd(Ce.data.targets)?(b-(oh?.25:1))/b:.98);return b>1?a*c/(b-1):a}function K(a){Bh=a}function L(a){Ch=a}function M(a){Dh=a}function N(){return _f?Ah?Ch*(Bh+1):$e:0}function O(){return _f?Ah?_e:Dh*(Bh+1):0}function P(){var a,b,c=!sf;kf=dg?1:0,lf=dg?Ye:We,mf=dg?0:Ye,nf=dg?We:1,of=kf,pf=lf,qf=dg?0:Ze,rf=dg?Xe:1,sf=R(kf,lf,c?void 0:sf.domain(),function(){return yf.tickOffset()}),tf=S(mf,nf),uf=S(mf,nf),vf=R(kf,lf,Th,function(a){return a%1?0:Bf.tickOffset()}),wf=S(qf,rf),xf=S(qf,rf),a=Y(),b=Z(),yf=V(sf,vh,a,b),Bf=V(vf,yh,a,b),zf=W(tf,wh,ug,wg),Af=W(uf,xh,Dg,Fg),c||(Hh.scale(vf),Ne&&Lh.scale(sf)),Q()}function Q(){ff=zb(),gf=Ab(),hf=Ab(.98)}function R(a,b,e,f){var g=(nh?Be.time.scale():Be.scale.linear()).range([a,b]);if(g.orgDomain=function(){return g.domain()},d(e)&&g.domain(e),c(f)&&(f=function(){return 0}),oh){var h,i=g;g=function(a){return i(a)+f(a)};for(h in i)g[h]=i[h];g.orgDomain=function(){return i.domain()},g.domain=function(a){return arguments.length?(i.domain(a),g):(a=i.domain(),[a[0],a[1]+1])}}return g}function S(a,b){return Be.scale.linear().range([a,b])}function T(a){return"y2"===X(a)?uf:tf}function U(a){return"y2"===X(a)?xf:wf}function V(a,b,c,d){var e=(oh?xb():Be.svg.axis()).scale(a).orient(b);return e.tickFormat(c).ticks(d),oh?e.tickCentered(gg):e.tickOffset=function(){var a=dg?Ye:We;return a*Rb()/mc()/2},oh&&e.categories(fg),e}function W(a,b,c,d){return Be.svg.axis().scale(a).orient(b).tickFormat(c).ticks(d).outerTickSize(0)}function X(a){return a in If?If[a]:"y"}function Y(){var a=nh?uh:oh?vc:null;return hg&&("function"==typeof hg?a=hg:nh&&(a=function(a){return Be.time.format(hg)(a)})),a}function Z(){var a=mc();return ig&&a>jg?jg:a}function $(a){return"string"==typeof a?a:a?a.text:null}function _(a,b){var c=a&&"object"==typeof a&&a.position?a.position:b;return{isInner:c.indexOf("inner")>=0,isOuter:c.indexOf("outer")>=0,isLeft:c.indexOf("left")>=0,isCenter:c.indexOf("center")>=0,isRight:c.indexOf("right")>=0,isTop:c.indexOf("top")>=0,isMiddle:c.indexOf("middle")>=0,isBottom:c.indexOf("bottom")>=0}}function ab(){return _(ng,dg?"inner-top":"inner-right")}function bb(){return _(sg,dg?"inner-right":"inner-top")}function cb(){return _(Bg,dg?"inner-right":"inner-top")}function db(a){return"y2"===a?cb():"y"===a?bb():ab()}function eb(){return $(ng)}function fb(){return $(sg)}function gb(){return $(Bg)}function hb(a,b){return a?b.isLeft?0:b.isCenter?We/2:We:b.isBottom?-Ye:b.isMiddle?-Ye/2:0}function ib(a,b){return a?b.isLeft?"0.5em":b.isRight?"-0.5em":"0":b.isTop?"-0.5em":b.isBottom?"0.5em":"0"}function jb(a,b){return a?b.isLeft?"start":b.isCenter?"middle":"end":b.isBottom?"start":b.isMiddle?"middle":"end"}function kb(){return hb(!dg,ab())}function lb(){return hb(dg,bb())}function mb(){return hb(dg,cb())}function nb(){return ib(!dg,ab())}function ob(){return ib(dg,bb())}function pb(){return ib(dg,cb())}function qb(){var a=ab();return dg?a.isInner?"1.2em":-30-wb("x"):a.isInner?"-0.5em":"3em"}function rb(){var a=bb();return dg?a.isInner?"-0.5em":"3em":a.isInner?"1.2em":-20-wb("y")}function sb(){var a=cb();return dg?a.isInner?"1.2em":"-2.2em":a.isInner?"-0.5em":30+wb("y2")}function tb(){return jb(!dg,ab())}function ub(){return jb(dg,bb())}function vb(){return jb(dg,cb())}function wb(a){var b=0,c="x"===a?He.axisX:"y"===a?He.axisY:He.axisY2;return Be.selectAll("."+c+" .tick text").each(function(){var a=this.getBBox();bb?[b,c]:[c,b]}function d(a){for(var b=[],c=Math.ceil(a[0]);c0&&b[0]>0&&b.unshift(b[0]-(b[1]-b[0])),b}function e(a,b){var c=a.length-1;return o>=c||b%Math.ceil(c/o)===0}function f(a){return a0)for(f=tc(a),b=0;ba?a:0}),c=1;c0||(g[d][b]+=+a)});return Be.min(Object.keys(g).map(function(a){return Be.min(g[a])}))}function Pb(a){var b,c,d,e,f,g=rc(a);if(Hf.length>0)for(f=uc(a),b=0;b0?a:0}),c=1;c+a||(g[d][b]+=+a)});return Be.max(Object.keys(g).map(function(a){return Be.max(g[a])}))}function Qb(a){var c,d,e,f,g,h,i,j,k=qc(function(b){return X(b.id)===a}),l="y2"===a?zg:qg,m="y2"===a?yg:pg,n=b(l)?l:Ob(k),o=b(m)?m:Pb(k),p="y2"===a?Ag:rg,q=Qc()&&dg;return n===o&&(0>n?o=0:n=0),c=Math.abs(o-n),d=e=f=q?0:.1*c,p&&(g=Math.max(Math.abs(n),Math.abs(o)),o=g-p,n=p-g),"y"===a&&vg&&(e=b(vg.top)?vg.top:d,f=b(vg.bottom)?vg.bottom:d),"y2"===a&&Eg&&(e=b(Eg.top)?Eg.top:d,f=b(Eg.bottom)?Eg.bottom:d),q&&(h=Rc(n,o),i=Wb(tf.range()),j=[h[0]/i,h[1]/i],e+=c*(j[1]/(1-j[0]-j[1])),f+=c*(j[0]/(1-j[0]-j[1]))),rd(k)&&!tc(k)&&(f=n),[n-f,o+e]}function Rb(a){var b=Wb(Th),c=Wb(sf.domain());return a||0===c?1:b/c}function Sb(a){return lg?lg:Be.min(a,function(a){return Be.min(a.values,function(a){return a.x})})}function Tb(a){return kg?kg:Be.max(a,function(a){return Be.max(a.values,function(a){return a.x})})}function Ub(a,b){var c,d,e=b[0],f=b[1],g=Math.abs(e-f);return oh?d=0:rd(a)?(c=mc(),d=c>1?g/(c-1)/2:.5):d=.01*g,d}function Vb(a){var b=[Sb(a),Tb(a)],c=b[0],d=b[1],e=Ub(a,b),f=nh?new Date(c.getTime()-e):c-e,g=nh?new Date(d.getTime()+e):d+e;return[f,g]}function Wb(a){return a[1]-a[0]}function Xb(a){for(var b=0;bd?0:d}function ac(a){return Cf&&a===Cf||Df&&Ld(Df,a)}function bc(a){return!ac(a)}function cc(a){return Cf?Cf:Df?Df[a]:null}function dc(a,b){return a in Ce.data.x&&Ce.data.x[a]&&Ce.data.x[a][b]?Ce.data.x[a][b]:b}function ec(a){Object.keys(a).forEach(function(b){Df[b]=a[b]})}function fc(a){var b;return a&&(b=Gf[a.id],a.name=b?b:a.id),a}function gc(a){var b,c,d=a[0],e={},f=[];for(b=1;b=0?a.map(function(a){return a[c]}):Ce.data.x[Object.keys(Ce.data.x)[0]]}),b=c.map(function(b,c){var d=Ff(b);return{id:d,id_org:b,values:a.map(function(a,e){var f,g=cc(b);return nh?f=a[g]instanceof Date?a[g]:Hd(a[g]):ph&&!oh?f=a[g]?+a[g]:dc(b,e):ph&&oh?(f=e,0===c&&a[g]&&(0===e&&(fg=[]),fg.push(a[g]))):f=e,a.x=f,{x:f,value:null===a[b]||isNaN(a[b])?null:+a[b],id:d}})}}),b.forEach(function(a){var b;a.values=a.values.sort(function(a,b){var c=a.x||0===a.x?a.x:1/0,d=b.x||0===b.x?b.x:1/0;return c-d}),b=0,a.values.forEach(function(a){a.index=b++})}),Jf&&pd(oc(b).filter(function(a){return!(a in Kf)}),Jf),b.forEach(function(a){Yb(a.id_org,a)}),b}function jc(a){return{id:a.id,id_org:a.id_org,values:a.values.map(function(a){return{x:a.x,value:a.value,id:a.id}})}}function kc(a){return a>0&&Ce.data.targets[0].values[a-1]?Ce.data.targets[0].values[a-1].x:void 0}function lc(a){return a1?Ce.data.targets.forEach(function(b){b.values.length>c&&(a=b,c=b.values.length)}):a=b?Ce.data.targets[0]:null,a}function oc(a){return a=c(a)?Ce.data.targets:a,a.map(function(a){return a.id})}function pc(a){var b,c=oc();for(b=0;ba})}function uc(a){return sc(a,function(a){return a>0})}function vc(a){return a=0&&d===a[c].x;c--)e.push(a[c]);for(c=b;c0?g=h:f=h,g-f===1?(e=[],a[f].x&&(e=e.concat(Yc(a,f))),a[g].x&&(e=e.concat(Yc(a,g))),_c(e,b)):Zc(a,b,f,g)}function $c(a,b){var c;return c=a.map(function(a){return Zc(a.values,b)}),_c(c,b)}function _c(a,b){var c,d;return a.forEach(function(a){var e=Md(a,b);(c>e||!c)&&(c=e,d=a)}),d}function ad(a){var b=a.getBoundingClientRect(),c=[a.pathSegList.getItem(0),a.pathSegList.getItem(1)],d=c[0].x,e=Math.min(c[0].y,c[1].y);return{x:d,y:e,width:b.width,height:b.height}}function bd(){return Mf&&"desc"===Mf.toLowerCase()}function cd(){return Mf&&"asc"===Mf.toLowerCase()}function dd(a){var b=cd(),c=bd();return b||c?a.sort(function(a,c){var d=function(a,b){return a+Math.abs(b.value)},e=a.values.reduce(d,0),f=c.values.reduce(d,0);return b?f-e:e-f}):"function"==typeof Mf&&a.sort(Mf),a}function ed(a,c){var d,e,f,g,h,i,j,k=vd(Ce.data.targets),l=k?Xc:Wc,m=a.filter(function(a){return a&&b(a.value)});eh&&0!==m.length&&(Rh.html(hh(a,Y(),l,th)).style("display","block"),d=Rh.property("offsetWidth"),e=Rh.property("offsetHeight"),k?(g=We/2+c[0],i=Ye/2+c[1]+20):(dg?(f=o(),g=f+c[0]+100,h=g+d,j=p()-s(),i=sf(m[0].x)+20):(f=o(),g=f+r()+sf(m[0].x)+20,h=g+d,j=f+p()-s(),i=c[1]+15),h>j&&(g-=d+60),i+e>q()&&(i-=e+30)),Rh.style("top",i+"px").style("left",g+"px"))}function fd(){Rh.style("display","none")}function gd(a){var c=a.filter(function(a){return a&&b(a.value)});eh&&(sd(Ce.data.targets)||vd(Ce.data.targets)||Oh.selectAll("line."+He.xgridFocus).style("visibility","visible").data([c[0]]).attr(dg?"y1":"x1",Sc).attr(dg?"y2":"x2",Sc))}function hd(){Oh.select("line."+He.xgridFocus).style("visibility","hidden")}function id(a){return a.x||0===a.x?sf(a.x):null}function jd(a){return T(a.id)(a.value)}function kd(){var a,b,d={},e=0;return qc(yd).forEach(function(f){for(a=0;a0&&(i+=g(b.values[f].value)-h)}),i}}function od(a,b){return Sg?Sg:b?2*a.tickOffset()*Tg/b:0}function pd(a,b){var d=c(a)?oc():a;"string"==typeof d&&(d=[d]);for(var e=0;e0&&i>k||a.value<0&&k>i)&&(k=i),[[j,i],[j,k-(c-i)],[j+d,k-(c-i)],[j+d,i]]}}function de(a,b,e,f){var g,h,i,j,k,l,m,n,o,p,q,r=-1,s="M",t=[];if(d(f))for(g=0;g=h;h+=u)s+=i(a[g-1],a[g],h,o)}r=a[g].x}return s}function ee(b){var c,d,e;if(Sh=Be.select(Ie),Sh.empty())throw new Error('No bind element found. Check the selector specified by "bindto" and existance of that element. Default "bindto" is "#chart".');if(Sh.html(""),Sh.classed("c3",!0),Ce.data.x={},Ce.data.targets=ic(b),m(),P(),sf.domain(Be.extent(Vb(Ce.data.targets))),tf.domain(Qb("y")),uf.domain(Qb("y2")),vf.domain(sf.domain()),wf.domain(tf.domain()),xf.domain(uf.domain()),Th=sf.domain(),Hh.scale(vf),Ne&&Lh.scale(sf),Mh=Sh.append("svg").attr("width",We+Te.left+Te.right).attr("height",Ye+Te.top+Te.bottom).on("mouseenter",Qe).on("mouseleave",Re),Nh=Mh.append("defs"),Nh.append("clipPath").attr("id",lh).append("rect").attr("width",We).attr("height",Ye),Nh.append("clipPath").attr("id","xaxis-clip").append("rect").attr("x",z).attr("y",A).attr("width",F).attr("height",G),Nh.append("clipPath").attr("id","yaxis-clip").append("rect").attr("x",B).attr("y",C).attr("width",H).attr("height",I),Oh=Mh.append("g").attr("transform",zh.main),Ph=Yf?Mh.append("g").attr("transform",zh.context):null,Qh=_f?Mh.append("g").attr("transform",zh.legend):null,Rh=Be.select(Ie).style("position","relative").append("div").style("position","absolute").style("z-index","10").style("display","none"),Oh.append("g").attr("class",He.axisX).attr("clip-path",dg?"":h("xaxis-clip")).attr("transform",zh.x).append("text").attr("class",He.axisXLabel).attr("transform",dg?"rotate(-90)":"").attr("dx",nb).attr("dy",qb).style("text-anchor",tb).text(eb),og&&Oh.append("g").attr("class",He.axisY).attr("clip-path",dg?h("yaxis-clip"):"").append("text").attr("class",He.axisYLabel).attr("transform",dg?"":"rotate(-90)").attr("dx",ob).attr("dy",rb).style("text-anchor",ub).text(fb),xg&&Oh.append("g").attr("class",He.axisY2).attr("transform",zh.y2).append("text").attr("class",He.axisY2Label).attr("transform",dg?"":"rotate(-90)").attr("dx",pb).style("text-anchor",vb).text(gb),d=Oh.append("g").attr("clip-path",mh).attr("class",He.grid),Gg&&d.append("g").attr("class",He.xgrids),Ig&&d.append("g").attr("class",He.xgridLines),Og&&d.append("g").attr("class",He.xgridFocus).append("line").attr("class",He.xgridFocus).attr("x1",dg?0:-10).attr("x2",dg?We:-10).attr("y1",dg?-10:Te.top).attr("y2",dg?-10:Ye),Jg&&d.append("g").attr("class",He.ygrids),Kg&&d.append("g").attr("class",He.ygridLines),Oh.append("g").attr("clip-path",mh).attr("class",He.regions),Oh.append("g").attr("clip-path",mh).attr("class",He.chart),c=Oh.select("."+He.chart).append("g").attr("class",He.eventRects).style("fill-opacity",0).style("cursor",Ne?dg?"ns-resize":"ew-resize":null),Oh.select("."+He.chart).append("g").attr("class",He.chartBars),Oh.select("."+He.chart).append("g").attr("class",He.chartLines),Oh.select("."+He.chart).append("g").attr("class",He.chartArcs).attr("transform",zh.arc).append("text").attr("class",He.chartArcsTitle).style("text-anchor","middle").text(Kb()),Oh.select("."+He.chart).append("g").attr("class",He.chartTexts),Ne&&Oh.insert("rect",Pe?null:"g.grid").attr("class",He.zoomRect).attr("width",We).attr("height",Ye).style("opacity",0).style("cursor",dg?"ns-resize":"ew-resize").call(Lh).on("dblclick.zoom",null),mg&&Hh.extent("function"!=typeof mg?mg:mg(Vb())),Yf&&(Ph.append("g").attr("clip-path",mh).attr("class",He.chart),Ph.select("."+He.chart).append("g").attr("class",He.chartBars),Ph.select("."+He.chart).append("g").attr("class",He.chartLines),Ph.append("g").attr("clip-path",mh).attr("class",He.brush).call(Hh).selectAll("rect").attr(dg?"width":"height",dg?Xe:Ze),Ph.append("g").attr("class",He.axisX).attr("transform",zh.subx).attr("clip-path",dg?"":h("xaxis-clip"))),re(Ce.data.targets),dg?Oh.select("."+He.axisX).style("opacity",0).call(yf):(Oh.select("."+He.axisY).style("opacity",0).call(zf),Oh.select("."+He.axisY2).style("opacity",0).call(Af)),qe({withTransform:!0,withLegend:!0,durationForAxis:0}),ih){if(nh&&"string"==typeof jh){for(jh=Hd(jh),e=0;e0){d=[];for(var f in Gf)for(c=0;cf&&g>c&&d>h&&i>d):"path"===this.nodeName&&(l=ad(this),c=l.x,d=l.y,e=l.width,j=l.height,k=Sd,p=!(c>g||f>c+e||d>i||h>d+j)),p^o&&(m.classed(Ge,!o),m.classed(Fe,!n),k(!n,m,a,b))}))}function je(a){vd(Ce.data.targets)||Pf&&(qh=a,Oh.select("."+He.chart).append("rect").attr("class",He.dragarea).style("opacity",.1),rh=!0,Wf())}function ke(){vd(Ce.data.targets)||Pf&&(Oh.select("."+He.dragarea).transition().duration(100).style("opacity",0).remove(),Oh.selectAll("."+He.shape).classed(Ge,!1),rh=!1,Xf()) -}function le(a){var c,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,A,B,C,D,E,F,G,H=kd(),I=vd(Ce.data.targets);if(a=d(a)?a:{},t=d(a.withY)?a.withY:!0,u=d(a.withSubchart)?a.withSubchart:!0,v=d(a.withTransition)?a.withTransition:!0,w=d(a.withTransform)?a.withTransform:!1,x=d(a.withUpdateXDomain)?a.withUpdateXDomain:!1,y=d(a.withUpdateOrgXDomain)?a.withUpdateOrgXDomain:!1,z=d(a.withLegend)?a.withLegend:!1,E=v?Se:0,F=d(a.durationForExit)?a.durationForExit:E,G=d(a.durationForAxis)?a.durationForAxis:E,z&&_f&&xe(Ce.data.targets,a),y&&(sf.domain(Be.extent(Vb(Ce.data.targets))),Th=sf.domain(),Ne&&Lh.scale(sf).updateScaleExtent(),vf.domain(sf.domain()),Hh.scale(vf)),x&&(sf.domain(Hh.empty()?Th:Hh.extent()),Ne&&Lh.scale(sf).updateScaleExtent()),tf.domain(Qb("y")),uf.domain(Qb("y2")),Oh.select("."+He.axisX).style("opacity",I?0:1).transition().duration(G).call(yf),Oh.select("."+He.axisY).style("opacity",I?0:1).transition().duration(G).call(zf),Oh.select("."+He.axisY2).style("opacity",I?0:1).transition().duration(G).call(Af),A=$d(H),C=_d(H,!0),D=_d(H,!1),Oh.select("."+He.axisX+" ."+He.axisXLabel).attr("x",kb),Oh.select("."+He.axisY+" ."+He.axisYLabel).attr("x",lb).attr("dy",rb),Oh.select("."+He.axisY2+" ."+He.axisY2Label).attr("x",mb).attr("dy",sb),wf.domain(tf.domain()),xf.domain(uf.domain()),Rh.style("display","none"),Oh.select("line."+He.xgridFocus).style("visibility","hidden").attr("y2",Ye),Gg){if("year"===Hg){e=[];for(var K=Vb(),L=K[0].getFullYear(),M=K[1].getFullYear(),N=L;M>=N;N++)e.push(new Date(N+"-01-01 00:00:00"))}else e=sf.ticks(10);c=Oh.select("."+He.xgrids).selectAll("."+He.xgrid).data(e),c.enter().append("line").attr("class",He.xgrid),c.attr("x1",dg?0:function(a){return sf(a)-yf.tickOffset()}).attr("x2",dg?We:function(a){return sf(a)-yf.tickOffset()}).attr("y1",dg?function(a){return sf(a)-yf.tickOffset()}:Te.top).attr("y2",dg?function(a){return sf(a)-yf.tickOffset()}:Ye).style("opacity",function(){return+Be.select(this).attr(dg?"y1":"x1")===(dg?Ye:0)?0:1}),c.exit().remove()}Ig&&(f=Oh.select("."+He.xgridLines).selectAll("."+He.xgridLine).data(Ig),g=f.enter().append("g").attr("class",function(a){return He.xgridLine+(a.class?a.class:"")}),g.append("line").style("opacity",0),g.append("text").attr("text-anchor","end").attr("transform",dg?"":"rotate(-90)").attr("dx",dg?0:-Te.top).attr("dy",-5).style("opacity",0),f.select("line").transition().duration(E).attr("x1",dg?0:Tc).attr("x2",dg?We:Tc).attr("y1",dg?Tc:Te.top).attr("y2",dg?Tc:Ye).style("opacity",1),f.select("text").transition().duration(E).attr("x",dg?We:0).attr("y",Tc).text(function(a){return a.text}).style("opacity",1),f.exit().transition().duration(E).style("opacity",0).remove()),t&&Jg&&(h=Oh.select("."+He.ygrids).selectAll("."+He.ygrid).data(tf.ticks(Lg)),h.enter().append("line").attr("class",He.ygrid),h.attr("x1",dg?tf:0).attr("x2",dg?tf:We).attr("y1",dg?0:tf).attr("y2",dg?Ye:tf),h.exit().remove()),t&&Kg&&(i=Oh.select("."+He.ygridLines).selectAll("."+He.ygridLine).data(Kg),j=i.enter().append("g").attr("class",function(a){return He.ygridLine+(a.class?a.class:"")}),j.append("line").style("opacity",0),j.append("text").attr("text-anchor","end").attr("transform",dg?"rotate(-90)":"").attr("dx",dg?0:-Te.top).attr("dy",-5).style("opacity",0),i.select("line").transition().duration(E).attr("x1",dg?Uc:0).attr("x2",dg?Uc:We).attr("y1",dg?0:Uc).attr("y2",dg?Ye:Uc).style("opacity",1),i.select("text").transition().duration(E).attr("x",dg?0:We).attr("y",Uc).text(function(a){return a.text}).style("opacity",1),i.exit().transition().duration(E).style("opacity",0).remove()),l=Oh.selectAll("."+He.bars).selectAll("."+He.bar).data(Dd),l.enter().append("path").attr("d",A).style("stroke","none").style("opacity",0).style("fill",function(a){return th(a.id)}).attr("class",Ec),l.style("opacity",Mc).transition().duration(E).attr("d",A).style("opacity",1),l.exit().transition().duration(F).style("opacity",0).remove(),n=Oh.selectAll("."+He.texts).selectAll("."+He.text).data(Fd),n.enter().append("text").attr("class",xc).attr("text-anchor",function(a){return dg?a.value<0?"end":"start":"middle"}).style("stroke","none").style("fill-opacity",0).text(function(a){return Wc(a.value)}),n.style("fill-opacity",Nc).transition().duration(E).attr("x",C).attr("y",D).style("fill-opacity",Pc),n.exit().transition().duration(F).style("fill-opacity",0).remove(),Oh.selectAll("."+He.line).style("opacity",Mc).transition().duration(E).attr("d",Ih).style("opacity",1),Oh.selectAll("."+He.area).style("opacity",0).transition().duration(E).attr("d",Jh).style("opacity",Uh),k=Oh.selectAll("."+He.circles).selectAll("."+He.circle).data(Ed),k.enter().append("circle").attr("class",Cc).style("opacity",0).attr("r",Ng),k.style("opacity",Mc).transition().duration(E).style("opacity",Oc).attr("cx",dg?jd:id).attr("cy",dg?id:jd),k.exit().remove(),Oh.selectAll("."+He.chartArc).select("."+He.arc).attr("transform",w?"scale(0)":"").style("opacity",function(a){return a===this._current?0:1}).transition().duration(E).attrTween("d",function(a){var b=yb(a);if(!b)return function(){return"M 0 0"};var c=Be.interpolate(this._current,b);return this._current=c(0),function(a){return Bb(c(a),!0)}}).attr("transform",w?"scale(1)":"").style("opacity",1),Oh.selectAll("."+He.chartArc).select("text").attr("transform",Cb).style("opacity",0).transition().duration(E).text(Fb).style("opacity",function(a){return Cd(a.data)?1:0}),Oh.select("."+He.chartArcsTitle).style("opacity",ud(Ce.data.targets)?1:0),Yf&&(null!==Be.event&&"zoom"===Be.event.type&&Hh.extent(sf.orgDomain()).update(),u&&(Ph.select("."+He.axisX).style("opacity",I?0:1).transition().duration(E).call(Bf),Hh.empty()||Hh.extent(sf.orgDomain()).update(),B=$d(H,!0),o=Ph.selectAll("."+He.bars).selectAll("."+He.bar).data(Dd),o.enter().append("path").attr("d",B).style("stroke","none").style("fill",function(a){return th(a.id)}).attr("class",Ec),o.style("opacity",Mc).transition().duration(E).attr("d",B).style("opacity",1),o.exit().transition().duration(E).style("opacity",0).remove(),Ph.selectAll("."+He.line).style("opacity",Mc).transition().duration(E).attr("d",Kh).style("opacity",1))),Oh.selectAll("."+He.selectedCircles).filter(function(a){return yd(a)}).selectAll("circle").remove(),Oh.selectAll("."+He.selectedCircle).transition().duration(E).attr("cx",dg?jd:id).attr("cy",dg?id:jd),Df?(p=Oh.select("."+He.eventRects).selectAll("."+He.eventRect).data([0]),ge(p.enter()),p.attr("x",0).attr("y",0).attr("width",We).attr("height",Ye)):(ph&&!oh?(s=function(a,b){var c=kc(b),d=lc(b);return(sf(d?d:a.x+50)-sf(c?c:a.x-50))/2},r=function(a,b){var c=kc(b);return(sf(a.x)+sf(c?c:a.x-50))/2}):(s=J(),r=function(a){return sf(a.x)-s/2}),q=nc(),Oh.select("."+He.eventRects).datum(q?q.values:[]),p=Oh.select("."+He.eventRects).selectAll("."+He.eventRect).data(function(a){return a}),fe(p.enter()),p.attr("class",Jc).attr("x",dg?0:r).attr("y",dg?r:0).attr("width",dg?We:s).attr("height",dg?s:Ye),p.exit().remove()),m=Oh.select("."+He.regions).selectAll("rect."+He.region).data(dh),m.enter().append("rect").style("fill-opacity",0),m.attr("class",Ic).attr("x",dg?0:$b).attr("y",dg?$b:Te.top).attr("width",dg?We:_b).attr("height",dg?_b:Ye).transition().duration(E).style("fill-opacity",function(a){return b(a.opacity)?a.opacity:.1}),m.exit().transition().duration(E).style("fill-opacity",0).remove(),oc().forEach(function(a){Vh[a]=!0})}function me(){le({withTransition:!1,withY:!1,withSubchart:!1,withUpdateXDomain:!0})}function ne(){return"mousemove"===Be.event.sourceEvent.type&&Lh.altDomain?(sf.domain(Lh.altDomain),void Lh.scale(sf).updateScaleExtent()):(oh&&sf.orgDomain()[0]===Th[0]&&sf.domain([Th[0]-1e-10,sf.orgDomain()[1]]),le({withTransition:!1,withY:!1,withSubchart:!1}),void("mousemove"===Be.event.sourceEvent.type&&(sh=!0)))}function oe(){function a(){b.forEach(function(a){a()})}var b=[];return a.add=function(a){b.push(a)},a}function pe(){Mh.attr("width",$e).attr("height",_e),Mh.select("#"+lh).select("rect").attr("width",We).attr("height",Ye),Mh.select("#xaxis-clip").select("rect").attr("width",F),Mh.select("#yaxis-clip").select("rect").attr("width",H),Mh.select("."+He.zoomRect).attr("width",We).attr("height",Ye)}function qe(a){a=d(a)?a:{},a.withTransition=d(a.withTransition)?a.withTransition:!0,a.withTransform=d(a.withTransform)?a.withTransform:!1,a.withLegend=d(a.withLegend)?a.withLegend:!1,a.withUpdateXDomain=!0,a.withUpdateOrgXDomain=!0,a.durationForExit=0,m(),P(),pe(),l(a.withTransition),le(a)}function re(a){var b,c,d,e,f,g,h,i,j,k,l,m;h=Oh.select("."+He.chartTexts).selectAll("."+He.chartText).data(a),i=h.enter().append("g").attr("class",function(a){return He.chartText+wc(He.target,a.id)}).style("pointer-events","none"),i.append("g").attr("class",yc).style("fill",function(a){return th(a.id)}),e=Oh.select("."+He.chartBars).selectAll("."+He.chartBar).data(a),d=e.enter().append("g").attr("class",function(a){return He.chartBar+wc(He.target,a.id)}).style("pointer-events","none"),d.append("g").attr("class",Fc).style("fill",function(a){return th(a.id)}).style("stroke","none").style("cursor",function(a){return Rf(a)?"pointer":null}),c=Oh.select("."+He.chartLines).selectAll("."+He.chartLine).data(a),b=c.enter().append("g").attr("class",function(a){return He.chartLine+wc(He.target,a.id)}).style("pointer-events","none"),b.append("path").attr("class",Bc).style("opacity",0).style("stroke",function(a){return th(a.id)}),b.append("path").attr("class",Hc).style("opacity",function(){return Uh=+Be.select(this).style("opacity"),0}).style("fill",function(a){return th(a.id)}),b.append("g").attr("class",function(a){return wc(He.selectedCircles,a.id)}),b.append("g").attr("class",Dc).style("fill",function(a){return th(a.id)}).style("cursor",function(a){return Rf(a)?"pointer":null}),a.forEach(function(a){Oh.selectAll("."+He.selectedCircles+Kc(a.id)).selectAll("."+He.selectedCircle).each(function(b){b.value=a.values[b.x].value})}),g=Oh.select("."+He.chartArcs).selectAll("."+He.chartArc).data(jf(a)),f=g.enter().append("g").attr("class",function(a){return He.chartArc+wc(He.target,a.data.id)}),f.append("path").attr("class",Gc).style("opacity",0).style("fill",function(a){return th(a.data.id)}).style("cursor",function(a){return Rf(a)?"pointer":null}).each(function(a){this._current=a}).on("mouseover",function(a,b){var c=Eb(a),d=Mb();Gb(a.data.id),ue(a.data.id),d(c,b)}).on("mousemove",function(a){var b=[Eb(a)];ed(b,Be.mouse(this))}).on("mouseout",function(a,b){var c=Eb(a),d=Nb();Hb(a.data.id),we(),fd(),d(c,b)}).on("click",function(a,b){var c=Eb(a),d=Lb();d(c,b)}),f.append("text").attr("dy",".35em").style("opacity",0).style("text-anchor","middle").style("pointer-events","none"),Yf&&(m=Ph.select("."+He.chartBars).selectAll("."+He.chartBar).data(a),l=m.enter().append("g").attr("class",function(a){return He.chartBar+wc(He.target,a.id)}),l.append("g").attr("class",Fc).style("fill",function(a){return th(a.id)}),k=Ph.select("."+He.chartLines).selectAll("."+He.chartLine).data(a),j=k.enter().append("g").attr("class",function(a){return He.chartLine+wc(He.target,a.id)}),j.append("path").attr("class",Bc).style("opacity",0).style("stroke",function(a){return th(a.id)})),Mh.selectAll("."+He.target).transition().style("opacity",1)}function se(a,b){Ce.data.targets.forEach(function(b){for(var c=0;ce&&(e=(k-j)/2,v=0,B++)),A[a]=B,z[B]=e,w[a]=v,v+=j}var e,f,g=a.getBBox(),h=10*Math.ceil((g.width+r)/10),i=10*Math.ceil((g.height+q)/10),j=Ah?i:h,k=Ah?af:bf;c&&(v=0,B=0,s=0,t=0),x[b]=h,y[b]=i,(!s||h>=s)&&(s=h),(!t||i>=t)&&(t=i),f=Ah?t:s,cg?(Object.keys(x).forEach(function(a){x[a]=s}),Object.keys(y).forEach(function(a){y[a]=t}),e=(k-f*p.length)/2,u>e?(v=0,B=0,p.forEach(function(a){d(a)})):d(b,!0)):d(b)}var f,g,h,i,j,k,n,o,p=oc(a),q=4,r=26,s=0,t=0,u=10,v=0,w={},x={},y={},z={},A={},B=0;b=c(b)?{}:b,o=d(b.withTransition)?b.withTransition:!0,Ah?(g=function(a){return s*(.2+A[a])},j=function(a){return z[A[a]]+w[a]}):(g=function(a){return z[A[a]]+w[a]},j=function(a){return t*(.2+A[a])}),h=function(a,b){return g(a,b)+14},k=function(a,b){return j(a,b)+9},i=function(a,b){return g(a,b)-4},n=function(a,b){return j(a,b)-7},f=Qh.selectAll("."+He.legendItem).data(p).enter().append("g").attr("class",function(a){return wc(He.legendItem,a)}).style("cursor","pointer").on("click",function(a){bg(a)}).on("mouseover",function(a){Ce.focus(a)}).on("mouseout",function(){Ce.revert()}),f.append("text").text(function(a){return d(Gf[a])?Gf[a]:a}).each(function(a,b){e(this,a,0===b)}).style("pointer-events","none").attr("x",Ah?h:-200).attr("y",Ah?-200:k),f.append("rect").attr("class",He.legendItemEvent).style("fill-opacity",0).attr("x",Ah?i:-200).attr("y",Ah?-200:n).attr("width",function(a){return x[a]}).attr("height",function(a){return y[a]}),f.append("rect").attr("class",He.legendItemTile).style("pointer-events","none").style("fill",function(a){return th(a)}).attr("x",Ah?h:-200).attr("y",Ah?-200:j).attr("width",10).attr("height",10),Qh.selectAll("text").data(p).each(function(a,b){e(this,a,0===b)}).transition().duration(o?250:0).attr("x",h).attr("y",k),Qh.selectAll("rect."+He.legendItemEvent).data(p).transition().duration(o?250:0).attr("x",i).attr("y",n),Qh.selectAll("rect."+He.legendItemTile).data(p).transition().duration(o?250:0).attr("x",g).attr("y",j),L(s),M(t),K(B),m(),P(),pe(),l(!1)}function ye(a){return pc(a.id)}function ze(a){return"data"in a&&pc(a.data.id)}function Ae(a){var b=a&&a.value?a.value:null,c=a&&a["class"]?a["class"]:null;return b?function(a){return a.value!==b}:c?function(a){return a["class"]!==c}:function(){return!0}}var Be=a.d3?a.d3:a.require?a.require("d3"):void 0,Ce={data:{}},De={},Ee="_expanded_",Fe="_selected_",Ge="_included_",He={target:"c3-target",chart:"c3-chart",chartLine:"c3-chart-line",chartLines:"c3-chart-lines",chartBar:"c3-chart-bar",chartBars:"c3-chart-bars",chartText:"c3-chart-text",chartTexts:"c3-chart-texts",chartArc:"c3-chart-arc",chartArcs:"c3-chart-arcs",chartArcsTitle:"c3-chart-arcs-title",selectedCircle:"c3-selected-circle",selectedCircles:"c3-selected-circles",eventRect:"c3-event-rect",eventRects:"c3-event-rects",zoomRect:"c3-zoom-rect",brush:"c3-brush",focused:"c3-focused",region:"c3-region",regions:"c3-regions",tooltip:"c3-tooltip",tooltipName:"c3-tooltip-name",shape:"c3-shape",shapes:"c3-shapes",line:"c3-line",bar:"c3-bar",bars:"c3-bars",circle:"c3-circle",circles:"c3-circles",arc:"c3-arc",area:"c3-area",text:"c3-text",texts:"c3-texts",grid:"c3-grid",xgrid:"c3-xgrid",xgrids:"c3-xgrids",xgridLine:"c3-xgrid-line",xgridLines:"c3-xgrid-lines",xgridFocus:"c3-xgrid-focus",ygrid:"c3-ygrid",ygrids:"c3-ygrids",ygridLine:"c3-ygrid-line",ygridLines:"c3-ygrid-lines",axisX:"c3-axis-x",axisXLabel:"c3-axis-x-label",axisY:"c3-axis-y",axisYLabel:"c3-axis-y-label",axisY2:"c3-axis-y2",axisY2Label:"c3-axis-y2-label",legendItem:"c3-legend-item",legendItemEvent:"c3-legend-item-event",legendItemTile:"c3-legend-item-tile",dragarea:"c3-dragarea"},Ie=g(["bindto"],"#chart"),Je=g(["size","width"]),Ke=g(["size","height"]),Le=g(["padding","left"]),Me=g(["padding","right"]),Ne=g(["zoom","enabled"],!1),Oe=g(["zoom","extent"]),Pe=g(["zoom","privileged"],!1),Qe=g(["onenter"],function(){}),Re=g(["onleave"],function(){}),Se=g(["transition","duration"],350);f("data","data is required in config");var Te,Ue,Ve,We,Xe,Ye,Ze,$e,_e,af,bf,cf,df,ef,ff,gf,hf,jf,kf,lf,mf,nf,of,pf,qf,rf,sf,tf,uf,vf,wf,xf,yf,zf,Af,Bf,Cf=g(["data","x"]),Df=g(["data","xs"]),Ef=g(["data","x_format"],"%Y-%m-%d"),Ff=g(["data","id_converter"],function(a){return a}),Gf=g(["data","names"],{}),Hf=g(["data","groups"],[]),If=g(["data","axes"],{}),Jf=g(["data","type"]),Kf=g(["data","types"],{}),Lf=g(["data","labels"],{}),Mf=g(["data","order"]),Nf=g(["data","regions"],{}),Of=g(["data","colors"],{}),Pf=g(["data","selection","enabled"],!1),Qf=g(["data","selection","grouped"],!1),Rf=g(["data","selection","isselectable"],function(){return!0}),Sf=g(["data","selection","multiple"],!0),Tf=g(["data","onclick"],function(){}),Uf=g(["data","onselected"],function(){}),Vf=g(["data","onunselected"],function(){}),Wf=g(["data","ondragstart"],function(){}),Xf=g(["data","ondragend"],function(){}),Yf=g(["subchart","show"],!1),Zf=Yf?g(["subchart","size","height"],60):0,$f=g(["color","pattern"]),_f=g(["legend","show"],!0),ag=g(["legend","position"],"bottom"),bg=g(["legend","item","onclick"],function(){}),cg=g(["legend","equally"],!1),dg=g(["axis","rotated"],!1),eg=g(["axis","x","type"],"indexed"),fg=g(["axis","x","categories"],[]),gg=g(["axis","x","tick","centered"],!1),hg=g(["axis","x","tick","format"]),ig=g(["axis","x","tick","culling"],"categorized"===eg?!1:!0),jg=g(["axis","x","tick","count"],10),kg=g(["axis","x","max"]),lg=g(["axis","x","min"]),mg=g(["axis","x","default"]),ng=g(["axis","x","label"],{}),og=g(["axis","y","show"],!0),pg=g(["axis","y","max"]),qg=g(["axis","y","min"]),rg=g(["axis","y","center"]),sg=g(["axis","y","label"],{}),tg=g(["axis","y","inner"],!1),ug=g(["axis","y","tick","format"]),vg=g(["axis","y","padding"]),wg=g(["axis","y","ticks"],10),xg=g(["axis","y2","show"],!1),yg=g(["axis","y2","max"]),zg=g(["axis","y2","min"]),Ag=g(["axis","y2","center"]),Bg=g(["axis","y2","label"]),Cg=g(["axis","y2","inner"],!1),Dg=g(["axis","y2","tick","format"]),Eg=g(["axis","y2","padding"]),Fg=g(["axis","y2","ticks"],10),Gg=g(["grid","x","show"],!1),Hg=g(["grid","x","type"],"tick"),Ig=g(["grid","x","lines"]),Jg=g(["grid","y","show"],!1),Kg=g(["grid","y","lines"]),Lg=g(["grid","y","ticks"],10),Mg=g(["point","show"],!0),Ng=Mg?g(["point","r"],2.5):0,Og=g(["point","focus","line","enabled"],!0),Pg=g(["point","focus","expand","enabled"],!0),Qg=g(["point","focus","expand","r"],Pg?4:Ng),Rg=g(["point","focus","select","r"],8),Sg=g(["bar","width"]),Tg=g(["bar","width","ratio"],.6),Ug=g(["pie","label","show"],!0),Vg=g(["pie","label","format"]),Wg=g(["pie","onclick"],function(){}),Xg=g(["pie","onmouseover"],function(){}),Yg=g(["pie","onmouseout"],function(){}),Zg=g(["donut","label","show"],!0),$g=g(["donut","label","format"]),_g=g(["donut","title"],""),ah=g(["donut","onclick"],function(){}),bh=g(["donut","onmouseover"],function(){}),ch=g(["donut","onmouseout"],function(){}),dh=g(["regions"],[]),eh=g(["tooltip","show"],!0),fh=g(["tooltip","format","title"]),gh=g(["tooltip","format","value"]),hh=g(["tooltip","contents"],function(a,b,c,d){var e,f,g,h,i,j=fh?fh:b,k=gh?gh:c;for(f=0;f"+(g||0===g?""+g+"":"")),i=a[f].name,h=k(a[f].value,a[f].ratio),e+="",e+=""+i+"",e+=""+h+"",e+="");return e+""}),ih=g(["tooltip","init","show"],!1),jh=g(["tooltip","init","x"],0),kh=g(["tooltip","init","position"],{top:"0px",left:"50px"}),lh=("string"==typeof Ie?Ie.replace("#",""):Ie.id)+"-clip",mh=h(lh),nh="timeseries"===eg,oh="categorized"===eg,ph=!nh&&(Cf||Df),qh=null,rh=!1,sh=!1,th=Gd(Of,$f),uh=function(){var a=[[Be.time.format("%Y/%-m/%-d"),function(){return!0}],[Be.time.format("%-m/%-d"),function(a){return a.getMonth()}],[Be.time.format("%-m/%-d"),function(a){return 1!==a.getDate()}],[Be.time.format("%-m/%-d"),function(a){return a.getDay()&&1!==a.getDate()}],[Be.time.format("%I %p"),function(a){return a.getHours()}],[Be.time.format("%I:%M"),function(a){return a.getMinutes()}],[Be.time.format(":%S"),function(a){return a.getSeconds()}],[Be.time.format(".%L"),function(a){return a.getMilliseconds()}]];return function(b){for(var c=a.length-1,d=a[c];!d[1](b);)d=a[--c];return d[0](b)}}(),vh=dg?"left":"bottom",wh=dg?tg?"top":"bottom":tg?"right":"left",xh=dg?Cg?"bottom":"top":Cg?"left":"right",yh=dg?"left":"bottom",zh={main:function(){return"translate("+Te.left+","+Te.top+")"},context:function(){return"translate("+Ue.left+","+Ue.top+")"},legend:function(){return"translate("+Ve.left+","+Ve.top+")"},x:function(){return"translate(0,"+(dg?0:Ye)+")"},y:function(){return"translate(0,"+(dg?Ye:0)+")"},y2:function(){return"translate("+(dg?0:We)+","+(dg?1:0)+")"},subx:function(){return"translate(0,"+(dg?0:Ze)+")"},arc:function(){return"translate("+We/2+","+Ye/2+")"}},Ah="right"===ag,Bh=0,Ch=0,Dh=0,Eh=30,Fh=30,Gh=5;jf=Be.layout.pie().value(function(a){return a.values.reduce(function(a,b){return a+b.value},0)});var Hh,Ih=function(){var a=Be.svg.line().x(dg?function(a){return T(a.id)(a.value)}:Sc).y(dg?Sc:function(a){return T(a.id)(a.value)});return function(b){var c,d,e=Td(b.values);return wd(b)?(a.interpolate(xd(b)?"cardinal":"linear"),Nf[b.id]?de(e,sf,T(b.id),Nf[b.id]):a(e)):(c=sf(e[0].x),d=T(b.id)(e[0].value),dg?"M "+d+" "+c:"M "+c+" "+d)}}(),Jh=function(){var a;return a=dg?Be.svg.area().x0(function(a){return T(a.id)(0)}).x1(function(a){return T(a.id)(a.value)}).y(Sc):Be.svg.area().x(Sc).y0(function(a){return T(a.id)(0)}).y1(function(a){return T(a.id)(a.value)}),function(b){var c,d,e=Td(b.values);return qd([b],"area")||qd([b],"area-spline")?(a.interpolate(xd(b)?"cardinal":"linear"),a(e)):(c=sf(e[0].x),d=T(b.id)(e[0].value),dg?"M "+d+" "+c:"M "+c+" "+d)}}(),Kh=function(){var a=Be.svg.line().x(dg?function(a){return U(a.id)(a.value)}:Vc).y(dg?Vc:function(a){return U(a.id)(a.value)});return function(b){var c=Td(b.values);return wd(b)?a(c):"M "+vf(c[0].x)+" "+U(b.id)(c[0].value)}}(),Lh=function(){};Hh=Be.svg.brush().on("brush",me),Hh.update=function(){return Ph&&Ph.select("."+He.brush).call(this),this},Hh.scale=function(a){return dg?this.y(a):this.x(a)},Ne&&(Lh=Be.behavior.zoom().on("zoomstart",function(){Lh.altDomain=Be.event.sourceEvent.altKey?sf.orgDomain():null}).on("zoom",Ne?ne:null),Lh.scale=function(a){return dg?this.y(a):this.x(a)},Lh.orgScaleExtent=function(){var a=Oe?Oe:[1,10];return[a[0],Math.max(mc()/a[1],a[1])]},Lh.updateScaleExtent=function(){var a=Wb(sf.orgDomain())/Wb(Th),b=this.orgScaleExtent();return this.scaleExtent([b[0]*a,b[1]*a]),this});var Mh,Nh,Oh,Ph,Qh,Rh,Sh,Th,Uh,Vh={};if(Ce.focus=function(a){function b(a){a.transition().duration(100).style("opacity",1)}var c=Mh.selectAll(Lc(a)),d=c.filter(ye),e=c.filter(ze);Ce.revert(),Ce.defocus(),b(d.classed(He.focused,!0)),b(e),vd(Ce.data.targets)&&Gb(a,!0),ue(a)},Ce.defocus=function(a){function b(a){a.transition().duration(100).style("opacity",.3)}var c=Mh.selectAll(Lc(a)),d=c.filter(ye),e=c.filter(ze);Ce.revert(),b(d.classed(He.focused,!1)),b(e),vd(Ce.data.targets)&&Hb(a),ve(a)},Ce.revert=function(a){function b(a){a.transition().duration(100).style("opacity",1)}var c=Mh.selectAll(Lc(a)),d=c.filter(ye),e=c.filter(ze);b(d.classed(He.focused,!1)),b(e),vd(Ce.data.targets)&&Hb(a),we()},Ce.show=function(a){Mh.selectAll(Lc(a)).transition().style("opacity",1)},Ce.hide=function(a){Mh.selectAll(Lc(a)).transition().style("opacity",0)},Ce.unzoom=function(){Hh.clear().update(),le({withUpdateXDomain:!0})},Ce.load=function(a){if("function"!=typeof a.done&&(a.done=function(){}),a.xs&&ec(a.xs),"categories"in a&&oh&&(fg=a.categories,yf.categories(fg)),"cacheIds"in a&&Xb(a.cacheIds))return void se(Zb(a.cacheIds),a.done);if("data"in a)se(ic(a.data),a.done);else if("url"in a)Be.csv(a.url,function(b,c){se(ic(c),a.done)});else if("rows"in a)se(ic(gc(a.rows)),a.done);else{if(!("columns"in a))throw Error("url or rows or columns is required.");se(ic(hc(a.columns)),a.done)}},Ce.unload=function(a){Ce.data.targets=Ce.data.targets.filter(function(b){return b.id!==a}),Mh.selectAll(Lc(a)).transition().style("opacity",0).remove(),_f&&Qh.selectAll("."+He.legendItem+Kc(a)).remove(),Ce.data.targets.length>0&&le({withUpdateOrgXDomain:!0,withUpdateXDomain:!0,withLegend:!0})},Ce.selected=function(a){return Be.merge(Oh.selectAll("."+He.shapes+Kc(a)).selectAll("."+He.shape).filter(function(){return Be.select(this).classed(Fe)}).map(function(a){return a.map(function(a){return a.__data__})}))},Ce.select=function(a,b,c){Pf&&Oh.selectAll("."+He.shapes).selectAll("."+He.shape).each(function(e,f){var g=Be.select(this),h="circle"===this.nodeName?Nd:Qd,i="circle"===this.nodeName?Od:Rd,j=Qf||!a||a.indexOf(e.id)>=0,k=!b||b.indexOf(f)>=0,l=g.classed(Fe);j&&k?Rf(e)&&!l&&h(g.classed(Fe,!0),e,f):d(c)&&c&&l&&i(g.classed(Fe,!1),e,f)})},Ce.unselect=function(a,b){Pf&&Oh.selectAll("."+He.shapes).selectAll("."+He.shape).each(function(c,d){var e=Be.select(this),f="circle"===this.nodeName?Od:Rd,g=Qf||!a||a.indexOf(c.id)>=0,h=!b||b.indexOf(d)>=0,i=e.classed(Fe);g&&h&&Rf(c)&&i&&f(e.classed(Fe,!1),c,d)})},Ce.toLine=function(a){pd(a,"line"),qe()},Ce.toSpline=function(a){pd(a,"spline"),qe()},Ce.toBar=function(a){pd(a,"bar"),qe()},Ce.toScatter=function(a){pd(a,"scatter"),qe()},Ce.toArea=function(a){pd(a,"area"),qe()},Ce.toAreaSpline=function(a){pd(a,"area-spline"),qe()},Ce.toPie=function(a){pd(a,"pie"),qe({withTransform:!0})},Ce.toDonut=function(a){pd(a,"donut"),qe({withTransform:!0})},Ce.groups=function(a){return c(a)?Hf:(Hf=a,le(),Hf)},Ce.xgrids=function(a){return a?(Ig=a,le(),Ig):Ig},Ce.xgrids.add=function(a){return a?Ce.xgrids(Ig.concat(a)):void 0},Ce.xgrids.remove=function(a){var b=Ae(a);return Ce.xgrids(Ig.filter(b))},Ce.ygrids=function(a){return a?(Kg=a,le(),Kg):Kg},Ce.ygrids.add=function(a){return a?Ce.ygrids(Kg.concat(a)):void 0},Ce.ygrids.remove=function(a){var b=Ae(a);return Ce.ygrids(Kg.filter(b))},Ce.regions=function(a){return c(a)?dh:(dh=a,le(),dh)},Ce.regions.add=function(a){return c(a)?dh:(dh=dh.concat(a),le(),dh)},Ce.regions.remove=function(a,c){var e=[].concat(a);return c=d(c)?c:{},e.forEach(function(a){var d=b(c.duration)?c.duration:0;Mh.selectAll("."+a).transition().duration(d).style("fill-opacity",0).remove(),dh=dh.filter(function(b){return b.classes.indexOf(a)<0})}),dh},Ce.data.get=function(a){var b=Ce.data.getAsTarget(a);return d(b)?b.values.map(function(a){return a.value}):void 0},Ce.data.getAsTarget=function(a){var b=qc(function(b){return b.id===a});return b.length>0?b[0]:void 0},Ce.resize=function(a){Je=a?a.width:null,Ke=a?a.height:null,qe({withLegend:!0,withTransition:!1})},Ce.destroy=function(){Ce.data.targets=void 0,Ce.data.x={},Sh.html(""),a.onresize=null},"url"in e.data)Be.csv(e.data.url,function(a,b){ee(b)});else if("rows"in e.data)ee(gc(e.data.rows));else{if(!("columns"in e.data))throw Error("url or rows or columns is required.");ee(hc(e.data.columns))}return Ce},"function"==typeof a.define&&a.define.amd?a.define(e):a.c3=e}(window); \ No newline at end of file +!function(a){"use strict";function b(a){return a||0===a}function c(a){return"undefined"==typeof a}function d(a){return"undefined"!=typeof a}var e={};e.generate=function(e){function f(a,b){if(!(a in e))throw Error(b)}function g(a,b){var c,d,f,g=e;for(c=0;cXe&&(Xe=0),0>Ze&&(Ze=0),Ve={top:eg?Ue.top:af-$f-(Bh?0:bf),right:0/0,bottom:20+(Bh?0:bf),left:eg?Fh:Ue.left},Ye=eg?Ue.left-Fh-Gh:Xe,$e=eg?Ze:af-Ve.top-Ve.bottom,0>Ye&&(Ye=0),0>$e&&($e=0),We={top:Bh?0:af-bf,right:0/0,bottom:0,left:Bh?_e-cf:0},n(),Bh&&vd(De.data.targets)&&(We.left=Xe/2+ef)}function n(){ef=Ze/2,df=.95*ef,ff=ud(De.data.targets)?.6*df:0}function o(){var a=eg?Ie.axisX:Ie.axisY,b=Ce.select("."+a).node(),c=b?b.getBoundingClientRect():{right:0},d=Ce.select(Je).node().getBoundingClientRect(),e=c.right-d.left-r();return e>0?e:0}function p(){return Ke?Ke:v()}function q(){var a=Le?Le:w();return a>0?a:320}function r(){return vd(De.data.targets)?0:Me?Me:eg||!pg||ug?1:t("y")}function s(){var a=1;return vd(De.data.targets)?0:Ne?Ne:Bh?cf+(yg&&!eg?t("y2"):a):yg?Dg||eg?a:t("y2"):a}function t(a){var b=db(a);return b.isInner?20+wb(a):40+wb(a)}function u(a){return"y"!==a||pg?"y2"!==a||yg?(db(a).isInner?30:40)+("y2"===a?-10:0):Hh:ag&&!Bh?10:1}function v(){return+Ce.select(Je).style("width").replace("px","")}function w(){return+Ce.select(Je).style("height").replace("px","")}function x(a){return a?-5:-(Ue.left-1)}function y(a){return a?-20:-1}function z(){return x(!eg)}function A(){return y(!eg)}function B(){return x(eg)}function C(){return y(eg)}function D(a){return a?Xe+2+4:Ue.left+20}function E(a){return a?80:Ze+2}function F(){return D(!eg)}function G(){return E(!eg)}function H(){return D(eg)}function I(){return E(eg)}function J(){var a=eg?Ze:Xe,b=mc(),c=Rb()*(rd(De.data.targets)?(b-(ph?.25:1))/b:.98);return b>1?a*c/(b-1):a}function K(a){Ch=a}function L(a){Dh=a}function M(a){Eh=a}function N(){return ag?Bh?Dh*(Ch+1):_e:0}function O(){return ag?Bh?af:Eh*(Ch+1):0}function P(){var a,b,c=!tf;lf=eg?1:0,mf=eg?Ze:Xe,nf=eg?0:Ze,of=eg?Xe:1,pf=lf,qf=mf,rf=eg?0:$e,sf=eg?Ye:1,tf=R(lf,mf,c?void 0:tf.domain(),function(){return zf.tickOffset()}),uf=S(nf,of),vf=S(nf,of),wf=R(lf,mf,Uh,function(a){return a%1?0:Cf.tickOffset()}),xf=S(rf,sf),yf=S(rf,sf),a=Y(),b=Z(),zf=V(tf,wh,a,b),Cf=V(wf,zh,a,b),Af=W(uf,xh,vg,xg),Bf=W(vf,yh,Eg,Gg),c||(Ih.scale(wf),Oe&&Mh.scale(tf)),Q()}function Q(){gf=zb(),hf=Ab(),jf=Ab(.98)}function R(a,b,e,f){var g=(oh?Ce.time.scale():Ce.scale.linear()).range([a,b]);if(g.orgDomain=function(){return g.domain()},d(e)&&g.domain(e),c(f)&&(f=function(){return 0}),ph){var h,i=g;g=function(a){return i(a)+f(a)};for(h in i)g[h]=i[h];g.orgDomain=function(){return i.domain()},g.domain=function(a){return arguments.length?(i.domain(a),g):(a=i.domain(),[a[0],a[1]+1])}}return g}function S(a,b){return Ce.scale.linear().range([a,b])}function T(a){return"y2"===X(a)?vf:uf}function U(a){return"y2"===X(a)?yf:xf}function V(a,b,c,d){var e=(ph?xb():Ce.svg.axis()).scale(a).orient(b);return e.tickFormat(c).ticks(d),ph?e.tickCentered(hg):e.tickOffset=function(){var a=eg?Ze:Xe;return a*Rb()/mc()/2},ph&&e.categories(gg),e}function W(a,b,c,d){return Ce.svg.axis().scale(a).orient(b).tickFormat(c).ticks(d).outerTickSize(0)}function X(a){return a in Jf?Jf[a]:"y"}function Y(){var a=oh?vh:ph?vc:null;return ig&&("function"==typeof ig?a=ig:oh&&(a=function(a){return Ce.time.format(ig)(a)})),a}function Z(){var a=mc();return jg&&a>kg?kg:a}function $(a){return"string"==typeof a?a:a?a.text:null}function _(a,b){var c=a&&"object"==typeof a&&a.position?a.position:b;return{isInner:c.indexOf("inner")>=0,isOuter:c.indexOf("outer")>=0,isLeft:c.indexOf("left")>=0,isCenter:c.indexOf("center")>=0,isRight:c.indexOf("right")>=0,isTop:c.indexOf("top")>=0,isMiddle:c.indexOf("middle")>=0,isBottom:c.indexOf("bottom")>=0}}function ab(){return _(og,eg?"inner-top":"inner-right")}function bb(){return _(tg,eg?"inner-right":"inner-top")}function cb(){return _(Cg,eg?"inner-right":"inner-top")}function db(a){return"y2"===a?cb():"y"===a?bb():ab()}function eb(){return $(og)}function fb(){return $(tg)}function gb(){return $(Cg)}function hb(a,b){return a?b.isLeft?0:b.isCenter?Xe/2:Xe:b.isBottom?-Ze:b.isMiddle?-Ze/2:0}function ib(a,b){return a?b.isLeft?"0.5em":b.isRight?"-0.5em":"0":b.isTop?"-0.5em":b.isBottom?"0.5em":"0"}function jb(a,b){return a?b.isLeft?"start":b.isCenter?"middle":"end":b.isBottom?"start":b.isMiddle?"middle":"end"}function kb(){return hb(!eg,ab())}function lb(){return hb(eg,bb())}function mb(){return hb(eg,cb())}function nb(){return ib(!eg,ab())}function ob(){return ib(eg,bb())}function pb(){return ib(eg,cb())}function qb(){var a=ab();return eg?a.isInner?"1.2em":-30-wb("x"):a.isInner?"-0.5em":"3em"}function rb(){var a=bb();return eg?a.isInner?"-0.5em":"3em":a.isInner?"1.2em":-20-wb("y")}function sb(){var a=cb();return eg?a.isInner?"1.2em":"-2.2em":a.isInner?"-0.5em":30+wb("y2")}function tb(){return jb(!eg,ab())}function ub(){return jb(eg,bb())}function vb(){return jb(eg,cb())}function wb(a){var b=0,c="x"===a?Ie.axisX:"y"===a?Ie.axisY:Ie.axisY2;return Ce.selectAll("."+c+" .tick text").each(function(){var a=this.getBBox();bb?[b,c]:[c,b]}function d(a){for(var b=[],c=Math.ceil(a[0]);c0&&b[0]>0&&b.unshift(b[0]-(b[1]-b[0])),b}function e(a,b){var c=a.length-1;return o>=c||b%Math.ceil(c/o)===0}function f(a){return a0)for(f=tc(a),b=0;ba?a:0}),c=1;c0||(g[d][b]+=+a)});return Ce.min(Object.keys(g).map(function(a){return Ce.min(g[a])}))}function Pb(a){var b,c,d,e,f,g=rc(a);if(If.length>0)for(f=uc(a),b=0;b0?a:0}),c=1;c+a||(g[d][b]+=+a)});return Ce.max(Object.keys(g).map(function(a){return Ce.max(g[a])}))}function Qb(a){var c,d,e,f,g,h,i,j,k=qc(function(b){return X(b.id)===a}),l="y2"===a?Ag:rg,m="y2"===a?zg:qg,n=b(l)?l:Ob(k),o=b(m)?m:Pb(k),p="y2"===a?Bg:sg,q=Qc()&⪚return n===o&&(0>n?o=0:n=0),c=Math.abs(o-n),d=e=f=q?0:.1*c,p&&(g=Math.max(Math.abs(n),Math.abs(o)),o=g-p,n=p-g),"y"===a&&wg&&(e=b(wg.top)?wg.top:d,f=b(wg.bottom)?wg.bottom:d),"y2"===a&&Fg&&(e=b(Fg.top)?Fg.top:d,f=b(Fg.bottom)?Fg.bottom:d),q&&(h=Rc(n,o),i=Wb(uf.range()),j=[h[0]/i,h[1]/i],e+=c*(j[1]/(1-j[0]-j[1])),f+=c*(j[0]/(1-j[0]-j[1]))),rd(k)&&!tc(k)&&(f=n),[n-f,o+e]}function Rb(a){var b=Wb(Uh),c=Wb(tf.domain());return a||0===c?1:b/c}function Sb(a){return mg?mg:Ce.min(a,function(a){return Ce.min(a.values,function(a){return a.x})})}function Tb(a){return lg?lg:Ce.max(a,function(a){return Ce.max(a.values,function(a){return a.x})})}function Ub(a,b){var c,d,e=b[0],f=b[1],g=Math.abs(e-f);return ph?d=0:rd(a)?(c=mc(),d=c>1?g/(c-1)/2:.5):d=.01*g,d}function Vb(a){var b=[Sb(a),Tb(a)],c=b[0],d=b[1],e=Ub(a,b),f=oh?new Date(c.getTime()-e):c-e,g=oh?new Date(d.getTime()+e):d+e;return[f,g]}function Wb(a){return a[1]-a[0]}function Xb(a){for(var b=0;bd?0:d}function ac(a){return Df&&a===Df||!Ld(Ef)&&Md(Ef,a)}function bc(a){return!ac(a)}function cc(a){return Df?Df:Ld(Ef)?null:Ef[a]}function dc(a,b){return a in De.data.x&&De.data.x[a]&&De.data.x[a][b]?De.data.x[a][b]:b}function ec(a){Object.keys(a).forEach(function(b){Ef[b]=a[b]})}function fc(a){var b;return a&&(b=Hf[a.id],a.name=b?b:a.id),a}function gc(a){var b,c,d=a[0],e={},f=[];for(b=1;b=0?a.map(function(a){return a[c]}):De.data.x[Object.keys(De.data.x)[0]]}),b=c.map(function(b,c){var d=Gf(b);return{id:d,id_org:b,values:a.map(function(a,e){var f,g=cc(b);return oh?f=a[g]instanceof Date?a[g]:Hd(a[g]):qh&&!ph?f=a[g]?+a[g]:dc(b,e):qh&&ph?(f=e,0===c&&a[g]&&(0===e&&(gg=[]),gg.push(a[g]))):f=e,a.x=f,{x:f,value:null===a[b]||isNaN(a[b])?null:+a[b],id:d}})}}),b.forEach(function(a){var b;a.values=a.values.sort(function(a,b){var c=a.x||0===a.x?a.x:1/0,d=b.x||0===b.x?b.x:1/0;return c-d}),b=0,a.values.forEach(function(a){a.index=b++})}),Kf&&pd(oc(b).filter(function(a){return!(a in Lf)}),Kf),b.forEach(function(a){Yb(a.id_org,a)}),b}function jc(a){return{id:a.id,id_org:a.id_org,values:a.values.map(function(a){return{x:a.x,value:a.value,id:a.id}})}}function kc(a){return a>0&&De.data.targets[0].values[a-1]?De.data.targets[0].values[a-1].x:void 0}function lc(a){return a1?De.data.targets.forEach(function(b){b.values.length>c&&(a=b,c=b.values.length)}):a=b?De.data.targets[0]:null,a}function oc(a){return a=c(a)?De.data.targets:a,a.map(function(a){return a.id})}function pc(a){var b,c=oc();for(b=0;ba})}function uc(a){return sc(a,function(a){return a>0})}function vc(a){return a=0&&d===a[c].x;c--)e.push(a[c]);for(c=b;c0?g=h:f=h,g-f===1?(e=[],a[f].x&&(e=e.concat(Yc(a,f))),a[g].x&&(e=e.concat(Yc(a,g))),_c(e,b)):Zc(a,b,f,g)}function $c(a,b){var c;return c=a.map(function(a){return Zc(a.values,b)}),_c(c,b)}function _c(a,b){var c,d;return a.forEach(function(a){var e=Nd(a,b);(c>e||!c)&&(c=e,d=a)}),d}function ad(a){var b=a.getBoundingClientRect(),c=[a.pathSegList.getItem(0),a.pathSegList.getItem(1)],d=c[0].x,e=Math.min(c[0].y,c[1].y);return{x:d,y:e,width:b.width,height:b.height}}function bd(){return Nf&&"desc"===Nf.toLowerCase()}function cd(){return Nf&&"asc"===Nf.toLowerCase()}function dd(a){var b=cd(),c=bd();return b||c?a.sort(function(a,c){var d=function(a,b){return a+Math.abs(b.value)},e=a.values.reduce(d,0),f=c.values.reduce(d,0);return b?f-e:e-f}):"function"==typeof Nf&&a.sort(Nf),a}function ed(a,c){var d,e,f,g,h,i,j,k=vd(De.data.targets),l=k?Xc:Wc,m=a.filter(function(a){return a&&b(a.value)});fh&&0!==m.length&&(Sh.html(ih(a,Y(),l,uh)).style("display","block"),d=Sh.property("offsetWidth"),e=Sh.property("offsetHeight"),k?(g=Xe/2+c[0],i=Ze/2+c[1]+20):(eg?(f=o(),g=f+c[0]+100,h=g+d,j=p()-s(),i=tf(m[0].x)+20):(f=o(),g=f+r()+tf(m[0].x)+20,h=g+d,j=f+p()-s(),i=c[1]+15),h>j&&(g-=d+60),i+e>q()&&(i-=e+30)),Sh.style("top",i+"px").style("left",g+"px"))}function fd(){Sh.style("display","none")}function gd(a){var c=a.filter(function(a){return a&&b(a.value)});fh&&(sd(De.data.targets)||vd(De.data.targets)||Ph.selectAll("line."+Ie.xgridFocus).style("visibility","visible").data([c[0]]).attr(eg?"y1":"x1",Sc).attr(eg?"y2":"x2",Sc))}function hd(){Ph.select("line."+Ie.xgridFocus).style("visibility","hidden")}function id(a){return a.x||0===a.x?tf(a.x):null}function jd(a){return T(a.id)(a.value)}function kd(){var a,b,d={},e=0;return qc(yd).forEach(function(f){for(a=0;a0&&(i+=g(b.values[f].value)-h)}),i}}function od(a,b){return Tg?Tg:b?2*a.tickOffset()*Ug/b:0}function pd(a,b){var d=c(a)?oc():a;"string"==typeof d&&(d=[d]);for(var e=0;e0&&i>k||a.value<0&&k>i)&&(k=i),[[j,i],[j,k-(c-i)],[j+d,k-(c-i)],[j+d,i]]}}function ee(a,b,e,f){var g,h,i,j,k,l,m,n,o,p,q,r=-1,s="M",t=[];if(d(f))for(g=0;g=h;h+=u)s+=i(a[g-1],a[g],h,o)}r=a[g].x}return s}function fe(b){var c,d,e;if(Th=Ce.select(Je),Th.empty())throw new Error('No bind element found. Check the selector specified by "bindto" and existance of that element. Default "bindto" is "#chart".');if(Th.html(""),Th.classed("c3",!0),De.data.x={},De.data.targets=ic(b),m(),P(),tf.domain(Ce.extent(Vb(De.data.targets))),uf.domain(Qb("y")),vf.domain(Qb("y2")),wf.domain(tf.domain()),xf.domain(uf.domain()),yf.domain(vf.domain()),Uh=tf.domain(),Ih.scale(wf),Oe&&Mh.scale(tf),Nh=Th.append("svg").attr("width",Xe+Ue.left+Ue.right).attr("height",Ze+Ue.top+Ue.bottom).on("mouseenter",Re).on("mouseleave",Se),Oh=Nh.append("defs"),Oh.append("clipPath").attr("id",mh).append("rect").attr("width",Xe).attr("height",Ze),Oh.append("clipPath").attr("id","xaxis-clip").append("rect").attr("x",z).attr("y",A).attr("width",F).attr("height",G),Oh.append("clipPath").attr("id","yaxis-clip").append("rect").attr("x",B).attr("y",C).attr("width",H).attr("height",I),Ph=Nh.append("g").attr("transform",Ah.main),Qh=Zf?Nh.append("g").attr("transform",Ah.context):null,Rh=ag?Nh.append("g").attr("transform",Ah.legend):null,Sh=Ce.select(Je).style("position","relative").append("div").style("position","absolute").style("z-index","10").style("display","none"),Ph.append("g").attr("class",Ie.axisX).attr("clip-path",eg?"":h("xaxis-clip")).attr("transform",Ah.x).append("text").attr("class",Ie.axisXLabel).attr("transform",eg?"rotate(-90)":"").attr("dx",nb).attr("dy",qb).style("text-anchor",tb).text(eb),pg&&Ph.append("g").attr("class",Ie.axisY).attr("clip-path",eg?h("yaxis-clip"):"").append("text").attr("class",Ie.axisYLabel).attr("transform",eg?"":"rotate(-90)").attr("dx",ob).attr("dy",rb).style("text-anchor",ub).text(fb),yg&&Ph.append("g").attr("class",Ie.axisY2).attr("transform",Ah.y2).append("text").attr("class",Ie.axisY2Label).attr("transform",eg?"":"rotate(-90)").attr("dx",pb).style("text-anchor",vb).text(gb),d=Ph.append("g").attr("clip-path",nh).attr("class",Ie.grid),Hg&&d.append("g").attr("class",Ie.xgrids),Jg&&d.append("g").attr("class",Ie.xgridLines),Pg&&d.append("g").attr("class",Ie.xgridFocus).append("line").attr("class",Ie.xgridFocus).attr("x1",eg?0:-10).attr("x2",eg?Xe:-10).attr("y1",eg?-10:Ue.top).attr("y2",eg?-10:Ze),Kg&&d.append("g").attr("class",Ie.ygrids),Lg&&d.append("g").attr("class",Ie.ygridLines),Ph.append("g").attr("clip-path",nh).attr("class",Ie.regions),Ph.append("g").attr("clip-path",nh).attr("class",Ie.chart),c=Ph.select("."+Ie.chart).append("g").attr("class",Ie.eventRects).style("fill-opacity",0).style("cursor",Oe?eg?"ns-resize":"ew-resize":null),Ph.select("."+Ie.chart).append("g").attr("class",Ie.chartBars),Ph.select("."+Ie.chart).append("g").attr("class",Ie.chartLines),Ph.select("."+Ie.chart).append("g").attr("class",Ie.chartArcs).attr("transform",Ah.arc).append("text").attr("class",Ie.chartArcsTitle).style("text-anchor","middle").text(Kb()),Ph.select("."+Ie.chart).append("g").attr("class",Ie.chartTexts),Oe&&Ph.insert("rect",Qe?null:"g."+Ie.grid).attr("class",Ie.zoomRect).attr("width",Xe).attr("height",Ze).style("opacity",0).style("cursor",eg?"ns-resize":"ew-resize").call(Mh).on("dblclick.zoom",null),ng&&Ih.extent("function"!=typeof ng?ng:ng(Vb())),Zf&&(Qh.append("g").attr("clip-path",nh).attr("class",Ie.chart),Qh.select("."+Ie.chart).append("g").attr("class",Ie.chartBars),Qh.select("."+Ie.chart).append("g").attr("class",Ie.chartLines),Qh.append("g").attr("clip-path",nh).attr("class",Ie.brush).call(Ih).selectAll("rect").attr(eg?"width":"height",eg?Ye:$e),Qh.append("g").attr("class",Ie.axisX).attr("transform",Ah.subx).attr("clip-path",eg?"":h("xaxis-clip"))),se(De.data.targets),eg?Ph.select("."+Ie.axisX).style("opacity",0).call(zf):(Ph.select("."+Ie.axisY).style("opacity",0).call(Af),Ph.select("."+Ie.axisY2).style("opacity",0).call(Bf)),re({withTransform:!0,withLegend:!0,durationForAxis:0}),jh){if(oh&&"string"==typeof kh){for(kh=Hd(kh),e=0;e0){d=[];for(var f in Hf)for(c=0;cf&&g>c&&d>h&&i>d):"path"===this.nodeName&&(l=ad(this),c=l.x,d=l.y,e=l.width,j=l.height,k=Td,p=!(c>g||f>c+e||d>i||h>d+j)),p^o&&(m.classed(He,!o),m.classed(Ge,!n),k(!n,m,a,b))}))}function ke(a){vd(De.data.targets)||Qf&&(rh=a,Ph.select("."+Ie.chart).append("rect").attr("class",Ie.dragarea).style("opacity",.1),sh=!0,Xf())}function le(){vd(De.data.targets)||Qf&&(Ph.select("."+Ie.dragarea).transition().duration(100).style("opacity",0).remove(),Ph.selectAll("."+Ie.shape).classed(He,!1),sh=!1,Yf()) +}function me(a){var c,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,A,B,C,D,E,F,G,H=kd(),I=vd(De.data.targets);if(a=d(a)?a:{},t=d(a.withY)?a.withY:!0,u=d(a.withSubchart)?a.withSubchart:!0,v=d(a.withTransition)?a.withTransition:!0,w=d(a.withTransform)?a.withTransform:!1,x=d(a.withUpdateXDomain)?a.withUpdateXDomain:!1,y=d(a.withUpdateOrgXDomain)?a.withUpdateOrgXDomain:!1,z=d(a.withLegend)?a.withLegend:!1,E=v?Te:0,F=d(a.durationForExit)?a.durationForExit:E,G=d(a.durationForAxis)?a.durationForAxis:E,z&&ag&&ye(De.data.targets,a),y&&(tf.domain(Ce.extent(Vb(De.data.targets))),Uh=tf.domain(),Oe&&Mh.scale(tf).updateScaleExtent(),wf.domain(tf.domain()),Ih.scale(wf)),x&&(tf.domain(Ih.empty()?Uh:Ih.extent()),Oe&&Mh.scale(tf).updateScaleExtent()),uf.domain(Qb("y")),vf.domain(Qb("y2")),Ph.select("."+Ie.axisX).style("opacity",I?0:1).transition().duration(G).call(zf),Ph.select("."+Ie.axisY).style("opacity",I?0:1).transition().duration(G).call(Af),Ph.select("."+Ie.axisY2).style("opacity",I?0:1).transition().duration(G).call(Bf),A=_d(H),C=ae(H,!0),D=ae(H,!1),Ph.select("."+Ie.axisX+" ."+Ie.axisXLabel).attr("x",kb),Ph.select("."+Ie.axisY+" ."+Ie.axisYLabel).attr("x",lb).attr("dy",rb),Ph.select("."+Ie.axisY2+" ."+Ie.axisY2Label).attr("x",mb).attr("dy",sb),xf.domain(uf.domain()),yf.domain(vf.domain()),Sh.style("display","none"),Ph.select("line."+Ie.xgridFocus).style("visibility","hidden").attr("y2",Ze),Hg){if("year"===Ig){e=[];for(var K=Vb(),L=K[0].getFullYear(),M=K[1].getFullYear(),N=L;M>=N;N++)e.push(new Date(N+"-01-01 00:00:00"))}else e=tf.ticks(10);c=Ph.select("."+Ie.xgrids).selectAll("."+Ie.xgrid).data(e),c.enter().append("line").attr("class",Ie.xgrid),c.attr("x1",eg?0:function(a){return tf(a)-zf.tickOffset()}).attr("x2",eg?Xe:function(a){return tf(a)-zf.tickOffset()}).attr("y1",eg?function(a){return tf(a)-zf.tickOffset()}:Ue.top).attr("y2",eg?function(a){return tf(a)-zf.tickOffset()}:Ze).style("opacity",function(){return+Ce.select(this).attr(eg?"y1":"x1")===(eg?Ze:0)?0:1}),c.exit().remove()}Jg&&(f=Ph.select("."+Ie.xgridLines).selectAll("."+Ie.xgridLine).data(Jg),g=f.enter().append("g").attr("class",function(a){return Ie.xgridLine+(a.class?a.class:"")}),g.append("line").style("opacity",0),g.append("text").attr("text-anchor","end").attr("transform",eg?"":"rotate(-90)").attr("dx",eg?0:-Ue.top).attr("dy",-5).style("opacity",0),f.select("line").transition().duration(E).attr("x1",eg?0:Tc).attr("x2",eg?Xe:Tc).attr("y1",eg?Tc:Ue.top).attr("y2",eg?Tc:Ze).style("opacity",1),f.select("text").transition().duration(E).attr("x",eg?Xe:0).attr("y",Tc).text(function(a){return a.text}).style("opacity",1),f.exit().transition().duration(E).style("opacity",0).remove()),t&&Kg&&(h=Ph.select("."+Ie.ygrids).selectAll("."+Ie.ygrid).data(uf.ticks(Mg)),h.enter().append("line").attr("class",Ie.ygrid),h.attr("x1",eg?uf:0).attr("x2",eg?uf:Xe).attr("y1",eg?0:uf).attr("y2",eg?Ze:uf),h.exit().remove()),t&&Lg&&(i=Ph.select("."+Ie.ygridLines).selectAll("."+Ie.ygridLine).data(Lg),j=i.enter().append("g").attr("class",function(a){return Ie.ygridLine+(a.class?a.class:"")}),j.append("line").style("opacity",0),j.append("text").attr("text-anchor","end").attr("transform",eg?"rotate(-90)":"").attr("dx",eg?0:-Ue.top).attr("dy",-5).style("opacity",0),i.select("line").transition().duration(E).attr("x1",eg?Uc:0).attr("x2",eg?Uc:Xe).attr("y1",eg?0:Uc).attr("y2",eg?Ze:Uc).style("opacity",1),i.select("text").transition().duration(E).attr("x",eg?0:Xe).attr("y",Uc).text(function(a){return a.text}).style("opacity",1),i.exit().transition().duration(E).style("opacity",0).remove()),l=Ph.selectAll("."+Ie.bars).selectAll("."+Ie.bar).data(Dd),l.enter().append("path").attr("d",A).style("stroke","none").style("opacity",0).style("fill",function(a){return uh(a.id)}).attr("class",Ec),l.style("opacity",Mc).transition().duration(E).attr("d",A).style("opacity",1),l.exit().transition().duration(F).style("opacity",0).remove(),n=Ph.selectAll("."+Ie.texts).selectAll("."+Ie.text).data(Fd),n.enter().append("text").attr("class",xc).attr("text-anchor",function(a){return eg?a.value<0?"end":"start":"middle"}).style("stroke","none").style("fill-opacity",0).text(function(a){return Wc(a.value)}),n.style("fill-opacity",Nc).transition().duration(E).attr("x",C).attr("y",D).style("fill-opacity",Pc),n.exit().transition().duration(F).style("fill-opacity",0).remove(),Ph.selectAll("."+Ie.line).style("opacity",Mc).transition().duration(E).attr("d",Jh).style("opacity",1),Ph.selectAll("."+Ie.area).style("opacity",0).transition().duration(E).attr("d",Kh).style("opacity",Vh),k=Ph.selectAll("."+Ie.circles).selectAll("."+Ie.circle).data(Ed),k.enter().append("circle").attr("class",Cc).style("opacity",0).attr("r",Og),k.style("opacity",Mc).transition().duration(E).style("opacity",Oc).attr("cx",eg?jd:id).attr("cy",eg?id:jd),k.exit().remove(),Ph.selectAll("."+Ie.chartArc).select("."+Ie.arc).attr("transform",w?"scale(0)":"").style("opacity",function(a){return a===this._current?0:1}).transition().duration(E).attrTween("d",function(a){var b=yb(a);if(!b)return function(){return"M 0 0"};var c=Ce.interpolate(this._current,b);return this._current=c(0),function(a){return Bb(c(a),!0)}}).attr("transform",w?"scale(1)":"").style("opacity",1),Ph.selectAll("."+Ie.chartArc).select("text").attr("transform",Cb).style("opacity",0).transition().duration(E).text(Fb).style("opacity",function(a){return Cd(a.data)?1:0}),Ph.select("."+Ie.chartArcsTitle).style("opacity",ud(De.data.targets)?1:0),Zf&&(null!==Ce.event&&"zoom"===Ce.event.type&&Ih.extent(tf.orgDomain()).update(),u&&(Qh.select("."+Ie.axisX).style("opacity",I?0:1).transition().duration(E).call(Cf),Ih.empty()||Ih.extent(tf.orgDomain()).update(),B=_d(H,!0),o=Qh.selectAll("."+Ie.bars).selectAll("."+Ie.bar).data(Dd),o.enter().append("path").attr("d",B).style("stroke","none").style("fill",function(a){return uh(a.id)}).attr("class",Ec),o.style("opacity",Mc).transition().duration(E).attr("d",B).style("opacity",1),o.exit().transition().duration(E).style("opacity",0).remove(),Qh.selectAll("."+Ie.line).style("opacity",Mc).transition().duration(E).attr("d",Lh).style("opacity",1))),Ph.selectAll("."+Ie.selectedCircles).filter(function(a){return yd(a)}).selectAll("circle").remove(),Ph.selectAll("."+Ie.selectedCircle).transition().duration(E).attr("cx",eg?jd:id).attr("cy",eg?id:jd),Ld(Ef)?(qh&&!ph?(s=function(a,b){var c=kc(b),d=lc(b);return(tf(d?d:a.x+50)-tf(c?c:a.x-50))/2},r=function(a,b){var c=kc(b);return(tf(a.x)+tf(c?c:a.x-50))/2}):(s=J(),r=function(a){return tf(a.x)-s/2}),q=nc(),Ph.select("."+Ie.eventRects).datum(q?q.values:[]),p=Ph.select("."+Ie.eventRects).selectAll("."+Ie.eventRect).data(function(a){return a}),ge(p.enter()),p.attr("class",Jc).attr("x",eg?0:r).attr("y",eg?r:0).attr("width",eg?Xe:s).attr("height",eg?s:Ze),p.exit().remove()):(p=Ph.select("."+Ie.eventRects).selectAll("."+Ie.eventRect).data([0]),he(p.enter()),p.attr("x",0).attr("y",0).attr("width",Xe).attr("height",Ze)),m=Ph.select("."+Ie.regions).selectAll("rect."+Ie.region).data(eh),m.enter().append("rect").style("fill-opacity",0),m.attr("class",Ic).attr("x",eg?0:$b).attr("y",eg?$b:Ue.top).attr("width",eg?Xe:_b).attr("height",eg?_b:Ze).transition().duration(E).style("fill-opacity",function(a){return b(a.opacity)?a.opacity:.1}),m.exit().transition().duration(E).style("fill-opacity",0).remove(),oc().forEach(function(a){Wh[a]=!0})}function ne(){me({withTransition:!1,withY:!1,withSubchart:!1,withUpdateXDomain:!0})}function oe(){return"mousemove"===Ce.event.sourceEvent.type&&Mh.altDomain?(tf.domain(Mh.altDomain),void Mh.scale(tf).updateScaleExtent()):(ph&&tf.orgDomain()[0]===Uh[0]&&tf.domain([Uh[0]-1e-10,tf.orgDomain()[1]]),me({withTransition:!1,withY:!1,withSubchart:!1}),void("mousemove"===Ce.event.sourceEvent.type&&(th=!0)))}function pe(){function a(){b.forEach(function(a){a()})}var b=[];return a.add=function(a){b.push(a)},a}function qe(){Nh.attr("width",_e).attr("height",af),Nh.select("#"+mh).select("rect").attr("width",Xe).attr("height",Ze),Nh.select("#xaxis-clip").select("rect").attr("width",F),Nh.select("#yaxis-clip").select("rect").attr("width",H),Nh.select("."+Ie.zoomRect).attr("width",Xe).attr("height",Ze)}function re(a){a=d(a)?a:{},a.withTransition=d(a.withTransition)?a.withTransition:!0,a.withTransform=d(a.withTransform)?a.withTransform:!1,a.withLegend=d(a.withLegend)?a.withLegend:!1,a.withUpdateXDomain=!0,a.withUpdateOrgXDomain=!0,a.durationForExit=0,m(),P(),qe(),l(a.withTransition),me(a)}function se(a){var b,c,d,e,f,g,h,i,j,k,l,m;h=Ph.select("."+Ie.chartTexts).selectAll("."+Ie.chartText).data(a),i=h.enter().append("g").attr("class",function(a){return Ie.chartText+wc(Ie.target,a.id)}).style("pointer-events","none"),i.append("g").attr("class",yc).style("fill",function(a){return uh(a.id)}),e=Ph.select("."+Ie.chartBars).selectAll("."+Ie.chartBar).data(a),d=e.enter().append("g").attr("class",function(a){return Ie.chartBar+wc(Ie.target,a.id)}).style("pointer-events","none"),d.append("g").attr("class",Fc).style("fill",function(a){return uh(a.id)}).style("stroke","none").style("cursor",function(a){return Sf(a)?"pointer":null}),c=Ph.select("."+Ie.chartLines).selectAll("."+Ie.chartLine).data(a),b=c.enter().append("g").attr("class",function(a){return Ie.chartLine+wc(Ie.target,a.id)}).style("pointer-events","none"),b.append("path").attr("class",Bc).style("opacity",0).style("stroke",function(a){return uh(a.id)}),b.append("path").attr("class",Hc).style("opacity",function(){return Vh=+Ce.select(this).style("opacity"),0}).style("fill",function(a){return uh(a.id)}),b.append("g").attr("class",function(a){return wc(Ie.selectedCircles,a.id)}),b.append("g").attr("class",Dc).style("fill",function(a){return uh(a.id)}).style("cursor",function(a){return Sf(a)?"pointer":null}),a.forEach(function(a){Ph.selectAll("."+Ie.selectedCircles+Kc(a.id)).selectAll("."+Ie.selectedCircle).each(function(b){b.value=a.values[b.x].value})}),g=Ph.select("."+Ie.chartArcs).selectAll("."+Ie.chartArc).data(kf(a)),f=g.enter().append("g").attr("class",function(a){return Ie.chartArc+wc(Ie.target,a.data.id)}),f.append("path").attr("class",Gc).style("opacity",0).style("fill",function(a){return uh(a.data.id)}).style("cursor",function(a){return Sf(a)?"pointer":null}).each(function(a){this._current=a}).on("mouseover",function(a,b){var c=Eb(a),d=Mb();Gb(a.data.id),ve(a.data.id),d(c,b)}).on("mousemove",function(a){var b=[Eb(a)];ed(b,Ce.mouse(this))}).on("mouseout",function(a,b){var c=Eb(a),d=Nb();Hb(a.data.id),xe(),fd(),d(c,b)}).on("click",function(a,b){var c=Eb(a),d=Lb();d(c,b)}),f.append("text").attr("dy",".35em").style("opacity",0).style("text-anchor","middle").style("pointer-events","none"),Zf&&(m=Qh.select("."+Ie.chartBars).selectAll("."+Ie.chartBar).data(a),l=m.enter().append("g").attr("class",function(a){return Ie.chartBar+wc(Ie.target,a.id)}),l.append("g").attr("class",Fc).style("fill",function(a){return uh(a.id)}),k=Qh.select("."+Ie.chartLines).selectAll("."+Ie.chartLine).data(a),j=k.enter().append("g").attr("class",function(a){return Ie.chartLine+wc(Ie.target,a.id)}),j.append("path").attr("class",Bc).style("opacity",0).style("stroke",function(a){return uh(a.id)})),Nh.selectAll("."+Ie.target).transition().style("opacity",1)}function te(a,b){De.data.targets.forEach(function(b){for(var c=0;ce&&(e=(k-j)/2,v=0,B++)),A[a]=B,z[B]=e,w[a]=v,v+=j}var e,f,g=a.getBBox(),h=10*Math.ceil((g.width+r)/10),i=10*Math.ceil((g.height+q)/10),j=Bh?i:h,k=Bh?bf:cf;c&&(v=0,B=0,s=0,t=0),x[b]=h,y[b]=i,(!s||h>=s)&&(s=h),(!t||i>=t)&&(t=i),f=Bh?t:s,dg?(Object.keys(x).forEach(function(a){x[a]=s}),Object.keys(y).forEach(function(a){y[a]=t}),e=(k-f*p.length)/2,u>e?(v=0,B=0,p.forEach(function(a){d(a)})):d(b,!0)):d(b)}var f,g,h,i,j,k,n,o,p=oc(a),q=4,r=26,s=0,t=0,u=10,v=0,w={},x={},y={},z={},A={},B=0;b=c(b)?{}:b,o=d(b.withTransition)?b.withTransition:!0,Bh?(g=function(a){return s*(.2+A[a])},j=function(a){return z[A[a]]+w[a]}):(g=function(a){return z[A[a]]+w[a]},j=function(a){return t*(.2+A[a])}),h=function(a,b){return g(a,b)+14},k=function(a,b){return j(a,b)+9},i=function(a,b){return g(a,b)-4},n=function(a,b){return j(a,b)-7},f=Rh.selectAll("."+Ie.legendItem).data(p).enter().append("g").attr("class",function(a){return wc(Ie.legendItem,a)}).style("cursor","pointer").on("click",function(a){cg(a)}).on("mouseover",function(a){De.focus(a)}).on("mouseout",function(){De.revert()}),f.append("text").text(function(a){return d(Hf[a])?Hf[a]:a}).each(function(a,b){e(this,a,0===b)}).style("pointer-events","none").attr("x",Bh?h:-200).attr("y",Bh?-200:k),f.append("rect").attr("class",Ie.legendItemEvent).style("fill-opacity",0).attr("x",Bh?i:-200).attr("y",Bh?-200:n).attr("width",function(a){return x[a]}).attr("height",function(a){return y[a]}),f.append("rect").attr("class",Ie.legendItemTile).style("pointer-events","none").style("fill",function(a){return uh(a)}).attr("x",Bh?h:-200).attr("y",Bh?-200:j).attr("width",10).attr("height",10),Rh.selectAll("text").data(p).each(function(a,b){e(this,a,0===b)}).transition().duration(o?250:0).attr("x",h).attr("y",k),Rh.selectAll("rect."+Ie.legendItemEvent).data(p).transition().duration(o?250:0).attr("x",i).attr("y",n),Rh.selectAll("rect."+Ie.legendItemTile).data(p).transition().duration(o?250:0).attr("x",g).attr("y",j),L(s),M(t),K(B),m(),P(),qe(),l(!1)}function ze(a){return pc(a.id)}function Ae(a){return"data"in a&&pc(a.data.id)}function Be(a){var b=a&&a.value?a.value:null,c=a&&a["class"]?a["class"]:null;return b?function(a){return a.value!==b}:c?function(a){return a["class"]!==c}:function(){return!0}}var Ce=a.d3?a.d3:a.require?a.require("d3"):void 0,De={data:{}},Ee={},Fe="_expanded_",Ge="_selected_",He="_included_",Ie={target:"c3-target",chart:"c3-chart",chartLine:"c3-chart-line",chartLines:"c3-chart-lines",chartBar:"c3-chart-bar",chartBars:"c3-chart-bars",chartText:"c3-chart-text",chartTexts:"c3-chart-texts",chartArc:"c3-chart-arc",chartArcs:"c3-chart-arcs",chartArcsTitle:"c3-chart-arcs-title",selectedCircle:"c3-selected-circle",selectedCircles:"c3-selected-circles",eventRect:"c3-event-rect",eventRects:"c3-event-rects",zoomRect:"c3-zoom-rect",brush:"c3-brush",focused:"c3-focused",region:"c3-region",regions:"c3-regions",tooltip:"c3-tooltip",tooltipName:"c3-tooltip-name",shape:"c3-shape",shapes:"c3-shapes",line:"c3-line",bar:"c3-bar",bars:"c3-bars",circle:"c3-circle",circles:"c3-circles",arc:"c3-arc",area:"c3-area",text:"c3-text",texts:"c3-texts",grid:"c3-grid",xgrid:"c3-xgrid",xgrids:"c3-xgrids",xgridLine:"c3-xgrid-line",xgridLines:"c3-xgrid-lines",xgridFocus:"c3-xgrid-focus",ygrid:"c3-ygrid",ygrids:"c3-ygrids",ygridLine:"c3-ygrid-line",ygridLines:"c3-ygrid-lines",axisX:"c3-axis-x",axisXLabel:"c3-axis-x-label",axisY:"c3-axis-y",axisYLabel:"c3-axis-y-label",axisY2:"c3-axis-y2",axisY2Label:"c3-axis-y2-label",legendItem:"c3-legend-item",legendItemEvent:"c3-legend-item-event",legendItemTile:"c3-legend-item-tile",dragarea:"c3-dragarea"},Je=g(["bindto"],"#chart"),Ke=g(["size","width"]),Le=g(["size","height"]),Me=g(["padding","left"]),Ne=g(["padding","right"]),Oe=g(["zoom","enabled"],!1),Pe=g(["zoom","extent"]),Qe=g(["zoom","privileged"],!1),Re=g(["onenter"],function(){}),Se=g(["onleave"],function(){}),Te=g(["transition","duration"],350);f("data","data is required in config");var Ue,Ve,We,Xe,Ye,Ze,$e,_e,af,bf,cf,df,ef,ff,gf,hf,jf,kf,lf,mf,nf,of,pf,qf,rf,sf,tf,uf,vf,wf,xf,yf,zf,Af,Bf,Cf,Df=g(["data","x"]),Ef=g(["data","xs"],{}),Ff=g(["data","x_format"],"%Y-%m-%d"),Gf=g(["data","id_converter"],function(a){return a}),Hf=g(["data","names"],{}),If=g(["data","groups"],[]),Jf=g(["data","axes"],{}),Kf=g(["data","type"]),Lf=g(["data","types"],{}),Mf=g(["data","labels"],{}),Nf=g(["data","order"]),Of=g(["data","regions"],{}),Pf=g(["data","colors"],{}),Qf=g(["data","selection","enabled"],!1),Rf=g(["data","selection","grouped"],!1),Sf=g(["data","selection","isselectable"],function(){return!0}),Tf=g(["data","selection","multiple"],!0),Uf=g(["data","onclick"],function(){}),Vf=g(["data","onselected"],function(){}),Wf=g(["data","onunselected"],function(){}),Xf=g(["data","ondragstart"],function(){}),Yf=g(["data","ondragend"],function(){}),Zf=g(["subchart","show"],!1),$f=Zf?g(["subchart","size","height"],60):0,_f=g(["color","pattern"],[]),ag=g(["legend","show"],!0),bg=g(["legend","position"],"bottom"),cg=g(["legend","item","onclick"],function(){}),dg=g(["legend","equally"],!1),eg=g(["axis","rotated"],!1),fg=g(["axis","x","type"],"indexed"),gg=g(["axis","x","categories"],[]),hg=g(["axis","x","tick","centered"],!1),ig=g(["axis","x","tick","format"]),jg=g(["axis","x","tick","culling"],"categorized"===fg?!1:!0),kg=g(["axis","x","tick","count"],10),lg=g(["axis","x","max"]),mg=g(["axis","x","min"]),ng=g(["axis","x","default"]),og=g(["axis","x","label"],{}),pg=g(["axis","y","show"],!0),qg=g(["axis","y","max"]),rg=g(["axis","y","min"]),sg=g(["axis","y","center"]),tg=g(["axis","y","label"],{}),ug=g(["axis","y","inner"],!1),vg=g(["axis","y","tick","format"]),wg=g(["axis","y","padding"]),xg=g(["axis","y","ticks"],10),yg=g(["axis","y2","show"],!1),zg=g(["axis","y2","max"]),Ag=g(["axis","y2","min"]),Bg=g(["axis","y2","center"]),Cg=g(["axis","y2","label"]),Dg=g(["axis","y2","inner"],!1),Eg=g(["axis","y2","tick","format"]),Fg=g(["axis","y2","padding"]),Gg=g(["axis","y2","ticks"],10),Hg=g(["grid","x","show"],!1),Ig=g(["grid","x","type"],"tick"),Jg=g(["grid","x","lines"]),Kg=g(["grid","y","show"],!1),Lg=g(["grid","y","lines"]),Mg=g(["grid","y","ticks"],10),Ng=g(["point","show"],!0),Og=Ng?g(["point","r"],2.5):0,Pg=g(["point","focus","line","enabled"],!0),Qg=g(["point","focus","expand","enabled"],!0),Rg=g(["point","focus","expand","r"],Qg?4:Og),Sg=g(["point","focus","select","r"],8),Tg=g(["bar","width"]),Ug=g(["bar","width","ratio"],.6),Vg=g(["pie","label","show"],!0),Wg=g(["pie","label","format"]),Xg=g(["pie","onclick"],function(){}),Yg=g(["pie","onmouseover"],function(){}),Zg=g(["pie","onmouseout"],function(){}),$g=g(["donut","label","show"],!0),_g=g(["donut","label","format"]),ah=g(["donut","title"],""),bh=g(["donut","onclick"],function(){}),ch=g(["donut","onmouseover"],function(){}),dh=g(["donut","onmouseout"],function(){}),eh=g(["regions"],[]),fh=g(["tooltip","show"],!0),gh=g(["tooltip","format","title"]),hh=g(["tooltip","format","value"]),ih=g(["tooltip","contents"],function(a,b,c,d){var e,f,g,h,i,j=gh?gh:b,k=hh?hh:c;for(f=0;f"+(g||0===g?""+g+"":"")),i=a[f].name,h=k(a[f].value,a[f].ratio),e+="",e+=""+i+"",e+=""+h+"",e+="");return e+""}),jh=g(["tooltip","init","show"],!1),kh=g(["tooltip","init","x"],0),lh=g(["tooltip","init","position"],{top:"0px",left:"50px"}),mh=("string"==typeof Je?Je.replace("#",""):Je.id)+"-clip",nh=h(mh),oh="timeseries"===fg,ph="categorized"===fg,qh=!oh&&(Df||!Ld(Ef)),rh=null,sh=!1,th=!1,uh=Gd(Pf,_f),vh=function(){var a=[[Ce.time.format("%Y/%-m/%-d"),function(){return!0}],[Ce.time.format("%-m/%-d"),function(a){return a.getMonth()}],[Ce.time.format("%-m/%-d"),function(a){return 1!==a.getDate()}],[Ce.time.format("%-m/%-d"),function(a){return a.getDay()&&1!==a.getDate()}],[Ce.time.format("%I %p"),function(a){return a.getHours()}],[Ce.time.format("%I:%M"),function(a){return a.getMinutes()}],[Ce.time.format(":%S"),function(a){return a.getSeconds()}],[Ce.time.format(".%L"),function(a){return a.getMilliseconds()}]];return function(b){for(var c=a.length-1,d=a[c];!d[1](b);)d=a[--c];return d[0](b)}}(),wh=eg?"left":"bottom",xh=eg?ug?"top":"bottom":ug?"right":"left",yh=eg?Dg?"bottom":"top":Dg?"left":"right",zh=eg?"left":"bottom",Ah={main:function(){return"translate("+Ue.left+","+Ue.top+")"},context:function(){return"translate("+Ve.left+","+Ve.top+")"},legend:function(){return"translate("+We.left+","+We.top+")"},x:function(){return"translate(0,"+(eg?0:Ze)+")"},y:function(){return"translate(0,"+(eg?Ze:0)+")"},y2:function(){return"translate("+(eg?0:Xe)+","+(eg?1:0)+")"},subx:function(){return"translate(0,"+(eg?0:$e)+")"},arc:function(){return"translate("+Xe/2+","+Ze/2+")"}},Bh="right"===bg,Ch=0,Dh=0,Eh=0,Fh=30,Gh=30,Hh=5;kf=Ce.layout.pie().value(function(a){return a.values.reduce(function(a,b){return a+b.value},0)});var Ih,Jh=function(){var a=Ce.svg.line().x(eg?function(a){return T(a.id)(a.value)}:Sc).y(eg?Sc:function(a){return T(a.id)(a.value)});return function(b){var c,d,e=Ud(b.values);return wd(b)?(a.interpolate(xd(b)?"cardinal":"linear"),Of[b.id]?ee(e,tf,T(b.id),Of[b.id]):a(e)):(c=tf(e[0].x),d=T(b.id)(e[0].value),eg?"M "+d+" "+c:"M "+c+" "+d)}}(),Kh=function(){var a;return a=eg?Ce.svg.area().x0(function(a){return T(a.id)(0)}).x1(function(a){return T(a.id)(a.value)}).y(Sc):Ce.svg.area().x(Sc).y0(function(a){return T(a.id)(0)}).y1(function(a){return T(a.id)(a.value)}),function(b){var c,d,e=Ud(b.values);return qd([b],"area")||qd([b],"area-spline")?(a.interpolate(xd(b)?"cardinal":"linear"),a(e)):(c=tf(e[0].x),d=T(b.id)(e[0].value),eg?"M "+d+" "+c:"M "+c+" "+d)}}(),Lh=function(){var a=Ce.svg.line().x(eg?function(a){return U(a.id)(a.value)}:Vc).y(eg?Vc:function(a){return U(a.id)(a.value)});return function(b){var c=Ud(b.values);return wd(b)?a(c):"M "+wf(c[0].x)+" "+U(b.id)(c[0].value)}}(),Mh=function(){};Ih=Ce.svg.brush().on("brush",ne),Ih.update=function(){return Qh&&Qh.select("."+Ie.brush).call(this),this},Ih.scale=function(a){return eg?this.y(a):this.x(a)},Oe&&(Mh=Ce.behavior.zoom().on("zoomstart",function(){Mh.altDomain=Ce.event.sourceEvent.altKey?tf.orgDomain():null}).on("zoom",Oe?oe:null),Mh.scale=function(a){return eg?this.y(a):this.x(a)},Mh.orgScaleExtent=function(){var a=Pe?Pe:[1,10];return[a[0],Math.max(mc()/a[1],a[1])]},Mh.updateScaleExtent=function(){var a=Wb(tf.orgDomain())/Wb(Uh),b=this.orgScaleExtent();return this.scaleExtent([b[0]*a,b[1]*a]),this});var Nh,Oh,Ph,Qh,Rh,Sh,Th,Uh,Vh,Wh={};if(De.focus=function(a){function b(a){a.transition().duration(100).style("opacity",1)}var c=Nh.selectAll(Lc(a)),d=c.filter(ze),e=c.filter(Ae);De.revert(),De.defocus(),b(d.classed(Ie.focused,!0)),b(e),vd(De.data.targets)&&Gb(a,!0),ve(a)},De.defocus=function(a){function b(a){a.transition().duration(100).style("opacity",.3)}var c=Nh.selectAll(Lc(a)),d=c.filter(ze),e=c.filter(Ae);De.revert(),b(d.classed(Ie.focused,!1)),b(e),vd(De.data.targets)&&Hb(a),we(a)},De.revert=function(a){function b(a){a.transition().duration(100).style("opacity",1)}var c=Nh.selectAll(Lc(a)),d=c.filter(ze),e=c.filter(Ae);b(d.classed(Ie.focused,!1)),b(e),vd(De.data.targets)&&Hb(a),xe()},De.show=function(a){Nh.selectAll(Lc(a)).transition().style("opacity",1)},De.hide=function(a){Nh.selectAll(Lc(a)).transition().style("opacity",0)},De.unzoom=function(){Ih.clear().update(),me({withUpdateXDomain:!0})},De.load=function(a){if("function"!=typeof a.done&&(a.done=function(){}),a.xs&&ec(a.xs),"categories"in a&&ph&&(gg=a.categories,zf.categories(gg)),"cacheIds"in a&&Xb(a.cacheIds))return void te(Zb(a.cacheIds),a.done);if("data"in a)te(ic(a.data),a.done);else if("url"in a)Ce.csv(a.url,function(b,c){te(ic(c),a.done)});else if("rows"in a)te(ic(gc(a.rows)),a.done);else{if(!("columns"in a))throw Error("url or rows or columns is required.");te(ic(hc(a.columns)),a.done)}},De.unload=function(a){De.data.targets=De.data.targets.filter(function(b){return b.id!==a}),Nh.selectAll(Lc(a)).transition().style("opacity",0).remove(),ag&&Rh.selectAll("."+Ie.legendItem+Kc(a)).remove(),De.data.targets.length>0&&me({withUpdateOrgXDomain:!0,withUpdateXDomain:!0,withLegend:!0})},De.selected=function(a){return Ce.merge(Ph.selectAll("."+Ie.shapes+Kc(a)).selectAll("."+Ie.shape).filter(function(){return Ce.select(this).classed(Ge)}).map(function(a){return a.map(function(a){return a.__data__})}))},De.select=function(a,b,c){Qf&&Ph.selectAll("."+Ie.shapes).selectAll("."+Ie.shape).each(function(e,f){var g=Ce.select(this),h="circle"===this.nodeName?Od:Rd,i="circle"===this.nodeName?Pd:Sd,j=Rf||!a||a.indexOf(e.id)>=0,k=!b||b.indexOf(f)>=0,l=g.classed(Ge);j&&k?Sf(e)&&!l&&h(g.classed(Ge,!0),e,f):d(c)&&c&&l&&i(g.classed(Ge,!1),e,f)})},De.unselect=function(a,b){Qf&&Ph.selectAll("."+Ie.shapes).selectAll("."+Ie.shape).each(function(c,d){var e=Ce.select(this),f="circle"===this.nodeName?Pd:Sd,g=Rf||!a||a.indexOf(c.id)>=0,h=!b||b.indexOf(d)>=0,i=e.classed(Ge);g&&h&&Sf(c)&&i&&f(e.classed(Ge,!1),c,d)})},De.toLine=function(a){pd(a,"line"),re()},De.toSpline=function(a){pd(a,"spline"),re()},De.toBar=function(a){pd(a,"bar"),re()},De.toScatter=function(a){pd(a,"scatter"),re()},De.toArea=function(a){pd(a,"area"),re()},De.toAreaSpline=function(a){pd(a,"area-spline"),re()},De.toPie=function(a){pd(a,"pie"),re({withTransform:!0})},De.toDonut=function(a){pd(a,"donut"),re({withTransform:!0})},De.groups=function(a){return c(a)?If:(If=a,me(),If)},De.xgrids=function(a){return a?(Jg=a,me(),Jg):Jg},De.xgrids.add=function(a){return a?De.xgrids(Jg.concat(a)):void 0},De.xgrids.remove=function(a){var b=Be(a);return De.xgrids(Jg.filter(b))},De.ygrids=function(a){return a?(Lg=a,me(),Lg):Lg},De.ygrids.add=function(a){return a?De.ygrids(Lg.concat(a)):void 0},De.ygrids.remove=function(a){var b=Be(a);return De.ygrids(Lg.filter(b))},De.regions=function(a){return c(a)?eh:(eh=a,me(),eh)},De.regions.add=function(a){return c(a)?eh:(eh=eh.concat(a),me(),eh)},De.regions.remove=function(a,c){var e=[].concat(a);return c=d(c)?c:{},e.forEach(function(a){var d=b(c.duration)?c.duration:0;Nh.selectAll("."+a).transition().duration(d).style("fill-opacity",0).remove(),eh=eh.filter(function(b){return b.classes.indexOf(a)<0})}),eh},De.data.get=function(a){var b=De.data.getAsTarget(a);return d(b)?b.values.map(function(a){return a.value}):void 0},De.data.getAsTarget=function(a){var b=qc(function(b){return b.id===a});return b.length>0?b[0]:void 0},De.resize=function(a){Ke=a?a.width:null,Le=a?a.height:null,re({withLegend:!0,withTransition:!1})},De.destroy=function(){De.data.targets=void 0,De.data.x={},Th.html(""),a.onresize=null},"url"in e.data)Ce.csv(e.data.url,function(a,b){fe(b)});else if("rows"in e.data)fe(gc(e.data.rows));else{if(!("columns"in e.data))throw Error("url or rows or columns is required.");fe(hc(e.data.columns))}return De},"function"==typeof a.define&&a.define.amd?a.define(e):a.c3=e}(window); \ No newline at end of file