@carbon/charts-angular 0.41.98-d3v5-latest-0.1 → 0.41.103

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,60 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.41.103](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.102...v0.41.103) (2021-08-11)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **angular:** area chart export ([#1114](https://github.com/carbon-design-system/carbon-charts/issues/1114)) ([ae37d85](https://github.com/carbon-design-system/carbon-charts/commit/ae37d854ea33dac04e8a7f88f23c30eadd49906f))
12
+
13
+
14
+
15
+
16
+
17
+ ## [0.41.102](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.101...v0.41.102) (2021-08-10)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **angular:** add area chart to exports ([#1112](https://github.com/carbon-design-system/carbon-charts/issues/1112)) ([609c9c4](https://github.com/carbon-design-system/carbon-charts/commit/609c9c4ecc8a440cc039b566f9d7bf927ec23af0))
23
+
24
+
25
+
26
+
27
+
28
+ ## [0.41.101](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.100...v0.41.101) (2021-08-06)
29
+
30
+ **Note:** Version bump only for package @carbon/charts-angular
31
+
32
+
33
+
34
+
35
+
36
+ ## [0.41.100](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.99...v0.41.100) (2021-08-04)
37
+
38
+ **Note:** Version bump only for package @carbon/charts-angular
39
+
40
+
41
+
42
+
43
+
44
+ ## [0.41.99](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.98...v0.41.99) (2021-08-04)
45
+
46
+ **Note:** Version bump only for package @carbon/charts-angular
47
+
48
+
49
+
50
+
51
+
52
+ ## [0.41.98](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.97...v0.41.98) (2021-08-04)
53
+
54
+ **Note:** Version bump only for package @carbon/charts-angular
55
+
56
+
57
+
58
+
59
+
6
60
  ## [0.41.97](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.96...v0.41.97) (2021-08-04)
7
61
 
8
62
  **Note:** Version bump only for package @carbon/charts-angular
@@ -1870,6 +1870,7 @@
1870
1870
  return ShapeNodeModule;
1871
1871
  }());
1872
1872
 
1873
+ exports.AreaChartComponent = AreaChartComponent;
1873
1874
  exports.BaseChart = BaseChart;
1874
1875
  exports.BoxplotChartComponent = BoxplotChartComponent;
1875
1876
  exports.BubbleChartComponent = BubbleChartComponent;
@@ -1909,7 +1910,6 @@
1909
1910
  exports.StackedBarChartComponent = StackedBarChartComponent;
1910
1911
  exports.TreemapChartComponent = TreemapChartComponent;
1911
1912
  exports.WordCloudChartComponent = WordCloudChartComponent;
1912
- exports.ɵa = AreaChartComponent;
1913
1913
 
1914
1914
  Object.defineProperty(exports, '__esModule', { value: true });
1915
1915
 
@@ -13,5 +13,5 @@
13
13
  See the Apache Version 2.0 License for specific language governing permissions
14
14
  and limitations under the License.
15
15
  ***************************************************************************** */
16
- var s=function(t,e){return(s=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(t,e)};function p(t,e){function n(){this.constructor=t}s(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}var c=function(){return(c=Object.assign||function(t){for(var e,n=1,o=arguments.length;n<o;n++)for(var r in e=arguments[n])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t}).apply(this,arguments)};var m=function(){function t(t){this.elementRef=t}return Object.defineProperty(t.prototype,"data",{get:function(){return this._data},set:function(t){var e=null!==this._data&&void 0!==this._data;this._data=t,e&&this.chart.model.setData(t)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"options",{get:function(){return this._options},set:function(t){var e=null!==this._options&&void 0!==this._options;this._options=t,e&&this.chart.model.setOptions(t)},enumerable:!0,configurable:!0}),t.prototype.ngOnInit=function(){this.width&&(this.options.width=this.width),this.height&&(this.options.height=this.height)},t.prototype.ngAfterViewInit=function(){console.log("You need to implement your own `ngAfterViewInit()` function")},t.decorators=[{type:e.Component,args:[{selector:"ibm-base-chart",template:""}]}],t.ctorParameters=function(){return[{type:e.ElementRef}]},t.propDecorators={data:[{type:e.Input}],options:[{type:e.Input}],width:[{type:e.Input}],height:[{type:e.Input}],chartRef:[{type:e.ViewChild,args:["nChart"]}]},t}();var u=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return p(n,t),n.prototype.ngAfterViewInit=function(){this.chart=new o.AreaChart(this.chartRef.nativeElement,{data:this.data,options:this.options}),Object.assign(this,this.chart)},n.decorators=[{type:e.Component,args:[{selector:"ibm-area-chart",template:'\n\t\t<div #nChart class="ibm-chart-container">\n\t\t</div>\n\t'}]}],n}(m),h=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return p(n,t),n.prototype.ngAfterViewInit=function(){this.chart=new o.StackedAreaChart(this.elementRef.nativeElement,{data:this.data,options:this.options}),Object.assign(this,this.chart)},n.decorators=[{type:e.Component,args:[{selector:"ibm-stacked-area-chart",template:""}]}],n}(m),l=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return p(n,t),n.prototype.ngAfterViewInit=function(){this.chart=new o.SimpleBarChart(this.elementRef.nativeElement,{data:this.data,options:this.options}),Object.assign(this,this.chart)},n.decorators=[{type:e.Component,args:[{selector:"ibm-simple-bar-chart",template:""}]}],n}(m),d=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return p(n,t),n.prototype.ngAfterViewInit=function(){this.chart=new o.GroupedBarChart(this.elementRef.nativeElement,{data:this.data,options:this.options}),Object.assign(this,this.chart)},n.decorators=[{type:e.Component,args:[{selector:"ibm-grouped-bar-chart",template:""}]}],n}(m),g=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return p(n,t),n.prototype.ngAfterViewInit=function(){this.chart=new o.StackedBarChart(this.elementRef.nativeElement,{data:this.data,options:this.options}),Object.assign(this,this.chart)},n.decorators=[{type:e.Component,args:[{selector:"ibm-stacked-bar-chart",template:""}]}],n}(m),f=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return p(n,t),n.prototype.ngAfterViewInit=function(){this.chart=new o.BoxplotChart(this.elementRef.nativeElement,{data:this.data,options:this.options}),Object.assign(this,this.chart)},n.decorators=[{type:e.Component,args:[{selector:"ibm-boxplot-chart",template:""}]}],n}(m),y=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return p(n,t),n.prototype.ngAfterViewInit=function(){this.chart=new o.BubbleChart(this.elementRef.nativeElement,{data:this.data,options:this.options}),Object.assign(this,this.chart)},n.decorators=[{type:e.Component,args:[{selector:"ibm-bubble-chart",template:""}]}],n}(m),v=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return p(n,t),n.prototype.ngAfterViewInit=function(){this.chart=new o.BulletChart(this.elementRef.nativeElement,{data:this.data,options:this.options}),Object.assign(this,this.chart)},n.decorators=[{type:e.Component,args:[{selector:"ibm-bullet-chart",template:""}]}],n}(m),C=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return p(n,t),n.prototype.ngAfterViewInit=function(){this.chart=new o.DonutChart(this.elementRef.nativeElement,{data:this.data,options:this.options}),Object.assign(this,this.chart)},n.decorators=[{type:e.Component,args:[{selector:"ibm-donut-chart",template:""}]}],n}(m),b=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return p(n,t),n.prototype.ngAfterViewInit=function(){this.chart=new o.GaugeChart(this.elementRef.nativeElement,{data:this.data,options:this.options}),Object.assign(this,this.chart)},n.decorators=[{type:e.Component,args:[{selector:"ibm-gauge-chart",template:""}]}],n}(m),w=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return p(n,t),n.prototype.ngAfterViewInit=function(){this.chart=new o.LineChart(this.elementRef.nativeElement,{data:this.data,options:this.options}),Object.assign(this,this.chart)},n.decorators=[{type:e.Component,args:[{selector:"ibm-line-chart",template:""}]}],n}(m),O=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return p(n,t),n.prototype.ngAfterViewInit=function(){this.chart=new o.LollipopChart(this.elementRef.nativeElement,{data:this.data,options:this.options}),Object.assign(this,this.chart)},n.decorators=[{type:e.Component,args:[{selector:"ibm-lollipop-chart",template:""}]}],n}(m),I=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return p(n,t),n.prototype.ngAfterViewInit=function(){this.chart=new o.PieChart(this.elementRef.nativeElement,{data:this.data,options:this.options}),Object.assign(this,this.chart)},n.decorators=[{type:e.Component,args:[{selector:"ibm-pie-chart",template:""}]}],n}(m),k=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return p(n,t),n.prototype.ngAfterViewInit=function(){this.chart=new o.ScatterChart(this.elementRef.nativeElement,{data:this.data,options:this.options}),Object.assign(this,this.chart)},n.decorators=[{type:e.Component,args:[{selector:"ibm-scatter-chart",template:""}]}],n}(m),E=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return p(n,t),n.prototype.ngAfterViewInit=function(){this.chart=new o.MeterChart(this.elementRef.nativeElement,{data:this.data,options:this.options}),Object.assign(this,this.chart)},n.decorators=[{type:e.Component,args:[{selector:"ibm-meter-chart",template:""}]}],n}(m),x=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return p(n,t),n.prototype.ngAfterViewInit=function(){this.chart=new o.RadarChart(this.elementRef.nativeElement,{data:this.data,options:this.options}),Object.assign(this,this.chart)},n.decorators=[{type:e.Component,args:[{selector:"ibm-radar-chart",template:""}]}],n}(m),_=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return p(n,t),n.prototype.ngAfterViewInit=function(){this.chart=new o.ComboChart(this.elementRef.nativeElement,{data:this.data,options:this.options}),Object.assign(this,this.chart)},n.decorators=[{type:e.Component,args:[{selector:"ibm-combo-chart",template:""}]}],n}(m),M=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return p(n,t),n.prototype.ngAfterViewInit=function(){this.chart=new o.TreemapChart(this.elementRef.nativeElement,{data:this.data,options:this.options}),Object.assign(this,this.chart)},n.decorators=[{type:e.Component,args:[{selector:"ibm-treemap-chart",template:""}]}],n}(m),A=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return p(n,t),n.prototype.ngAfterViewInit=function(){this.chart=new o.CirclePackChart(this.elementRef.nativeElement,{data:this.data,options:this.options}),Object.assign(this,this.chart)},n.decorators=[{type:e.Component,args:[{selector:"ibm-circle-pack-chart",template:""}]}],n}(m),S=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return p(n,t),n.prototype.ngAfterViewInit=function(){this.chart=new o.WordCloudChart(this.elementRef.nativeElement,{data:this.data,options:this.options}),Object.assign(this,this.chart)},n.decorators=[{type:e.Component,args:[{selector:"ibm-wordcloud-chart",template:""}]}],n}(m),$=function(){function t(){}return t.decorators=[{type:e.NgModule,args:[{imports:[n.CommonModule],declarations:[m,u,h,l,d,g,f,y,v,C,b,w,O,I,k,E,x,_,M,A,S],exports:[m,u,h,l,d,g,f,y,v,C,b,w,O,I,k,E,x,_,M,A,S]}]}],t}(),j=r.prefix,R=function(){function t(){this.as="div",this.href=null,this.click=new e.EventEmitter,this.mouseEnter=new e.EventEmitter,this.mouseOver=new e.EventEmitter,this.mouseOut=new e.EventEmitter,this.mouseLeave=new e.EventEmitter,this.mouseMove=new e.EventEmitter,this.namespace=j+"--cc--card-node",this.component="div"}return t.prototype.ngOnInit=function(){this.href?this.component="a":this.component=this.as},t.decorators=[{type:e.Component,args:[{selector:"ibm-diagram-card-node",template:'\n\t<ng-container [ngSwitch]="component">\n\t\t<xhtml:div\n\t\t\t*ngSwitchCase="\'div\'"\n\t\t\t[ngClass]="[\n\t\t\t\tnamespace,\n\t\t\t\tstacked ? namespace + \'--stacked\' : \'\',\n\t\t\t\tnamespace + \'--\' + component\n\t\t\t]"\n\t\t\t[ngStyle]="{\'border-color\': color}"\n\t\t\t(mouseenter)="mouseEnter.emit($event)"\n\t\t\t(mouseover)="mouseOver.emit($event)"\n\t\t\t(mouseout)="mouseOut.emit($event)"\n\t\t\t(mouseleave)="mouseLeave.emit($event)"\n\t\t\t(mousemove)="mouseMove.emit($event)"\n\t\t\ttabindex="0"\n\t\t>\n\t\t\t<ng-container *ngTemplateOutlet="nodeTemplate"></ng-container>\n\t\t</xhtml:div>\n\n\t\t<xhtml:button\n\t\t\t*ngSwitchCase="\'button\'"\n\t\t\t[ngClass]="[\n\t\t\t\tnamespace,\n\t\t\t\tstacked ? namespace + \'--stacked\' : \'\',\n\t\t\t\tnamespace + \'--\' + component\n\t\t\t]"\n\t\t\t[ngStyle]="{\'border-color\': color}"\n\t\t\t(click)="click.emit($event)"\n\t\t\t(mouseenter)="mouseEnter.emit($event)"\n\t\t\t(mouseover)="mouseOver.emit($event)"\n\t\t\t(mouseout)="mouseOut.emit($event)"\n\t\t\t(mouseleave)="mouseLeave.emit($event)"\n\t\t\t(mousemove)="mouseMove.emit($event)"\n\t\t\ttabindex="0"\n\t\t>\n\t\t\t<ng-container *ngTemplateOutlet="nodeTemplate"></ng-container>\n\t\t</xhtml:button>\n\n\t\t<xhtml:a\n\t\t\t*ngSwitchCase="\'a\'"\n\t\t\t[ngClass]="[\n\t\t\t\tnamespace,\n\t\t\t\tstacked ? namespace + \'--stacked\' : \'\',\n\t\t\t\tnamespace + \'--\' + component\n\t\t\t]"\n\t\t\t[attr.href]="href"\n\t\t\t[ngStyle]="{\'border-color\': color}"\n\t\t\t(mouseenter)="mouseEnter.emit($event)"\n\t\t\t(mouseover)="mouseOver.emit($event)"\n\t\t\t(mouseout)="mouseOut.emit($event)"\n\t\t\t(mouseleave)="mouseLeave.emit($event)"\n\t\t\t(mousemove)="mouseMove.emit($event)"\n\t\t\ttabindex="0"\n\t\t>\n\t\t\t<ng-container *ngTemplateOutlet="nodeTemplate"></ng-container>\n\t\t</xhtml:a>\n\t</ng-container>\n\t<ng-template #nodeTemplate>\n\t\t<ng-content></ng-content>\n\t</ng-template>\n\t'}]}],t.propDecorators={as:[{type:e.Input}],href:[{type:e.Input}],color:[{type:e.Input}],stacked:[{type:e.Input}],click:[{type:e.Output}],mouseEnter:[{type:e.Output}],mouseOver:[{type:e.Output}],mouseOut:[{type:e.Output}],mouseLeave:[{type:e.Output}],mouseMove:[{type:e.Output}]},t}();var V=r.prefix,T=function(){function t(){this.farsideColumn=!1}return Object.defineProperty(t.prototype,"class",{get:function(){return V+"--cc--card-node__column "+(this.farsideColumn?V+"--cc--card-node__column--farside":"")},enumerable:!0,configurable:!0}),t.decorators=[{type:e.Component,args:[{selector:"ibm-diagram-card-node-column",template:"\n\t<xhtml:div>\n\t\t<ng-content></ng-content>\n\t</xhtml:div>\n\t"}]}],t.propDecorators={farsideColumn:[{type:e.Input}],class:[{type:e.HostBinding,args:["class"]}]},t}();var L=r.prefix,P=function(){function t(){this.namespace=L+"--cc--card-node__label"}return t.decorators=[{type:e.Component,args:[{selector:"ibm-diagram-card-node-label",template:'\n\t<xhtml:label [ngClass]="namespace">\n\t\t<ng-content></ng-content>\n\t</xhtml:label>\n\t'}]}],t}();var B=r.prefix,N=function(){function t(){this.namespace=B+"--cc--card-node__subtitle"}return t.decorators=[{type:e.Component,args:[{selector:"ibm-diagram-card-node-subtitle",template:'\n\t<xhtml:div [ngClass]="namespace">\n\t\t<ng-content></ng-content>\n\t</xhtml:div>\n\t'}]}],t}();var D=r.prefix,q=function(){function t(){this.namespace=D+"--cc--card-node__title"}return t.decorators=[{type:e.Component,args:[{selector:"ibm-diagram-card-node-title",template:'\n\t<xhtml:div [ngClass]="namespace">\n\t\t<ng-content></ng-content>\n\t</xhtml:div>\n\t'}]}],t}();var z=function(){function t(){}return t.decorators=[{type:e.NgModule,args:[{declarations:[R,T,P,N,q],exports:[R,T,P,N,q],imports:[n.CommonModule]}]}],t}(),Y=r.prefix;var X=function(){function t(){this.namespace=Y+"--cc--edge",this.straight=a.buildStraightPathString}return t.decorators=[{type:e.Component,args:[{selector:"[ibm-graph-edge]",template:"\n\t<svg:g [ngClass]=\"[namespace, variant ? namespace + '--' + variant : '']\">\n\t\t<svg:path\n\t\t\t[ngClass]=\"namespace + '__container'\"\n\t\t\t[attr.d]=\"path ? path : straight(source, target)\"\n\t\t/>\n\t\t<svg:path\n\t\t\t[ngClass]=\"namespace + '__outer'\"\n\t\t\t[attr.d]=\"path ? path : straight(source, target)\"\n\t\t/>\n\t\t<svg:path\n\t\t\t[ngClass]=\"namespace + '__inner'\"\n\t\t\t[attr.d]=\"path ? path : straight(source, target)\"\n\t\t\t[ngStyle]=\"{'stroke': color}\"\n\t\t\t[attr.marker-start]=\"markerStart ? 'url(#' + markerStart + ')' : ''\"\n\t\t\t[attr.marker-end]=\"markerEnd ? 'url(#' + markerEnd + ')' : ''\"\n\t\t/>\n\t</svg:g>\n\t"}]}],t.propDecorators={color:[{type:e.Input}],markerEnd:[{type:e.Input}],markerStart:[{type:e.Input}],source:[{type:e.Input}],target:[{type:e.Input}],variant:[{type:e.Input}],path:[{type:e.Input}]},t}();var G=function(){function t(){}return t.decorators=[{type:e.NgModule,args:[{declarations:[X],exports:[X],imports:[n.CommonModule]}]}],t}(),W=r.prefix,H='\n<svg:marker\n\t[ngClass]="namespace"\n\t[attr.markerHeight]="height"\n\t[attr.markerWidth]="width"\n\t[attr.orient]="orient"\n\t[attr.id]="id"\n\t[attr.refX]="refX"\n\t[attr.refY]="refY"\n\tmarkerUnits="userSpaceOnUse">\n\t<svg:path [attr.d]="d" [ngStyle]="{\'fill\': color}" ></svg:path>\n</svg:marker>\n',U=function(){function t(){var t=this;this.orient="auto",this.position="end",this.namespace=W+"--cc--marker",this.setAttributes=function(e){var n=e.d,o=e.id,r=e.height,a=e.width,i="end"===t.position?a/2+.5:.5,s=r/2;t.d=t.d||n,t.id=t.id||o,t.height=t.height||r,t.width=t.width||a,t.refX=t.refX||i,t.refY=t.refY||s}}return t.decorators=[{type:e.Component,args:[{selector:"[ibm-graph-marker]",template:H}]}],t.propDecorators={d:[{type:e.Input}],color:[{type:e.Input}],id:[{type:e.Input}],orient:[{type:e.Input}],height:[{type:e.Input}],width:[{type:e.Input}],refX:[{type:e.Input}],refY:[{type:e.Input}],position:[{type:e.Input}]},t}();var F=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return p(n,t),n.prototype.ngOnInit=function(){this.setAttributes(c({},i.arrowLeft))},n.decorators=[{type:e.Component,args:[{selector:"[ibm-graph-marker-arrow-left]",template:H}]}],n}(U),J=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return p(n,t),n.prototype.ngOnInit=function(){this.setAttributes(c({},i.arrowRight))},n.decorators=[{type:e.Component,args:[{selector:"[ibm-graph-marker-arrow-right]",template:H}]}],n}(U),K=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return p(n,t),n.prototype.ngOnInit=function(){this.setAttributes(c({},i.circle))},n.decorators=[{type:e.Component,args:[{selector:"[ibm-graph-marker-circle]",template:H}]}],n}(U),Q=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return p(n,t),n.prototype.ngOnInit=function(){this.setAttributes(c({},i.diamond))},n.decorators=[{type:e.Component,args:[{selector:"[ibm-graph-marker-diamond]",template:H}]}],n}(U),Z=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return p(n,t),n.prototype.ngOnInit=function(){this.setAttributes(c({},i.square))},n.decorators=[{type:e.Component,args:[{selector:"[ibm-graph-marker-square]",template:H}]}],n}(U),tt=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return p(n,t),n.prototype.ngOnInit=function(){this.setAttributes(c({},i.tee))},n.decorators=[{type:e.Component,args:[{selector:"[ibm-graph-marker-tee]",template:H}]}],n}(U),et=function(){function t(){}return t.decorators=[{type:e.NgModule,args:[{declarations:[U,F,J,K,Q,Z,tt],exports:[U,F,J,K,Q,Z,tt],imports:[n.CommonModule]}]}],t}(),nt=r.prefix,ot=function(){function t(){this.as="div",this.href=null,this.size=48,this.shape="circle",this.click=new e.EventEmitter,this.mouseEnter=new e.EventEmitter,this.mouseOver=new e.EventEmitter,this.mouseOut=new e.EventEmitter,this.mouseLeave=new e.EventEmitter,this.mouseMove=new e.EventEmitter,this.namespace=nt+"--cc--shape-node",this.component="div"}return t.prototype.ngOnInit=function(){this.href?this.component="a":this.component=this.as},t.decorators=[{type:e.Component,args:[{selector:"ibm-diagram-shape-node",template:'\n\t<ng-container [ngSwitch]="component">\n\n\t\t<xhtml:div\n\t\t\t*ngSwitchCase="\'div\'"\n\t\t\t[ngClass]="[\n\t\t\t\tnamespace,\n\t\t\t\tstacked ? namespace + \'--stacked\' : \'\',\n\t\t\t\tshape ? namespace + \'--\' + shape : \'\',\n\t\t\t\tnamespace + \'--\' + component\n\t\t\t]"\n\t\t\t[ngStyle]="{\'height.px\': size, \'width.px\': size}"\n\t\t\t(mouseenter)="mouseEnter.emit($event)"\n\t\t\t(mouseover)="mouseOver.emit($event)"\n\t\t\t(mouseout)="mouseOut.emit($event)"\n\t\t\t(mouseleave)="mouseLeave.emit($event)"\n\t\t\t(mousemove)="mouseMove.emit($event)"\n\t\t\ttabindex="0"\n\t\t>\n\t\t\t<ng-container *ngTemplateOutlet="nodeTemplate"></ng-container>\n\t\t</xhtml:div>\n\n\t\t<xhtml:button\n\t\t\t*ngSwitchCase="\'button\'"\n\t\t\t[ngClass]="[\n\t\t\t\tnamespace,\n\t\t\t\tstacked ? namespace + \'--stacked\' : \'\',\n\t\t\t\tshape ? namespace + \'--\' + shape : \'\',\n\t\t\t\tnamespace + \'--\' + component\n\t\t\t]"\n\t\t\t[ngStyle]="{\'height.px\': size, \'width.px\': size}"\n\t\t\t(click)="click.emit($event)"\n\t\t\t(mouseenter)="mouseEnter.emit($event)"\n\t\t\t(mouseover)="mouseOver.emit($event)"\n\t\t\t(mouseout)="mouseOut.emit($event)"\n\t\t\t(mouseleave)="mouseLeave.emit($event)"\n\t\t\t(mousemove)="mouseMove.emit($event)"\n\t\t\ttabindex="0"\n\t\t>\n\t\t\t<ng-container *ngTemplateOutlet="nodeTemplate"></ng-container>\n\t\t</xhtml:button>\n\n\t\t<xhtml:a\n\t\t\t*ngSwitchCase="\'a\'"\n\t\t\t[ngClass]="[\n\t\t\t\tnamespace,\n\t\t\t\tstacked ? namespace + \'--stacked\' : \'\',\n\t\t\t\tshape ? namespace + \'--\' + shape : \'\',\n\t\t\t\tnamespace + \'--\' + component\n\t\t\t]"\n\t\t\t[attr.href]="href"\n\t\t\t[ngStyle]="{\'height.px\': size, \'width.px\': size}"\n\t\t\t(mouseenter)="mouseEnter.emit($event)"\n\t\t\t(mouseover)="mouseOver.emit($event)"\n\t\t\t(mouseout)="mouseOut.emit($event)"\n\t\t\t(mouseleave)="mouseLeave.emit($event)"\n\t\t\t(mousemove)="mouseMove.emit($event)"\n\t\t\ttabindex="0"\n\t\t>\n\t\t\t<ng-container *ngTemplateOutlet="nodeTemplate"></ng-container>\n\t\t</xhtml:a>\n\t</ng-container>\n\n\t<ng-template #nodeTemplate>\n\t\t<div *ngIf="renderIcon" attr.class="{{ namespace + \'__icon\' }}" >\n\t\t\t<ng-container *ngTemplateOutlet="renderIcon"></ng-container>\n\t\t</div>\n\t\t<div attr.class="{{ namespace + \'__body\' }}">\n <div attr.class="{{ namespace + \'__title\' }}">{{title}}</div>\n <div attr.class="{{ namespace + \'__subtitle\' }}">{{subtitle}}</div>\n </div>\n\t</ng-template>\n\t'}]}],t.propDecorators={as:[{type:e.Input}],href:[{type:e.Input}],renderIcon:[{type:e.Input}],size:[{type:e.Input}],stacked:[{type:e.Input}],shape:[{type:e.Input}],subtitle:[{type:e.Input}],title:[{type:e.Input}],click:[{type:e.Output}],mouseEnter:[{type:e.Output}],mouseOver:[{type:e.Output}],mouseOut:[{type:e.Output}],mouseLeave:[{type:e.Output}],mouseMove:[{type:e.Output}]},t}();var rt=function(){function t(){}return t.decorators=[{type:e.NgModule,args:[{declarations:[ot],exports:[ot],imports:[n.CommonModule]}]}],t}();t.BaseChart=m,t.BoxplotChartComponent=f,t.BubbleChartComponent=y,t.BulletChartComponent=v,t.CardNodeColumnComponent=T,t.CardNodeComponent=R,t.CardNodeLabelComponent=P,t.CardNodeModule=z,t.CardNodeSubtitleComponent=N,t.CardNodeTitleComponent=q,t.ChartsModule=$,t.CirclePackChartComponent=A,t.ComboChartComponent=_,t.DonutChartComponent=C,t.EdgeComponent=X,t.EdgeModule=G,t.GaugeChartComponent=b,t.GroupedBarChartComponent=d,t.LineChartComponent=w,t.LollipopChartComponent=O,t.MarkerArrowLeftComponent=F,t.MarkerArrowRightComponent=J,t.MarkerComponent=U,t.MarkerDiamondComponent=Q,t.MarkerModule=et,t.MarkerShapeNodeComponent=K,t.MarkerSquareComponent=Z,t.MarkerTeeComponent=tt,t.MeterChartComponent=E,t.PieChartComponent=I,t.RadarChartComponent=x,t.ScatterChartComponent=k,t.ShapeNodeComponent=ot,t.ShapeNodeModule=rt,t.SimpleBarChartComponent=l,t.StackedAreaChartComponent=h,t.StackedBarChartComponent=g,t.TreemapChartComponent=M,t.WordCloudChartComponent=S,t.ɵa=u,Object.defineProperty(t,"__esModule",{value:!0})}));
16
+ var s=function(t,e){return(s=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(t,e)};function p(t,e){function n(){this.constructor=t}s(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}var c=function(){return(c=Object.assign||function(t){for(var e,n=1,o=arguments.length;n<o;n++)for(var r in e=arguments[n])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t}).apply(this,arguments)};var m=function(){function t(t){this.elementRef=t}return Object.defineProperty(t.prototype,"data",{get:function(){return this._data},set:function(t){var e=null!==this._data&&void 0!==this._data;this._data=t,e&&this.chart.model.setData(t)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"options",{get:function(){return this._options},set:function(t){var e=null!==this._options&&void 0!==this._options;this._options=t,e&&this.chart.model.setOptions(t)},enumerable:!0,configurable:!0}),t.prototype.ngOnInit=function(){this.width&&(this.options.width=this.width),this.height&&(this.options.height=this.height)},t.prototype.ngAfterViewInit=function(){console.log("You need to implement your own `ngAfterViewInit()` function")},t.decorators=[{type:e.Component,args:[{selector:"ibm-base-chart",template:""}]}],t.ctorParameters=function(){return[{type:e.ElementRef}]},t.propDecorators={data:[{type:e.Input}],options:[{type:e.Input}],width:[{type:e.Input}],height:[{type:e.Input}],chartRef:[{type:e.ViewChild,args:["nChart"]}]},t}();var u=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return p(n,t),n.prototype.ngAfterViewInit=function(){this.chart=new o.AreaChart(this.chartRef.nativeElement,{data:this.data,options:this.options}),Object.assign(this,this.chart)},n.decorators=[{type:e.Component,args:[{selector:"ibm-area-chart",template:'\n\t\t<div #nChart class="ibm-chart-container">\n\t\t</div>\n\t'}]}],n}(m),h=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return p(n,t),n.prototype.ngAfterViewInit=function(){this.chart=new o.StackedAreaChart(this.elementRef.nativeElement,{data:this.data,options:this.options}),Object.assign(this,this.chart)},n.decorators=[{type:e.Component,args:[{selector:"ibm-stacked-area-chart",template:""}]}],n}(m),l=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return p(n,t),n.prototype.ngAfterViewInit=function(){this.chart=new o.SimpleBarChart(this.elementRef.nativeElement,{data:this.data,options:this.options}),Object.assign(this,this.chart)},n.decorators=[{type:e.Component,args:[{selector:"ibm-simple-bar-chart",template:""}]}],n}(m),d=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return p(n,t),n.prototype.ngAfterViewInit=function(){this.chart=new o.GroupedBarChart(this.elementRef.nativeElement,{data:this.data,options:this.options}),Object.assign(this,this.chart)},n.decorators=[{type:e.Component,args:[{selector:"ibm-grouped-bar-chart",template:""}]}],n}(m),g=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return p(n,t),n.prototype.ngAfterViewInit=function(){this.chart=new o.StackedBarChart(this.elementRef.nativeElement,{data:this.data,options:this.options}),Object.assign(this,this.chart)},n.decorators=[{type:e.Component,args:[{selector:"ibm-stacked-bar-chart",template:""}]}],n}(m),f=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return p(n,t),n.prototype.ngAfterViewInit=function(){this.chart=new o.BoxplotChart(this.elementRef.nativeElement,{data:this.data,options:this.options}),Object.assign(this,this.chart)},n.decorators=[{type:e.Component,args:[{selector:"ibm-boxplot-chart",template:""}]}],n}(m),y=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return p(n,t),n.prototype.ngAfterViewInit=function(){this.chart=new o.BubbleChart(this.elementRef.nativeElement,{data:this.data,options:this.options}),Object.assign(this,this.chart)},n.decorators=[{type:e.Component,args:[{selector:"ibm-bubble-chart",template:""}]}],n}(m),v=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return p(n,t),n.prototype.ngAfterViewInit=function(){this.chart=new o.BulletChart(this.elementRef.nativeElement,{data:this.data,options:this.options}),Object.assign(this,this.chart)},n.decorators=[{type:e.Component,args:[{selector:"ibm-bullet-chart",template:""}]}],n}(m),C=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return p(n,t),n.prototype.ngAfterViewInit=function(){this.chart=new o.DonutChart(this.elementRef.nativeElement,{data:this.data,options:this.options}),Object.assign(this,this.chart)},n.decorators=[{type:e.Component,args:[{selector:"ibm-donut-chart",template:""}]}],n}(m),b=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return p(n,t),n.prototype.ngAfterViewInit=function(){this.chart=new o.GaugeChart(this.elementRef.nativeElement,{data:this.data,options:this.options}),Object.assign(this,this.chart)},n.decorators=[{type:e.Component,args:[{selector:"ibm-gauge-chart",template:""}]}],n}(m),w=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return p(n,t),n.prototype.ngAfterViewInit=function(){this.chart=new o.LineChart(this.elementRef.nativeElement,{data:this.data,options:this.options}),Object.assign(this,this.chart)},n.decorators=[{type:e.Component,args:[{selector:"ibm-line-chart",template:""}]}],n}(m),O=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return p(n,t),n.prototype.ngAfterViewInit=function(){this.chart=new o.LollipopChart(this.elementRef.nativeElement,{data:this.data,options:this.options}),Object.assign(this,this.chart)},n.decorators=[{type:e.Component,args:[{selector:"ibm-lollipop-chart",template:""}]}],n}(m),I=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return p(n,t),n.prototype.ngAfterViewInit=function(){this.chart=new o.PieChart(this.elementRef.nativeElement,{data:this.data,options:this.options}),Object.assign(this,this.chart)},n.decorators=[{type:e.Component,args:[{selector:"ibm-pie-chart",template:""}]}],n}(m),k=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return p(n,t),n.prototype.ngAfterViewInit=function(){this.chart=new o.ScatterChart(this.elementRef.nativeElement,{data:this.data,options:this.options}),Object.assign(this,this.chart)},n.decorators=[{type:e.Component,args:[{selector:"ibm-scatter-chart",template:""}]}],n}(m),E=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return p(n,t),n.prototype.ngAfterViewInit=function(){this.chart=new o.MeterChart(this.elementRef.nativeElement,{data:this.data,options:this.options}),Object.assign(this,this.chart)},n.decorators=[{type:e.Component,args:[{selector:"ibm-meter-chart",template:""}]}],n}(m),x=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return p(n,t),n.prototype.ngAfterViewInit=function(){this.chart=new o.RadarChart(this.elementRef.nativeElement,{data:this.data,options:this.options}),Object.assign(this,this.chart)},n.decorators=[{type:e.Component,args:[{selector:"ibm-radar-chart",template:""}]}],n}(m),_=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return p(n,t),n.prototype.ngAfterViewInit=function(){this.chart=new o.ComboChart(this.elementRef.nativeElement,{data:this.data,options:this.options}),Object.assign(this,this.chart)},n.decorators=[{type:e.Component,args:[{selector:"ibm-combo-chart",template:""}]}],n}(m),A=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return p(n,t),n.prototype.ngAfterViewInit=function(){this.chart=new o.TreemapChart(this.elementRef.nativeElement,{data:this.data,options:this.options}),Object.assign(this,this.chart)},n.decorators=[{type:e.Component,args:[{selector:"ibm-treemap-chart",template:""}]}],n}(m),M=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return p(n,t),n.prototype.ngAfterViewInit=function(){this.chart=new o.CirclePackChart(this.elementRef.nativeElement,{data:this.data,options:this.options}),Object.assign(this,this.chart)},n.decorators=[{type:e.Component,args:[{selector:"ibm-circle-pack-chart",template:""}]}],n}(m),S=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return p(n,t),n.prototype.ngAfterViewInit=function(){this.chart=new o.WordCloudChart(this.elementRef.nativeElement,{data:this.data,options:this.options}),Object.assign(this,this.chart)},n.decorators=[{type:e.Component,args:[{selector:"ibm-wordcloud-chart",template:""}]}],n}(m),$=function(){function t(){}return t.decorators=[{type:e.NgModule,args:[{imports:[n.CommonModule],declarations:[m,u,h,l,d,g,f,y,v,C,b,w,O,I,k,E,x,_,A,M,S],exports:[m,u,h,l,d,g,f,y,v,C,b,w,O,I,k,E,x,_,A,M,S]}]}],t}(),j=r.prefix,R=function(){function t(){this.as="div",this.href=null,this.click=new e.EventEmitter,this.mouseEnter=new e.EventEmitter,this.mouseOver=new e.EventEmitter,this.mouseOut=new e.EventEmitter,this.mouseLeave=new e.EventEmitter,this.mouseMove=new e.EventEmitter,this.namespace=j+"--cc--card-node",this.component="div"}return t.prototype.ngOnInit=function(){this.href?this.component="a":this.component=this.as},t.decorators=[{type:e.Component,args:[{selector:"ibm-diagram-card-node",template:'\n\t<ng-container [ngSwitch]="component">\n\t\t<xhtml:div\n\t\t\t*ngSwitchCase="\'div\'"\n\t\t\t[ngClass]="[\n\t\t\t\tnamespace,\n\t\t\t\tstacked ? namespace + \'--stacked\' : \'\',\n\t\t\t\tnamespace + \'--\' + component\n\t\t\t]"\n\t\t\t[ngStyle]="{\'border-color\': color}"\n\t\t\t(mouseenter)="mouseEnter.emit($event)"\n\t\t\t(mouseover)="mouseOver.emit($event)"\n\t\t\t(mouseout)="mouseOut.emit($event)"\n\t\t\t(mouseleave)="mouseLeave.emit($event)"\n\t\t\t(mousemove)="mouseMove.emit($event)"\n\t\t\ttabindex="0"\n\t\t>\n\t\t\t<ng-container *ngTemplateOutlet="nodeTemplate"></ng-container>\n\t\t</xhtml:div>\n\n\t\t<xhtml:button\n\t\t\t*ngSwitchCase="\'button\'"\n\t\t\t[ngClass]="[\n\t\t\t\tnamespace,\n\t\t\t\tstacked ? namespace + \'--stacked\' : \'\',\n\t\t\t\tnamespace + \'--\' + component\n\t\t\t]"\n\t\t\t[ngStyle]="{\'border-color\': color}"\n\t\t\t(click)="click.emit($event)"\n\t\t\t(mouseenter)="mouseEnter.emit($event)"\n\t\t\t(mouseover)="mouseOver.emit($event)"\n\t\t\t(mouseout)="mouseOut.emit($event)"\n\t\t\t(mouseleave)="mouseLeave.emit($event)"\n\t\t\t(mousemove)="mouseMove.emit($event)"\n\t\t\ttabindex="0"\n\t\t>\n\t\t\t<ng-container *ngTemplateOutlet="nodeTemplate"></ng-container>\n\t\t</xhtml:button>\n\n\t\t<xhtml:a\n\t\t\t*ngSwitchCase="\'a\'"\n\t\t\t[ngClass]="[\n\t\t\t\tnamespace,\n\t\t\t\tstacked ? namespace + \'--stacked\' : \'\',\n\t\t\t\tnamespace + \'--\' + component\n\t\t\t]"\n\t\t\t[attr.href]="href"\n\t\t\t[ngStyle]="{\'border-color\': color}"\n\t\t\t(mouseenter)="mouseEnter.emit($event)"\n\t\t\t(mouseover)="mouseOver.emit($event)"\n\t\t\t(mouseout)="mouseOut.emit($event)"\n\t\t\t(mouseleave)="mouseLeave.emit($event)"\n\t\t\t(mousemove)="mouseMove.emit($event)"\n\t\t\ttabindex="0"\n\t\t>\n\t\t\t<ng-container *ngTemplateOutlet="nodeTemplate"></ng-container>\n\t\t</xhtml:a>\n\t</ng-container>\n\t<ng-template #nodeTemplate>\n\t\t<ng-content></ng-content>\n\t</ng-template>\n\t'}]}],t.propDecorators={as:[{type:e.Input}],href:[{type:e.Input}],color:[{type:e.Input}],stacked:[{type:e.Input}],click:[{type:e.Output}],mouseEnter:[{type:e.Output}],mouseOver:[{type:e.Output}],mouseOut:[{type:e.Output}],mouseLeave:[{type:e.Output}],mouseMove:[{type:e.Output}]},t}();var V=r.prefix,T=function(){function t(){this.farsideColumn=!1}return Object.defineProperty(t.prototype,"class",{get:function(){return V+"--cc--card-node__column "+(this.farsideColumn?V+"--cc--card-node__column--farside":"")},enumerable:!0,configurable:!0}),t.decorators=[{type:e.Component,args:[{selector:"ibm-diagram-card-node-column",template:"\n\t<xhtml:div>\n\t\t<ng-content></ng-content>\n\t</xhtml:div>\n\t"}]}],t.propDecorators={farsideColumn:[{type:e.Input}],class:[{type:e.HostBinding,args:["class"]}]},t}();var L=r.prefix,P=function(){function t(){this.namespace=L+"--cc--card-node__label"}return t.decorators=[{type:e.Component,args:[{selector:"ibm-diagram-card-node-label",template:'\n\t<xhtml:label [ngClass]="namespace">\n\t\t<ng-content></ng-content>\n\t</xhtml:label>\n\t'}]}],t}();var B=r.prefix,N=function(){function t(){this.namespace=B+"--cc--card-node__subtitle"}return t.decorators=[{type:e.Component,args:[{selector:"ibm-diagram-card-node-subtitle",template:'\n\t<xhtml:div [ngClass]="namespace">\n\t\t<ng-content></ng-content>\n\t</xhtml:div>\n\t'}]}],t}();var D=r.prefix,q=function(){function t(){this.namespace=D+"--cc--card-node__title"}return t.decorators=[{type:e.Component,args:[{selector:"ibm-diagram-card-node-title",template:'\n\t<xhtml:div [ngClass]="namespace">\n\t\t<ng-content></ng-content>\n\t</xhtml:div>\n\t'}]}],t}();var z=function(){function t(){}return t.decorators=[{type:e.NgModule,args:[{declarations:[R,T,P,N,q],exports:[R,T,P,N,q],imports:[n.CommonModule]}]}],t}(),Y=r.prefix;var X=function(){function t(){this.namespace=Y+"--cc--edge",this.straight=a.buildStraightPathString}return t.decorators=[{type:e.Component,args:[{selector:"[ibm-graph-edge]",template:"\n\t<svg:g [ngClass]=\"[namespace, variant ? namespace + '--' + variant : '']\">\n\t\t<svg:path\n\t\t\t[ngClass]=\"namespace + '__container'\"\n\t\t\t[attr.d]=\"path ? path : straight(source, target)\"\n\t\t/>\n\t\t<svg:path\n\t\t\t[ngClass]=\"namespace + '__outer'\"\n\t\t\t[attr.d]=\"path ? path : straight(source, target)\"\n\t\t/>\n\t\t<svg:path\n\t\t\t[ngClass]=\"namespace + '__inner'\"\n\t\t\t[attr.d]=\"path ? path : straight(source, target)\"\n\t\t\t[ngStyle]=\"{'stroke': color}\"\n\t\t\t[attr.marker-start]=\"markerStart ? 'url(#' + markerStart + ')' : ''\"\n\t\t\t[attr.marker-end]=\"markerEnd ? 'url(#' + markerEnd + ')' : ''\"\n\t\t/>\n\t</svg:g>\n\t"}]}],t.propDecorators={color:[{type:e.Input}],markerEnd:[{type:e.Input}],markerStart:[{type:e.Input}],source:[{type:e.Input}],target:[{type:e.Input}],variant:[{type:e.Input}],path:[{type:e.Input}]},t}();var G=function(){function t(){}return t.decorators=[{type:e.NgModule,args:[{declarations:[X],exports:[X],imports:[n.CommonModule]}]}],t}(),W=r.prefix,H='\n<svg:marker\n\t[ngClass]="namespace"\n\t[attr.markerHeight]="height"\n\t[attr.markerWidth]="width"\n\t[attr.orient]="orient"\n\t[attr.id]="id"\n\t[attr.refX]="refX"\n\t[attr.refY]="refY"\n\tmarkerUnits="userSpaceOnUse">\n\t<svg:path [attr.d]="d" [ngStyle]="{\'fill\': color}" ></svg:path>\n</svg:marker>\n',U=function(){function t(){var t=this;this.orient="auto",this.position="end",this.namespace=W+"--cc--marker",this.setAttributes=function(e){var n=e.d,o=e.id,r=e.height,a=e.width,i="end"===t.position?a/2+.5:.5,s=r/2;t.d=t.d||n,t.id=t.id||o,t.height=t.height||r,t.width=t.width||a,t.refX=t.refX||i,t.refY=t.refY||s}}return t.decorators=[{type:e.Component,args:[{selector:"[ibm-graph-marker]",template:H}]}],t.propDecorators={d:[{type:e.Input}],color:[{type:e.Input}],id:[{type:e.Input}],orient:[{type:e.Input}],height:[{type:e.Input}],width:[{type:e.Input}],refX:[{type:e.Input}],refY:[{type:e.Input}],position:[{type:e.Input}]},t}();var F=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return p(n,t),n.prototype.ngOnInit=function(){this.setAttributes(c({},i.arrowLeft))},n.decorators=[{type:e.Component,args:[{selector:"[ibm-graph-marker-arrow-left]",template:H}]}],n}(U),J=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return p(n,t),n.prototype.ngOnInit=function(){this.setAttributes(c({},i.arrowRight))},n.decorators=[{type:e.Component,args:[{selector:"[ibm-graph-marker-arrow-right]",template:H}]}],n}(U),K=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return p(n,t),n.prototype.ngOnInit=function(){this.setAttributes(c({},i.circle))},n.decorators=[{type:e.Component,args:[{selector:"[ibm-graph-marker-circle]",template:H}]}],n}(U),Q=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return p(n,t),n.prototype.ngOnInit=function(){this.setAttributes(c({},i.diamond))},n.decorators=[{type:e.Component,args:[{selector:"[ibm-graph-marker-diamond]",template:H}]}],n}(U),Z=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return p(n,t),n.prototype.ngOnInit=function(){this.setAttributes(c({},i.square))},n.decorators=[{type:e.Component,args:[{selector:"[ibm-graph-marker-square]",template:H}]}],n}(U),tt=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return p(n,t),n.prototype.ngOnInit=function(){this.setAttributes(c({},i.tee))},n.decorators=[{type:e.Component,args:[{selector:"[ibm-graph-marker-tee]",template:H}]}],n}(U),et=function(){function t(){}return t.decorators=[{type:e.NgModule,args:[{declarations:[U,F,J,K,Q,Z,tt],exports:[U,F,J,K,Q,Z,tt],imports:[n.CommonModule]}]}],t}(),nt=r.prefix,ot=function(){function t(){this.as="div",this.href=null,this.size=48,this.shape="circle",this.click=new e.EventEmitter,this.mouseEnter=new e.EventEmitter,this.mouseOver=new e.EventEmitter,this.mouseOut=new e.EventEmitter,this.mouseLeave=new e.EventEmitter,this.mouseMove=new e.EventEmitter,this.namespace=nt+"--cc--shape-node",this.component="div"}return t.prototype.ngOnInit=function(){this.href?this.component="a":this.component=this.as},t.decorators=[{type:e.Component,args:[{selector:"ibm-diagram-shape-node",template:'\n\t<ng-container [ngSwitch]="component">\n\n\t\t<xhtml:div\n\t\t\t*ngSwitchCase="\'div\'"\n\t\t\t[ngClass]="[\n\t\t\t\tnamespace,\n\t\t\t\tstacked ? namespace + \'--stacked\' : \'\',\n\t\t\t\tshape ? namespace + \'--\' + shape : \'\',\n\t\t\t\tnamespace + \'--\' + component\n\t\t\t]"\n\t\t\t[ngStyle]="{\'height.px\': size, \'width.px\': size}"\n\t\t\t(mouseenter)="mouseEnter.emit($event)"\n\t\t\t(mouseover)="mouseOver.emit($event)"\n\t\t\t(mouseout)="mouseOut.emit($event)"\n\t\t\t(mouseleave)="mouseLeave.emit($event)"\n\t\t\t(mousemove)="mouseMove.emit($event)"\n\t\t\ttabindex="0"\n\t\t>\n\t\t\t<ng-container *ngTemplateOutlet="nodeTemplate"></ng-container>\n\t\t</xhtml:div>\n\n\t\t<xhtml:button\n\t\t\t*ngSwitchCase="\'button\'"\n\t\t\t[ngClass]="[\n\t\t\t\tnamespace,\n\t\t\t\tstacked ? namespace + \'--stacked\' : \'\',\n\t\t\t\tshape ? namespace + \'--\' + shape : \'\',\n\t\t\t\tnamespace + \'--\' + component\n\t\t\t]"\n\t\t\t[ngStyle]="{\'height.px\': size, \'width.px\': size}"\n\t\t\t(click)="click.emit($event)"\n\t\t\t(mouseenter)="mouseEnter.emit($event)"\n\t\t\t(mouseover)="mouseOver.emit($event)"\n\t\t\t(mouseout)="mouseOut.emit($event)"\n\t\t\t(mouseleave)="mouseLeave.emit($event)"\n\t\t\t(mousemove)="mouseMove.emit($event)"\n\t\t\ttabindex="0"\n\t\t>\n\t\t\t<ng-container *ngTemplateOutlet="nodeTemplate"></ng-container>\n\t\t</xhtml:button>\n\n\t\t<xhtml:a\n\t\t\t*ngSwitchCase="\'a\'"\n\t\t\t[ngClass]="[\n\t\t\t\tnamespace,\n\t\t\t\tstacked ? namespace + \'--stacked\' : \'\',\n\t\t\t\tshape ? namespace + \'--\' + shape : \'\',\n\t\t\t\tnamespace + \'--\' + component\n\t\t\t]"\n\t\t\t[attr.href]="href"\n\t\t\t[ngStyle]="{\'height.px\': size, \'width.px\': size}"\n\t\t\t(mouseenter)="mouseEnter.emit($event)"\n\t\t\t(mouseover)="mouseOver.emit($event)"\n\t\t\t(mouseout)="mouseOut.emit($event)"\n\t\t\t(mouseleave)="mouseLeave.emit($event)"\n\t\t\t(mousemove)="mouseMove.emit($event)"\n\t\t\ttabindex="0"\n\t\t>\n\t\t\t<ng-container *ngTemplateOutlet="nodeTemplate"></ng-container>\n\t\t</xhtml:a>\n\t</ng-container>\n\n\t<ng-template #nodeTemplate>\n\t\t<div *ngIf="renderIcon" attr.class="{{ namespace + \'__icon\' }}" >\n\t\t\t<ng-container *ngTemplateOutlet="renderIcon"></ng-container>\n\t\t</div>\n\t\t<div attr.class="{{ namespace + \'__body\' }}">\n <div attr.class="{{ namespace + \'__title\' }}">{{title}}</div>\n <div attr.class="{{ namespace + \'__subtitle\' }}">{{subtitle}}</div>\n </div>\n\t</ng-template>\n\t'}]}],t.propDecorators={as:[{type:e.Input}],href:[{type:e.Input}],renderIcon:[{type:e.Input}],size:[{type:e.Input}],stacked:[{type:e.Input}],shape:[{type:e.Input}],subtitle:[{type:e.Input}],title:[{type:e.Input}],click:[{type:e.Output}],mouseEnter:[{type:e.Output}],mouseOver:[{type:e.Output}],mouseOut:[{type:e.Output}],mouseLeave:[{type:e.Output}],mouseMove:[{type:e.Output}]},t}();var rt=function(){function t(){}return t.decorators=[{type:e.NgModule,args:[{declarations:[ot],exports:[ot],imports:[n.CommonModule]}]}],t}();t.AreaChartComponent=u,t.BaseChart=m,t.BoxplotChartComponent=f,t.BubbleChartComponent=y,t.BulletChartComponent=v,t.CardNodeColumnComponent=T,t.CardNodeComponent=R,t.CardNodeLabelComponent=P,t.CardNodeModule=z,t.CardNodeSubtitleComponent=N,t.CardNodeTitleComponent=q,t.ChartsModule=$,t.CirclePackChartComponent=M,t.ComboChartComponent=_,t.DonutChartComponent=C,t.EdgeComponent=X,t.EdgeModule=G,t.GaugeChartComponent=b,t.GroupedBarChartComponent=d,t.LineChartComponent=w,t.LollipopChartComponent=O,t.MarkerArrowLeftComponent=F,t.MarkerArrowRightComponent=J,t.MarkerComponent=U,t.MarkerDiamondComponent=Q,t.MarkerModule=et,t.MarkerShapeNodeComponent=K,t.MarkerSquareComponent=Z,t.MarkerTeeComponent=tt,t.MeterChartComponent=E,t.PieChartComponent=I,t.RadarChartComponent=x,t.ScatterChartComponent=k,t.ShapeNodeComponent=ot,t.ShapeNodeModule=rt,t.SimpleBarChartComponent=l,t.StackedAreaChartComponent=h,t.StackedBarChartComponent=g,t.TreemapChartComponent=A,t.WordCloudChartComponent=S,Object.defineProperty(t,"__esModule",{value:!0})}));
17
17
  //# sourceMappingURL=carbon-charts-angular.umd.min.js.map
@@ -2,4 +2,3 @@
2
2
  * Generated bundle index. Do not edit.
3
3
  */
4
4
  export * from './index';
5
- export { AreaChartComponent as ɵa } from './area-chart.component';
@@ -1 +1 @@
1
- {"__symbolic":"module","version":4,"metadata":{"ChartsModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":25,"character":1},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":26,"character":11}],"declarations":[{"__symbolic":"reference","name":"BaseChart"},{"__symbolic":"reference","name":"ɵa"},{"__symbolic":"reference","name":"StackedAreaChartComponent"},{"__symbolic":"reference","name":"SimpleBarChartComponent"},{"__symbolic":"reference","name":"GroupedBarChartComponent"},{"__symbolic":"reference","name":"StackedBarChartComponent"},{"__symbolic":"reference","name":"BoxplotChartComponent"},{"__symbolic":"reference","name":"BubbleChartComponent"},{"__symbolic":"reference","name":"BulletChartComponent"},{"__symbolic":"reference","name":"DonutChartComponent"},{"__symbolic":"reference","name":"GaugeChartComponent"},{"__symbolic":"reference","name":"LineChartComponent"},{"__symbolic":"reference","name":"LollipopChartComponent"},{"__symbolic":"reference","name":"PieChartComponent"},{"__symbolic":"reference","name":"ScatterChartComponent"},{"__symbolic":"reference","name":"MeterChartComponent"},{"__symbolic":"reference","name":"RadarChartComponent"},{"__symbolic":"reference","name":"ComboChartComponent"},{"__symbolic":"reference","name":"TreemapChartComponent"},{"__symbolic":"reference","name":"CirclePackChartComponent"},{"__symbolic":"reference","name":"WordCloudChartComponent"}],"exports":[{"__symbolic":"reference","name":"BaseChart"},{"__symbolic":"reference","name":"ɵa"},{"__symbolic":"reference","name":"StackedAreaChartComponent"},{"__symbolic":"reference","name":"SimpleBarChartComponent"},{"__symbolic":"reference","name":"GroupedBarChartComponent"},{"__symbolic":"reference","name":"StackedBarChartComponent"},{"__symbolic":"reference","name":"BoxplotChartComponent"},{"__symbolic":"reference","name":"BubbleChartComponent"},{"__symbolic":"reference","name":"BulletChartComponent"},{"__symbolic":"reference","name":"DonutChartComponent"},{"__symbolic":"reference","name":"GaugeChartComponent"},{"__symbolic":"reference","name":"LineChartComponent"},{"__symbolic":"reference","name":"LollipopChartComponent"},{"__symbolic":"reference","name":"PieChartComponent"},{"__symbolic":"reference","name":"ScatterChartComponent"},{"__symbolic":"reference","name":"MeterChartComponent"},{"__symbolic":"reference","name":"RadarChartComponent"},{"__symbolic":"reference","name":"ComboChartComponent"},{"__symbolic":"reference","name":"TreemapChartComponent"},{"__symbolic":"reference","name":"CirclePackChartComponent"},{"__symbolic":"reference","name":"WordCloudChartComponent"}]}]}],"members":{}},"BaseChart":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":14,"character":1},"arguments":[{"selector":"ibm-base-chart","template":""}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef","line":19,"character":35}]}],"data":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":24,"character":2}}]}],"options":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":42,"character":2}}]}],"width":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":60,"character":2}}]}],"height":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":65,"character":2}}]}],"chartRef":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild","line":70,"character":2},"arguments":["nChart"]}]}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}]}},"StackedAreaChartComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"BaseChart"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":14,"character":1},"arguments":[{"selector":"ibm-stacked-area-chart","template":""}]}],"members":{"ngAfterViewInit":[{"__symbolic":"method"}]}},"SimpleBarChartComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"BaseChart"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":14,"character":1},"arguments":[{"selector":"ibm-simple-bar-chart","template":""}]}],"members":{"ngAfterViewInit":[{"__symbolic":"method"}]}},"GroupedBarChartComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"BaseChart"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":14,"character":1},"arguments":[{"selector":"ibm-grouped-bar-chart","template":""}]}],"members":{"ngAfterViewInit":[{"__symbolic":"method"}]}},"StackedBarChartComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"BaseChart"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":14,"character":1},"arguments":[{"selector":"ibm-stacked-bar-chart","template":""}]}],"members":{"ngAfterViewInit":[{"__symbolic":"method"}]}},"BoxplotChartComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"BaseChart"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":14,"character":1},"arguments":[{"selector":"ibm-boxplot-chart","template":""}]}],"members":{"ngAfterViewInit":[{"__symbolic":"method"}]}},"BubbleChartComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"BaseChart"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":14,"character":1},"arguments":[{"selector":"ibm-bubble-chart","template":""}]}],"members":{"ngAfterViewInit":[{"__symbolic":"method"}]}},"BulletChartComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"BaseChart"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":14,"character":1},"arguments":[{"selector":"ibm-bullet-chart","template":""}]}],"members":{"ngAfterViewInit":[{"__symbolic":"method"}]}},"DonutChartComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"BaseChart"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":14,"character":1},"arguments":[{"selector":"ibm-donut-chart","template":""}]}],"members":{"ngAfterViewInit":[{"__symbolic":"method"}]}},"GaugeChartComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"BaseChart"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":14,"character":1},"arguments":[{"selector":"ibm-gauge-chart","template":""}]}],"members":{"ngAfterViewInit":[{"__symbolic":"method"}]}},"LineChartComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"BaseChart"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":14,"character":1},"arguments":[{"selector":"ibm-line-chart","template":""}]}],"members":{"ngAfterViewInit":[{"__symbolic":"method"}]}},"LollipopChartComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"BaseChart"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":14,"character":1},"arguments":[{"selector":"ibm-lollipop-chart","template":""}]}],"members":{"ngAfterViewInit":[{"__symbolic":"method"}]}},"PieChartComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"BaseChart"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":14,"character":1},"arguments":[{"selector":"ibm-pie-chart","template":""}]}],"members":{"ngAfterViewInit":[{"__symbolic":"method"}]}},"ScatterChartComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"BaseChart"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":14,"character":1},"arguments":[{"selector":"ibm-scatter-chart","template":""}]}],"members":{"ngAfterViewInit":[{"__symbolic":"method"}]}},"MeterChartComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"BaseChart"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":13,"character":1},"arguments":[{"selector":"ibm-meter-chart","template":""}]}],"members":{"ngAfterViewInit":[{"__symbolic":"method"}]}},"RadarChartComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"BaseChart"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":14,"character":1},"arguments":[{"selector":"ibm-radar-chart","template":""}]}],"members":{"ngAfterViewInit":[{"__symbolic":"method"}]}},"ComboChartComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"BaseChart"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":13,"character":1},"arguments":[{"selector":"ibm-combo-chart","template":""}]}],"members":{"ngAfterViewInit":[{"__symbolic":"method"}]}},"TreemapChartComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"BaseChart"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":14,"character":1},"arguments":[{"selector":"ibm-treemap-chart","template":""}]}],"members":{"ngAfterViewInit":[{"__symbolic":"method"}]}},"CirclePackChartComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"BaseChart"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":14,"character":1},"arguments":[{"selector":"ibm-circle-pack-chart","template":""}]}],"members":{"ngAfterViewInit":[{"__symbolic":"method"}]}},"WordCloudChartComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"BaseChart"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":14,"character":1},"arguments":[{"selector":"ibm-wordcloud-chart","template":""}]}],"members":{"ngAfterViewInit":[{"__symbolic":"method"}]}},"CardNodeComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":5,"character":1},"arguments":[{"selector":"ibm-diagram-card-node","template":"\n\t<ng-container [ngSwitch]=\"component\">\n\t\t<xhtml:div\n\t\t\t*ngSwitchCase=\"'div'\"\n\t\t\t[ngClass]=\"[\n\t\t\t\tnamespace,\n\t\t\t\tstacked ? namespace + '--stacked' : '',\n\t\t\t\tnamespace + '--' + component\n\t\t\t]\"\n\t\t\t[ngStyle]=\"{'border-color': color}\"\n\t\t\t(mouseenter)=\"mouseEnter.emit($event)\"\n\t\t\t(mouseover)=\"mouseOver.emit($event)\"\n\t\t\t(mouseout)=\"mouseOut.emit($event)\"\n\t\t\t(mouseleave)=\"mouseLeave.emit($event)\"\n\t\t\t(mousemove)=\"mouseMove.emit($event)\"\n\t\t\ttabindex=\"0\"\n\t\t>\n\t\t\t<ng-container *ngTemplateOutlet=\"nodeTemplate\"></ng-container>\n\t\t</xhtml:div>\n\n\t\t<xhtml:button\n\t\t\t*ngSwitchCase=\"'button'\"\n\t\t\t[ngClass]=\"[\n\t\t\t\tnamespace,\n\t\t\t\tstacked ? namespace + '--stacked' : '',\n\t\t\t\tnamespace + '--' + component\n\t\t\t]\"\n\t\t\t[ngStyle]=\"{'border-color': color}\"\n\t\t\t(click)=\"click.emit($event)\"\n\t\t\t(mouseenter)=\"mouseEnter.emit($event)\"\n\t\t\t(mouseover)=\"mouseOver.emit($event)\"\n\t\t\t(mouseout)=\"mouseOut.emit($event)\"\n\t\t\t(mouseleave)=\"mouseLeave.emit($event)\"\n\t\t\t(mousemove)=\"mouseMove.emit($event)\"\n\t\t\ttabindex=\"0\"\n\t\t>\n\t\t\t<ng-container *ngTemplateOutlet=\"nodeTemplate\"></ng-container>\n\t\t</xhtml:button>\n\n\t\t<xhtml:a\n\t\t\t*ngSwitchCase=\"'a'\"\n\t\t\t[ngClass]=\"[\n\t\t\t\tnamespace,\n\t\t\t\tstacked ? namespace + '--stacked' : '',\n\t\t\t\tnamespace + '--' + component\n\t\t\t]\"\n\t\t\t[attr.href]=\"href\"\n\t\t\t[ngStyle]=\"{'border-color': color}\"\n\t\t\t(mouseenter)=\"mouseEnter.emit($event)\"\n\t\t\t(mouseover)=\"mouseOver.emit($event)\"\n\t\t\t(mouseout)=\"mouseOut.emit($event)\"\n\t\t\t(mouseleave)=\"mouseLeave.emit($event)\"\n\t\t\t(mousemove)=\"mouseMove.emit($event)\"\n\t\t\ttabindex=\"0\"\n\t\t>\n\t\t\t<ng-container *ngTemplateOutlet=\"nodeTemplate\"></ng-container>\n\t\t</xhtml:a>\n\t</ng-container>\n\t<ng-template #nodeTemplate>\n\t\t<ng-content></ng-content>\n\t</ng-template>\n\t"}]}],"members":{"as":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":72,"character":2}}]}],"href":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":73,"character":2}}]}],"color":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":74,"character":2}}]}],"stacked":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":75,"character":2}}]}],"click":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":77,"character":2}}]}],"mouseEnter":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":78,"character":2}}]}],"mouseOver":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":79,"character":2}}]}],"mouseOut":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":80,"character":2}}]}],"mouseLeave":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":81,"character":2}}]}],"mouseMove":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":82,"character":2}}]}],"ngOnInit":[{"__symbolic":"method"}]}},"CardNodeColumnComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":6,"character":1},"arguments":[{"selector":"ibm-diagram-card-node-column","template":"\n\t<xhtml:div>\n\t\t<ng-content></ng-content>\n\t</xhtml:div>\n\t"}]}],"members":{"farsideColumn":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":16,"character":2}}]}],"class":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":18,"character":2},"arguments":["class"]}]}]}},"CardNodeLabelComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":5,"character":1},"arguments":[{"selector":"ibm-diagram-card-node-label","template":"\n\t<xhtml:label [ngClass]=\"namespace\">\n\t\t<ng-content></ng-content>\n\t</xhtml:label>\n\t"}]}],"members":{}},"CardNodeSubtitleComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":5,"character":1},"arguments":[{"selector":"ibm-diagram-card-node-subtitle","template":"\n\t<xhtml:div [ngClass]=\"namespace\">\n\t\t<ng-content></ng-content>\n\t</xhtml:div>\n\t"}]}],"members":{}},"CardNodeTitleComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":5,"character":1},"arguments":[{"selector":"ibm-diagram-card-node-title","template":"\n\t<xhtml:div [ngClass]=\"namespace\">\n\t\t<ng-content></ng-content>\n\t</xhtml:div>\n\t"}]}],"members":{}},"CardNodeModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":12,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"CardNodeComponent"},{"__symbolic":"reference","name":"CardNodeColumnComponent"},{"__symbolic":"reference","name":"CardNodeLabelComponent"},{"__symbolic":"reference","name":"CardNodeSubtitleComponent"},{"__symbolic":"reference","name":"CardNodeTitleComponent"}],"exports":[{"__symbolic":"reference","name":"CardNodeComponent"},{"__symbolic":"reference","name":"CardNodeColumnComponent"},{"__symbolic":"reference","name":"CardNodeLabelComponent"},{"__symbolic":"reference","name":"CardNodeSubtitleComponent"},{"__symbolic":"reference","name":"CardNodeTitleComponent"}],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":15,"character":11}]}]}],"members":{}},"EdgeModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":5,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"EdgeComponent"}],"exports":[{"__symbolic":"reference","name":"EdgeComponent"}],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":8,"character":11}]}]}],"members":{}},"EdgeComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":9,"character":1},"arguments":[{"selector":"[ibm-graph-edge]","template":"\n\t<svg:g [ngClass]=\"[namespace, variant ? namespace + '--' + variant : '']\">\n\t\t<svg:path\n\t\t\t[ngClass]=\"namespace + '__container'\"\n\t\t\t[attr.d]=\"path ? path : straight(source, target)\"\n\t\t/>\n\t\t<svg:path\n\t\t\t[ngClass]=\"namespace + '__outer'\"\n\t\t\t[attr.d]=\"path ? path : straight(source, target)\"\n\t\t/>\n\t\t<svg:path\n\t\t\t[ngClass]=\"namespace + '__inner'\"\n\t\t\t[attr.d]=\"path ? path : straight(source, target)\"\n\t\t\t[ngStyle]=\"{'stroke': color}\"\n\t\t\t[attr.marker-start]=\"markerStart ? 'url(#' + markerStart + ')' : ''\"\n\t\t\t[attr.marker-end]=\"markerEnd ? 'url(#' + markerEnd + ')' : ''\"\n\t\t/>\n\t</svg:g>\n\t"}]}],"members":{"color":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":33,"character":2}}]}],"markerEnd":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":34,"character":2}}]}],"markerStart":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":35,"character":2}}]}],"source":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":36,"character":2}}]}],"target":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":37,"character":2}}]}],"variant":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":38,"character":2}}]}],"path":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":39,"character":2}}]}]}},"MarkerComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":27,"character":1},"arguments":[{"selector":"[ibm-graph-marker]","template":"\n<svg:marker\n\t[ngClass]=\"namespace\"\n\t[attr.markerHeight]=\"height\"\n\t[attr.markerWidth]=\"width\"\n\t[attr.orient]=\"orient\"\n\t[attr.id]=\"id\"\n\t[attr.refX]=\"refX\"\n\t[attr.refY]=\"refY\"\n\tmarkerUnits=\"userSpaceOnUse\">\n\t<svg:path [attr.d]=\"d\" [ngStyle]=\"{'fill': color}\" ></svg:path>\n</svg:marker>\n"}]}],"members":{"d":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":32,"character":2}}]}],"color":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":33,"character":2}}]}],"id":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":34,"character":2}}]}],"orient":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":35,"character":2}}]}],"height":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":36,"character":2}}]}],"width":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":37,"character":2}}]}],"refX":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":38,"character":2}}]}],"refY":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":39,"character":2}}]}],"position":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":40,"character":2}}]}]}},"MarkerArrowLeftComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"MarkerComponent"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":57,"character":1},"arguments":[{"selector":"[ibm-graph-marker-arrow-left]","template":"\n<svg:marker\n\t[ngClass]=\"namespace\"\n\t[attr.markerHeight]=\"height\"\n\t[attr.markerWidth]=\"width\"\n\t[attr.orient]=\"orient\"\n\t[attr.id]=\"id\"\n\t[attr.refX]=\"refX\"\n\t[attr.refY]=\"refY\"\n\tmarkerUnits=\"userSpaceOnUse\">\n\t<svg:path [attr.d]=\"d\" [ngStyle]=\"{'fill': color}\" ></svg:path>\n</svg:marker>\n"}]}],"members":{"ngOnInit":[{"__symbolic":"method"}]}},"MarkerArrowRightComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"MarkerComponent"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":59,"character":1},"arguments":[{"selector":"[ibm-graph-marker-arrow-right]","template":"\n<svg:marker\n\t[ngClass]=\"namespace\"\n\t[attr.markerHeight]=\"height\"\n\t[attr.markerWidth]=\"width\"\n\t[attr.orient]=\"orient\"\n\t[attr.id]=\"id\"\n\t[attr.refX]=\"refX\"\n\t[attr.refY]=\"refY\"\n\tmarkerUnits=\"userSpaceOnUse\">\n\t<svg:path [attr.d]=\"d\" [ngStyle]=\"{'fill': color}\" ></svg:path>\n</svg:marker>\n"}]}],"members":{"ngOnInit":[{"__symbolic":"method"}]}},"MarkerShapeNodeComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"MarkerComponent"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":61,"character":1},"arguments":[{"selector":"[ibm-graph-marker-circle]","template":"\n<svg:marker\n\t[ngClass]=\"namespace\"\n\t[attr.markerHeight]=\"height\"\n\t[attr.markerWidth]=\"width\"\n\t[attr.orient]=\"orient\"\n\t[attr.id]=\"id\"\n\t[attr.refX]=\"refX\"\n\t[attr.refY]=\"refY\"\n\tmarkerUnits=\"userSpaceOnUse\">\n\t<svg:path [attr.d]=\"d\" [ngStyle]=\"{'fill': color}\" ></svg:path>\n</svg:marker>\n"}]}],"members":{"ngOnInit":[{"__symbolic":"method"}]}},"MarkerDiamondComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"MarkerComponent"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":63,"character":1},"arguments":[{"selector":"[ibm-graph-marker-diamond]","template":"\n<svg:marker\n\t[ngClass]=\"namespace\"\n\t[attr.markerHeight]=\"height\"\n\t[attr.markerWidth]=\"width\"\n\t[attr.orient]=\"orient\"\n\t[attr.id]=\"id\"\n\t[attr.refX]=\"refX\"\n\t[attr.refY]=\"refY\"\n\tmarkerUnits=\"userSpaceOnUse\">\n\t<svg:path [attr.d]=\"d\" [ngStyle]=\"{'fill': color}\" ></svg:path>\n</svg:marker>\n"}]}],"members":{"ngOnInit":[{"__symbolic":"method"}]}},"MarkerSquareComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"MarkerComponent"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":65,"character":1},"arguments":[{"selector":"[ibm-graph-marker-square]","template":"\n<svg:marker\n\t[ngClass]=\"namespace\"\n\t[attr.markerHeight]=\"height\"\n\t[attr.markerWidth]=\"width\"\n\t[attr.orient]=\"orient\"\n\t[attr.id]=\"id\"\n\t[attr.refX]=\"refX\"\n\t[attr.refY]=\"refY\"\n\tmarkerUnits=\"userSpaceOnUse\">\n\t<svg:path [attr.d]=\"d\" [ngStyle]=\"{'fill': color}\" ></svg:path>\n</svg:marker>\n"}]}],"members":{"ngOnInit":[{"__symbolic":"method"}]}},"MarkerTeeComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"MarkerComponent"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":67,"character":1},"arguments":[{"selector":"[ibm-graph-marker-tee]","template":"\n<svg:marker\n\t[ngClass]=\"namespace\"\n\t[attr.markerHeight]=\"height\"\n\t[attr.markerWidth]=\"width\"\n\t[attr.orient]=\"orient\"\n\t[attr.id]=\"id\"\n\t[attr.refX]=\"refX\"\n\t[attr.refY]=\"refY\"\n\tmarkerUnits=\"userSpaceOnUse\">\n\t<svg:path [attr.d]=\"d\" [ngStyle]=\"{'fill': color}\" ></svg:path>\n</svg:marker>\n"}]}],"members":{"ngOnInit":[{"__symbolic":"method"}]}},"MarkerModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":21,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"MarkerComponent"},{"__symbolic":"reference","name":"MarkerArrowLeftComponent"},{"__symbolic":"reference","name":"MarkerArrowRightComponent"},{"__symbolic":"reference","name":"MarkerShapeNodeComponent"},{"__symbolic":"reference","name":"MarkerDiamondComponent"},{"__symbolic":"reference","name":"MarkerSquareComponent"},{"__symbolic":"reference","name":"MarkerTeeComponent"}],"exports":[{"__symbolic":"reference","name":"MarkerComponent"},{"__symbolic":"reference","name":"MarkerArrowLeftComponent"},{"__symbolic":"reference","name":"MarkerArrowRightComponent"},{"__symbolic":"reference","name":"MarkerShapeNodeComponent"},{"__symbolic":"reference","name":"MarkerDiamondComponent"},{"__symbolic":"reference","name":"MarkerSquareComponent"},{"__symbolic":"reference","name":"MarkerTeeComponent"}],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":40,"character":11}]}]}],"members":{}},"ShapeNodeModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":5,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"ShapeNodeComponent"}],"exports":[{"__symbolic":"reference","name":"ShapeNodeComponent"}],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":8,"character":11}]}]}],"members":{}},"ShapeNodeComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":5,"character":1},"arguments":[{"selector":"ibm-diagram-shape-node","template":"\n\t<ng-container [ngSwitch]=\"component\">\n\n\t\t<xhtml:div\n\t\t\t*ngSwitchCase=\"'div'\"\n\t\t\t[ngClass]=\"[\n\t\t\t\tnamespace,\n\t\t\t\tstacked ? namespace + '--stacked' : '',\n\t\t\t\tshape ? namespace + '--' + shape : '',\n\t\t\t\tnamespace + '--' + component\n\t\t\t]\"\n\t\t\t[ngStyle]=\"{'height.px': size, 'width.px': size}\"\n\t\t\t(mouseenter)=\"mouseEnter.emit($event)\"\n\t\t\t(mouseover)=\"mouseOver.emit($event)\"\n\t\t\t(mouseout)=\"mouseOut.emit($event)\"\n\t\t\t(mouseleave)=\"mouseLeave.emit($event)\"\n\t\t\t(mousemove)=\"mouseMove.emit($event)\"\n\t\t\ttabindex=\"0\"\n\t\t>\n\t\t\t<ng-container *ngTemplateOutlet=\"nodeTemplate\"></ng-container>\n\t\t</xhtml:div>\n\n\t\t<xhtml:button\n\t\t\t*ngSwitchCase=\"'button'\"\n\t\t\t[ngClass]=\"[\n\t\t\t\tnamespace,\n\t\t\t\tstacked ? namespace + '--stacked' : '',\n\t\t\t\tshape ? namespace + '--' + shape : '',\n\t\t\t\tnamespace + '--' + component\n\t\t\t]\"\n\t\t\t[ngStyle]=\"{'height.px': size, 'width.px': size}\"\n\t\t\t(click)=\"click.emit($event)\"\n\t\t\t(mouseenter)=\"mouseEnter.emit($event)\"\n\t\t\t(mouseover)=\"mouseOver.emit($event)\"\n\t\t\t(mouseout)=\"mouseOut.emit($event)\"\n\t\t\t(mouseleave)=\"mouseLeave.emit($event)\"\n\t\t\t(mousemove)=\"mouseMove.emit($event)\"\n\t\t\ttabindex=\"0\"\n\t\t>\n\t\t\t<ng-container *ngTemplateOutlet=\"nodeTemplate\"></ng-container>\n\t\t</xhtml:button>\n\n\t\t<xhtml:a\n\t\t\t*ngSwitchCase=\"'a'\"\n\t\t\t[ngClass]=\"[\n\t\t\t\tnamespace,\n\t\t\t\tstacked ? namespace + '--stacked' : '',\n\t\t\t\tshape ? namespace + '--' + shape : '',\n\t\t\t\tnamespace + '--' + component\n\t\t\t]\"\n\t\t\t[attr.href]=\"href\"\n\t\t\t[ngStyle]=\"{'height.px': size, 'width.px': size}\"\n\t\t\t(mouseenter)=\"mouseEnter.emit($event)\"\n\t\t\t(mouseover)=\"mouseOver.emit($event)\"\n\t\t\t(mouseout)=\"mouseOut.emit($event)\"\n\t\t\t(mouseleave)=\"mouseLeave.emit($event)\"\n\t\t\t(mousemove)=\"mouseMove.emit($event)\"\n\t\t\ttabindex=\"0\"\n\t\t>\n\t\t\t<ng-container *ngTemplateOutlet=\"nodeTemplate\"></ng-container>\n\t\t</xhtml:a>\n\t</ng-container>\n\n\t<ng-template #nodeTemplate>\n\t\t<div *ngIf=\"renderIcon\" attr.class=\"{{ namespace + '__icon' }}\" >\n\t\t\t<ng-container *ngTemplateOutlet=\"renderIcon\"></ng-container>\n\t\t</div>\n\t\t<div attr.class=\"{{ namespace + '__body' }}\">\n <div attr.class=\"{{ namespace + '__title' }}\">{{title}}</div>\n <div attr.class=\"{{ namespace + '__subtitle' }}\">{{subtitle}}</div>\n </div>\n\t</ng-template>\n\t"}]}],"members":{"as":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":83,"character":2}}]}],"href":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":84,"character":2}}]}],"renderIcon":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":85,"character":2}}]}],"size":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":86,"character":2}}]}],"stacked":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":87,"character":2}}]}],"shape":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":88,"character":2}}]}],"subtitle":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":89,"character":2}}]}],"title":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":90,"character":2}}]}],"click":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":92,"character":2}}]}],"mouseEnter":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":93,"character":2}}]}],"mouseOver":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":94,"character":2}}]}],"mouseOut":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":95,"character":2}}]}],"mouseLeave":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":96,"character":2}}]}],"mouseMove":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":97,"character":2}}]}],"ngOnInit":[{"__symbolic":"method"}]}},"ɵa":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"BaseChart"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":14,"character":1},"arguments":[{"selector":"ibm-area-chart","template":"\n\t\t<div #nChart class=\"ibm-chart-container\">\n\t\t</div>\n\t"}]}],"members":{"ngAfterViewInit":[{"__symbolic":"method"}]}}},"origins":{"ChartsModule":"./charts.module","BaseChart":"./base-chart.component","StackedAreaChartComponent":"./area-chart-stacked.component","SimpleBarChartComponent":"./bar-chart-simple.component","GroupedBarChartComponent":"./bar-chart-grouped.component","StackedBarChartComponent":"./bar-chart-stacked.component","BoxplotChartComponent":"./boxplot-chart.component","BubbleChartComponent":"./bubble-chart.component","BulletChartComponent":"./bullet-chart.component","DonutChartComponent":"./donut-chart.component","GaugeChartComponent":"./gauge-chart.component","LineChartComponent":"./line-chart.component","LollipopChartComponent":"./lollipop-chart.component","PieChartComponent":"./pie-chart.component","ScatterChartComponent":"./scatter-chart.component","MeterChartComponent":"./meter-chart.component","RadarChartComponent":"./radar-chart.component","ComboChartComponent":"./combo-chart.component","TreemapChartComponent":"./treemap-chart.component","CirclePackChartComponent":"./circle-pack-chart.component","WordCloudChartComponent":"./wordcloud-chart.component","CardNodeComponent":"./diagrams/card-node/card-node.component","CardNodeColumnComponent":"./diagrams/card-node/card-node-column.component","CardNodeLabelComponent":"./diagrams/card-node/card-node-label.component","CardNodeSubtitleComponent":"./diagrams/card-node/card-node-subtitle.component","CardNodeTitleComponent":"./diagrams/card-node/card-node-title.component","CardNodeModule":"./diagrams/card-node/card-node.module","EdgeModule":"./diagrams/edge/edge.module","EdgeComponent":"./diagrams/edge/edge.component","MarkerComponent":"./diagrams/marker/marker.component","MarkerArrowLeftComponent":"./diagrams/marker/marker.component","MarkerArrowRightComponent":"./diagrams/marker/marker.component","MarkerShapeNodeComponent":"./diagrams/marker/marker.component","MarkerDiamondComponent":"./diagrams/marker/marker.component","MarkerSquareComponent":"./diagrams/marker/marker.component","MarkerTeeComponent":"./diagrams/marker/marker.component","MarkerModule":"./diagrams/marker/marker.module","ShapeNodeModule":"./diagrams/shape-node/shape-node.module","ShapeNodeComponent":"./diagrams/shape-node/shape-node.component","ɵa":"./area-chart.component"},"importAs":"@carbon/charts-angular"}
1
+ {"__symbolic":"module","version":4,"metadata":{"ChartsModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":25,"character":1},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":26,"character":11}],"declarations":[{"__symbolic":"reference","name":"BaseChart"},{"__symbolic":"reference","name":"AreaChartComponent"},{"__symbolic":"reference","name":"StackedAreaChartComponent"},{"__symbolic":"reference","name":"SimpleBarChartComponent"},{"__symbolic":"reference","name":"GroupedBarChartComponent"},{"__symbolic":"reference","name":"StackedBarChartComponent"},{"__symbolic":"reference","name":"BoxplotChartComponent"},{"__symbolic":"reference","name":"BubbleChartComponent"},{"__symbolic":"reference","name":"BulletChartComponent"},{"__symbolic":"reference","name":"DonutChartComponent"},{"__symbolic":"reference","name":"GaugeChartComponent"},{"__symbolic":"reference","name":"LineChartComponent"},{"__symbolic":"reference","name":"LollipopChartComponent"},{"__symbolic":"reference","name":"PieChartComponent"},{"__symbolic":"reference","name":"ScatterChartComponent"},{"__symbolic":"reference","name":"MeterChartComponent"},{"__symbolic":"reference","name":"RadarChartComponent"},{"__symbolic":"reference","name":"ComboChartComponent"},{"__symbolic":"reference","name":"TreemapChartComponent"},{"__symbolic":"reference","name":"CirclePackChartComponent"},{"__symbolic":"reference","name":"WordCloudChartComponent"}],"exports":[{"__symbolic":"reference","name":"BaseChart"},{"__symbolic":"reference","name":"AreaChartComponent"},{"__symbolic":"reference","name":"StackedAreaChartComponent"},{"__symbolic":"reference","name":"SimpleBarChartComponent"},{"__symbolic":"reference","name":"GroupedBarChartComponent"},{"__symbolic":"reference","name":"StackedBarChartComponent"},{"__symbolic":"reference","name":"BoxplotChartComponent"},{"__symbolic":"reference","name":"BubbleChartComponent"},{"__symbolic":"reference","name":"BulletChartComponent"},{"__symbolic":"reference","name":"DonutChartComponent"},{"__symbolic":"reference","name":"GaugeChartComponent"},{"__symbolic":"reference","name":"LineChartComponent"},{"__symbolic":"reference","name":"LollipopChartComponent"},{"__symbolic":"reference","name":"PieChartComponent"},{"__symbolic":"reference","name":"ScatterChartComponent"},{"__symbolic":"reference","name":"MeterChartComponent"},{"__symbolic":"reference","name":"RadarChartComponent"},{"__symbolic":"reference","name":"ComboChartComponent"},{"__symbolic":"reference","name":"TreemapChartComponent"},{"__symbolic":"reference","name":"CirclePackChartComponent"},{"__symbolic":"reference","name":"WordCloudChartComponent"}]}]}],"members":{}},"BaseChart":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":14,"character":1},"arguments":[{"selector":"ibm-base-chart","template":""}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef","line":19,"character":35}]}],"data":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":24,"character":2}}]}],"options":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":42,"character":2}}]}],"width":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":60,"character":2}}]}],"height":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":65,"character":2}}]}],"chartRef":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild","line":70,"character":2},"arguments":["nChart"]}]}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}]}},"AreaChartComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"BaseChart"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":14,"character":1},"arguments":[{"selector":"ibm-area-chart","template":"\n\t\t<div #nChart class=\"ibm-chart-container\">\n\t\t</div>\n\t"}]}],"members":{"ngAfterViewInit":[{"__symbolic":"method"}]}},"StackedAreaChartComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"BaseChart"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":14,"character":1},"arguments":[{"selector":"ibm-stacked-area-chart","template":""}]}],"members":{"ngAfterViewInit":[{"__symbolic":"method"}]}},"SimpleBarChartComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"BaseChart"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":14,"character":1},"arguments":[{"selector":"ibm-simple-bar-chart","template":""}]}],"members":{"ngAfterViewInit":[{"__symbolic":"method"}]}},"GroupedBarChartComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"BaseChart"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":14,"character":1},"arguments":[{"selector":"ibm-grouped-bar-chart","template":""}]}],"members":{"ngAfterViewInit":[{"__symbolic":"method"}]}},"StackedBarChartComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"BaseChart"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":14,"character":1},"arguments":[{"selector":"ibm-stacked-bar-chart","template":""}]}],"members":{"ngAfterViewInit":[{"__symbolic":"method"}]}},"BoxplotChartComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"BaseChart"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":14,"character":1},"arguments":[{"selector":"ibm-boxplot-chart","template":""}]}],"members":{"ngAfterViewInit":[{"__symbolic":"method"}]}},"BubbleChartComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"BaseChart"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":14,"character":1},"arguments":[{"selector":"ibm-bubble-chart","template":""}]}],"members":{"ngAfterViewInit":[{"__symbolic":"method"}]}},"BulletChartComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"BaseChart"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":14,"character":1},"arguments":[{"selector":"ibm-bullet-chart","template":""}]}],"members":{"ngAfterViewInit":[{"__symbolic":"method"}]}},"DonutChartComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"BaseChart"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":14,"character":1},"arguments":[{"selector":"ibm-donut-chart","template":""}]}],"members":{"ngAfterViewInit":[{"__symbolic":"method"}]}},"GaugeChartComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"BaseChart"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":14,"character":1},"arguments":[{"selector":"ibm-gauge-chart","template":""}]}],"members":{"ngAfterViewInit":[{"__symbolic":"method"}]}},"LineChartComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"BaseChart"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":14,"character":1},"arguments":[{"selector":"ibm-line-chart","template":""}]}],"members":{"ngAfterViewInit":[{"__symbolic":"method"}]}},"LollipopChartComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"BaseChart"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":14,"character":1},"arguments":[{"selector":"ibm-lollipop-chart","template":""}]}],"members":{"ngAfterViewInit":[{"__symbolic":"method"}]}},"PieChartComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"BaseChart"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":14,"character":1},"arguments":[{"selector":"ibm-pie-chart","template":""}]}],"members":{"ngAfterViewInit":[{"__symbolic":"method"}]}},"ScatterChartComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"BaseChart"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":14,"character":1},"arguments":[{"selector":"ibm-scatter-chart","template":""}]}],"members":{"ngAfterViewInit":[{"__symbolic":"method"}]}},"MeterChartComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"BaseChart"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":13,"character":1},"arguments":[{"selector":"ibm-meter-chart","template":""}]}],"members":{"ngAfterViewInit":[{"__symbolic":"method"}]}},"RadarChartComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"BaseChart"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":14,"character":1},"arguments":[{"selector":"ibm-radar-chart","template":""}]}],"members":{"ngAfterViewInit":[{"__symbolic":"method"}]}},"ComboChartComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"BaseChart"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":13,"character":1},"arguments":[{"selector":"ibm-combo-chart","template":""}]}],"members":{"ngAfterViewInit":[{"__symbolic":"method"}]}},"TreemapChartComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"BaseChart"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":14,"character":1},"arguments":[{"selector":"ibm-treemap-chart","template":""}]}],"members":{"ngAfterViewInit":[{"__symbolic":"method"}]}},"CirclePackChartComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"BaseChart"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":14,"character":1},"arguments":[{"selector":"ibm-circle-pack-chart","template":""}]}],"members":{"ngAfterViewInit":[{"__symbolic":"method"}]}},"WordCloudChartComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"BaseChart"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":14,"character":1},"arguments":[{"selector":"ibm-wordcloud-chart","template":""}]}],"members":{"ngAfterViewInit":[{"__symbolic":"method"}]}},"CardNodeComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":5,"character":1},"arguments":[{"selector":"ibm-diagram-card-node","template":"\n\t<ng-container [ngSwitch]=\"component\">\n\t\t<xhtml:div\n\t\t\t*ngSwitchCase=\"'div'\"\n\t\t\t[ngClass]=\"[\n\t\t\t\tnamespace,\n\t\t\t\tstacked ? namespace + '--stacked' : '',\n\t\t\t\tnamespace + '--' + component\n\t\t\t]\"\n\t\t\t[ngStyle]=\"{'border-color': color}\"\n\t\t\t(mouseenter)=\"mouseEnter.emit($event)\"\n\t\t\t(mouseover)=\"mouseOver.emit($event)\"\n\t\t\t(mouseout)=\"mouseOut.emit($event)\"\n\t\t\t(mouseleave)=\"mouseLeave.emit($event)\"\n\t\t\t(mousemove)=\"mouseMove.emit($event)\"\n\t\t\ttabindex=\"0\"\n\t\t>\n\t\t\t<ng-container *ngTemplateOutlet=\"nodeTemplate\"></ng-container>\n\t\t</xhtml:div>\n\n\t\t<xhtml:button\n\t\t\t*ngSwitchCase=\"'button'\"\n\t\t\t[ngClass]=\"[\n\t\t\t\tnamespace,\n\t\t\t\tstacked ? namespace + '--stacked' : '',\n\t\t\t\tnamespace + '--' + component\n\t\t\t]\"\n\t\t\t[ngStyle]=\"{'border-color': color}\"\n\t\t\t(click)=\"click.emit($event)\"\n\t\t\t(mouseenter)=\"mouseEnter.emit($event)\"\n\t\t\t(mouseover)=\"mouseOver.emit($event)\"\n\t\t\t(mouseout)=\"mouseOut.emit($event)\"\n\t\t\t(mouseleave)=\"mouseLeave.emit($event)\"\n\t\t\t(mousemove)=\"mouseMove.emit($event)\"\n\t\t\ttabindex=\"0\"\n\t\t>\n\t\t\t<ng-container *ngTemplateOutlet=\"nodeTemplate\"></ng-container>\n\t\t</xhtml:button>\n\n\t\t<xhtml:a\n\t\t\t*ngSwitchCase=\"'a'\"\n\t\t\t[ngClass]=\"[\n\t\t\t\tnamespace,\n\t\t\t\tstacked ? namespace + '--stacked' : '',\n\t\t\t\tnamespace + '--' + component\n\t\t\t]\"\n\t\t\t[attr.href]=\"href\"\n\t\t\t[ngStyle]=\"{'border-color': color}\"\n\t\t\t(mouseenter)=\"mouseEnter.emit($event)\"\n\t\t\t(mouseover)=\"mouseOver.emit($event)\"\n\t\t\t(mouseout)=\"mouseOut.emit($event)\"\n\t\t\t(mouseleave)=\"mouseLeave.emit($event)\"\n\t\t\t(mousemove)=\"mouseMove.emit($event)\"\n\t\t\ttabindex=\"0\"\n\t\t>\n\t\t\t<ng-container *ngTemplateOutlet=\"nodeTemplate\"></ng-container>\n\t\t</xhtml:a>\n\t</ng-container>\n\t<ng-template #nodeTemplate>\n\t\t<ng-content></ng-content>\n\t</ng-template>\n\t"}]}],"members":{"as":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":72,"character":2}}]}],"href":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":73,"character":2}}]}],"color":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":74,"character":2}}]}],"stacked":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":75,"character":2}}]}],"click":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":77,"character":2}}]}],"mouseEnter":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":78,"character":2}}]}],"mouseOver":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":79,"character":2}}]}],"mouseOut":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":80,"character":2}}]}],"mouseLeave":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":81,"character":2}}]}],"mouseMove":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":82,"character":2}}]}],"ngOnInit":[{"__symbolic":"method"}]}},"CardNodeColumnComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":6,"character":1},"arguments":[{"selector":"ibm-diagram-card-node-column","template":"\n\t<xhtml:div>\n\t\t<ng-content></ng-content>\n\t</xhtml:div>\n\t"}]}],"members":{"farsideColumn":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":16,"character":2}}]}],"class":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":18,"character":2},"arguments":["class"]}]}]}},"CardNodeLabelComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":5,"character":1},"arguments":[{"selector":"ibm-diagram-card-node-label","template":"\n\t<xhtml:label [ngClass]=\"namespace\">\n\t\t<ng-content></ng-content>\n\t</xhtml:label>\n\t"}]}],"members":{}},"CardNodeSubtitleComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":5,"character":1},"arguments":[{"selector":"ibm-diagram-card-node-subtitle","template":"\n\t<xhtml:div [ngClass]=\"namespace\">\n\t\t<ng-content></ng-content>\n\t</xhtml:div>\n\t"}]}],"members":{}},"CardNodeTitleComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":5,"character":1},"arguments":[{"selector":"ibm-diagram-card-node-title","template":"\n\t<xhtml:div [ngClass]=\"namespace\">\n\t\t<ng-content></ng-content>\n\t</xhtml:div>\n\t"}]}],"members":{}},"CardNodeModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":12,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"CardNodeComponent"},{"__symbolic":"reference","name":"CardNodeColumnComponent"},{"__symbolic":"reference","name":"CardNodeLabelComponent"},{"__symbolic":"reference","name":"CardNodeSubtitleComponent"},{"__symbolic":"reference","name":"CardNodeTitleComponent"}],"exports":[{"__symbolic":"reference","name":"CardNodeComponent"},{"__symbolic":"reference","name":"CardNodeColumnComponent"},{"__symbolic":"reference","name":"CardNodeLabelComponent"},{"__symbolic":"reference","name":"CardNodeSubtitleComponent"},{"__symbolic":"reference","name":"CardNodeTitleComponent"}],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":15,"character":11}]}]}],"members":{}},"EdgeModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":5,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"EdgeComponent"}],"exports":[{"__symbolic":"reference","name":"EdgeComponent"}],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":8,"character":11}]}]}],"members":{}},"EdgeComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":9,"character":1},"arguments":[{"selector":"[ibm-graph-edge]","template":"\n\t<svg:g [ngClass]=\"[namespace, variant ? namespace + '--' + variant : '']\">\n\t\t<svg:path\n\t\t\t[ngClass]=\"namespace + '__container'\"\n\t\t\t[attr.d]=\"path ? path : straight(source, target)\"\n\t\t/>\n\t\t<svg:path\n\t\t\t[ngClass]=\"namespace + '__outer'\"\n\t\t\t[attr.d]=\"path ? path : straight(source, target)\"\n\t\t/>\n\t\t<svg:path\n\t\t\t[ngClass]=\"namespace + '__inner'\"\n\t\t\t[attr.d]=\"path ? path : straight(source, target)\"\n\t\t\t[ngStyle]=\"{'stroke': color}\"\n\t\t\t[attr.marker-start]=\"markerStart ? 'url(#' + markerStart + ')' : ''\"\n\t\t\t[attr.marker-end]=\"markerEnd ? 'url(#' + markerEnd + ')' : ''\"\n\t\t/>\n\t</svg:g>\n\t"}]}],"members":{"color":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":33,"character":2}}]}],"markerEnd":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":34,"character":2}}]}],"markerStart":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":35,"character":2}}]}],"source":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":36,"character":2}}]}],"target":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":37,"character":2}}]}],"variant":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":38,"character":2}}]}],"path":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":39,"character":2}}]}]}},"MarkerComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":27,"character":1},"arguments":[{"selector":"[ibm-graph-marker]","template":"\n<svg:marker\n\t[ngClass]=\"namespace\"\n\t[attr.markerHeight]=\"height\"\n\t[attr.markerWidth]=\"width\"\n\t[attr.orient]=\"orient\"\n\t[attr.id]=\"id\"\n\t[attr.refX]=\"refX\"\n\t[attr.refY]=\"refY\"\n\tmarkerUnits=\"userSpaceOnUse\">\n\t<svg:path [attr.d]=\"d\" [ngStyle]=\"{'fill': color}\" ></svg:path>\n</svg:marker>\n"}]}],"members":{"d":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":32,"character":2}}]}],"color":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":33,"character":2}}]}],"id":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":34,"character":2}}]}],"orient":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":35,"character":2}}]}],"height":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":36,"character":2}}]}],"width":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":37,"character":2}}]}],"refX":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":38,"character":2}}]}],"refY":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":39,"character":2}}]}],"position":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":40,"character":2}}]}]}},"MarkerArrowLeftComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"MarkerComponent"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":57,"character":1},"arguments":[{"selector":"[ibm-graph-marker-arrow-left]","template":"\n<svg:marker\n\t[ngClass]=\"namespace\"\n\t[attr.markerHeight]=\"height\"\n\t[attr.markerWidth]=\"width\"\n\t[attr.orient]=\"orient\"\n\t[attr.id]=\"id\"\n\t[attr.refX]=\"refX\"\n\t[attr.refY]=\"refY\"\n\tmarkerUnits=\"userSpaceOnUse\">\n\t<svg:path [attr.d]=\"d\" [ngStyle]=\"{'fill': color}\" ></svg:path>\n</svg:marker>\n"}]}],"members":{"ngOnInit":[{"__symbolic":"method"}]}},"MarkerArrowRightComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"MarkerComponent"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":59,"character":1},"arguments":[{"selector":"[ibm-graph-marker-arrow-right]","template":"\n<svg:marker\n\t[ngClass]=\"namespace\"\n\t[attr.markerHeight]=\"height\"\n\t[attr.markerWidth]=\"width\"\n\t[attr.orient]=\"orient\"\n\t[attr.id]=\"id\"\n\t[attr.refX]=\"refX\"\n\t[attr.refY]=\"refY\"\n\tmarkerUnits=\"userSpaceOnUse\">\n\t<svg:path [attr.d]=\"d\" [ngStyle]=\"{'fill': color}\" ></svg:path>\n</svg:marker>\n"}]}],"members":{"ngOnInit":[{"__symbolic":"method"}]}},"MarkerShapeNodeComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"MarkerComponent"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":61,"character":1},"arguments":[{"selector":"[ibm-graph-marker-circle]","template":"\n<svg:marker\n\t[ngClass]=\"namespace\"\n\t[attr.markerHeight]=\"height\"\n\t[attr.markerWidth]=\"width\"\n\t[attr.orient]=\"orient\"\n\t[attr.id]=\"id\"\n\t[attr.refX]=\"refX\"\n\t[attr.refY]=\"refY\"\n\tmarkerUnits=\"userSpaceOnUse\">\n\t<svg:path [attr.d]=\"d\" [ngStyle]=\"{'fill': color}\" ></svg:path>\n</svg:marker>\n"}]}],"members":{"ngOnInit":[{"__symbolic":"method"}]}},"MarkerDiamondComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"MarkerComponent"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":63,"character":1},"arguments":[{"selector":"[ibm-graph-marker-diamond]","template":"\n<svg:marker\n\t[ngClass]=\"namespace\"\n\t[attr.markerHeight]=\"height\"\n\t[attr.markerWidth]=\"width\"\n\t[attr.orient]=\"orient\"\n\t[attr.id]=\"id\"\n\t[attr.refX]=\"refX\"\n\t[attr.refY]=\"refY\"\n\tmarkerUnits=\"userSpaceOnUse\">\n\t<svg:path [attr.d]=\"d\" [ngStyle]=\"{'fill': color}\" ></svg:path>\n</svg:marker>\n"}]}],"members":{"ngOnInit":[{"__symbolic":"method"}]}},"MarkerSquareComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"MarkerComponent"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":65,"character":1},"arguments":[{"selector":"[ibm-graph-marker-square]","template":"\n<svg:marker\n\t[ngClass]=\"namespace\"\n\t[attr.markerHeight]=\"height\"\n\t[attr.markerWidth]=\"width\"\n\t[attr.orient]=\"orient\"\n\t[attr.id]=\"id\"\n\t[attr.refX]=\"refX\"\n\t[attr.refY]=\"refY\"\n\tmarkerUnits=\"userSpaceOnUse\">\n\t<svg:path [attr.d]=\"d\" [ngStyle]=\"{'fill': color}\" ></svg:path>\n</svg:marker>\n"}]}],"members":{"ngOnInit":[{"__symbolic":"method"}]}},"MarkerTeeComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"MarkerComponent"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":67,"character":1},"arguments":[{"selector":"[ibm-graph-marker-tee]","template":"\n<svg:marker\n\t[ngClass]=\"namespace\"\n\t[attr.markerHeight]=\"height\"\n\t[attr.markerWidth]=\"width\"\n\t[attr.orient]=\"orient\"\n\t[attr.id]=\"id\"\n\t[attr.refX]=\"refX\"\n\t[attr.refY]=\"refY\"\n\tmarkerUnits=\"userSpaceOnUse\">\n\t<svg:path [attr.d]=\"d\" [ngStyle]=\"{'fill': color}\" ></svg:path>\n</svg:marker>\n"}]}],"members":{"ngOnInit":[{"__symbolic":"method"}]}},"MarkerModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":21,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"MarkerComponent"},{"__symbolic":"reference","name":"MarkerArrowLeftComponent"},{"__symbolic":"reference","name":"MarkerArrowRightComponent"},{"__symbolic":"reference","name":"MarkerShapeNodeComponent"},{"__symbolic":"reference","name":"MarkerDiamondComponent"},{"__symbolic":"reference","name":"MarkerSquareComponent"},{"__symbolic":"reference","name":"MarkerTeeComponent"}],"exports":[{"__symbolic":"reference","name":"MarkerComponent"},{"__symbolic":"reference","name":"MarkerArrowLeftComponent"},{"__symbolic":"reference","name":"MarkerArrowRightComponent"},{"__symbolic":"reference","name":"MarkerShapeNodeComponent"},{"__symbolic":"reference","name":"MarkerDiamondComponent"},{"__symbolic":"reference","name":"MarkerSquareComponent"},{"__symbolic":"reference","name":"MarkerTeeComponent"}],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":40,"character":11}]}]}],"members":{}},"ShapeNodeModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":5,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"ShapeNodeComponent"}],"exports":[{"__symbolic":"reference","name":"ShapeNodeComponent"}],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":8,"character":11}]}]}],"members":{}},"ShapeNodeComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":5,"character":1},"arguments":[{"selector":"ibm-diagram-shape-node","template":"\n\t<ng-container [ngSwitch]=\"component\">\n\n\t\t<xhtml:div\n\t\t\t*ngSwitchCase=\"'div'\"\n\t\t\t[ngClass]=\"[\n\t\t\t\tnamespace,\n\t\t\t\tstacked ? namespace + '--stacked' : '',\n\t\t\t\tshape ? namespace + '--' + shape : '',\n\t\t\t\tnamespace + '--' + component\n\t\t\t]\"\n\t\t\t[ngStyle]=\"{'height.px': size, 'width.px': size}\"\n\t\t\t(mouseenter)=\"mouseEnter.emit($event)\"\n\t\t\t(mouseover)=\"mouseOver.emit($event)\"\n\t\t\t(mouseout)=\"mouseOut.emit($event)\"\n\t\t\t(mouseleave)=\"mouseLeave.emit($event)\"\n\t\t\t(mousemove)=\"mouseMove.emit($event)\"\n\t\t\ttabindex=\"0\"\n\t\t>\n\t\t\t<ng-container *ngTemplateOutlet=\"nodeTemplate\"></ng-container>\n\t\t</xhtml:div>\n\n\t\t<xhtml:button\n\t\t\t*ngSwitchCase=\"'button'\"\n\t\t\t[ngClass]=\"[\n\t\t\t\tnamespace,\n\t\t\t\tstacked ? namespace + '--stacked' : '',\n\t\t\t\tshape ? namespace + '--' + shape : '',\n\t\t\t\tnamespace + '--' + component\n\t\t\t]\"\n\t\t\t[ngStyle]=\"{'height.px': size, 'width.px': size}\"\n\t\t\t(click)=\"click.emit($event)\"\n\t\t\t(mouseenter)=\"mouseEnter.emit($event)\"\n\t\t\t(mouseover)=\"mouseOver.emit($event)\"\n\t\t\t(mouseout)=\"mouseOut.emit($event)\"\n\t\t\t(mouseleave)=\"mouseLeave.emit($event)\"\n\t\t\t(mousemove)=\"mouseMove.emit($event)\"\n\t\t\ttabindex=\"0\"\n\t\t>\n\t\t\t<ng-container *ngTemplateOutlet=\"nodeTemplate\"></ng-container>\n\t\t</xhtml:button>\n\n\t\t<xhtml:a\n\t\t\t*ngSwitchCase=\"'a'\"\n\t\t\t[ngClass]=\"[\n\t\t\t\tnamespace,\n\t\t\t\tstacked ? namespace + '--stacked' : '',\n\t\t\t\tshape ? namespace + '--' + shape : '',\n\t\t\t\tnamespace + '--' + component\n\t\t\t]\"\n\t\t\t[attr.href]=\"href\"\n\t\t\t[ngStyle]=\"{'height.px': size, 'width.px': size}\"\n\t\t\t(mouseenter)=\"mouseEnter.emit($event)\"\n\t\t\t(mouseover)=\"mouseOver.emit($event)\"\n\t\t\t(mouseout)=\"mouseOut.emit($event)\"\n\t\t\t(mouseleave)=\"mouseLeave.emit($event)\"\n\t\t\t(mousemove)=\"mouseMove.emit($event)\"\n\t\t\ttabindex=\"0\"\n\t\t>\n\t\t\t<ng-container *ngTemplateOutlet=\"nodeTemplate\"></ng-container>\n\t\t</xhtml:a>\n\t</ng-container>\n\n\t<ng-template #nodeTemplate>\n\t\t<div *ngIf=\"renderIcon\" attr.class=\"{{ namespace + '__icon' }}\" >\n\t\t\t<ng-container *ngTemplateOutlet=\"renderIcon\"></ng-container>\n\t\t</div>\n\t\t<div attr.class=\"{{ namespace + '__body' }}\">\n <div attr.class=\"{{ namespace + '__title' }}\">{{title}}</div>\n <div attr.class=\"{{ namespace + '__subtitle' }}\">{{subtitle}}</div>\n </div>\n\t</ng-template>\n\t"}]}],"members":{"as":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":83,"character":2}}]}],"href":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":84,"character":2}}]}],"renderIcon":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":85,"character":2}}]}],"size":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":86,"character":2}}]}],"stacked":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":87,"character":2}}]}],"shape":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":88,"character":2}}]}],"subtitle":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":89,"character":2}}]}],"title":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":90,"character":2}}]}],"click":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":92,"character":2}}]}],"mouseEnter":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":93,"character":2}}]}],"mouseOver":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":94,"character":2}}]}],"mouseOut":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":95,"character":2}}]}],"mouseLeave":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":96,"character":2}}]}],"mouseMove":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":97,"character":2}}]}],"ngOnInit":[{"__symbolic":"method"}]}}},"origins":{"ChartsModule":"./charts.module","BaseChart":"./base-chart.component","AreaChartComponent":"./area-chart.component","StackedAreaChartComponent":"./area-chart-stacked.component","SimpleBarChartComponent":"./bar-chart-simple.component","GroupedBarChartComponent":"./bar-chart-grouped.component","StackedBarChartComponent":"./bar-chart-stacked.component","BoxplotChartComponent":"./boxplot-chart.component","BubbleChartComponent":"./bubble-chart.component","BulletChartComponent":"./bullet-chart.component","DonutChartComponent":"./donut-chart.component","GaugeChartComponent":"./gauge-chart.component","LineChartComponent":"./line-chart.component","LollipopChartComponent":"./lollipop-chart.component","PieChartComponent":"./pie-chart.component","ScatterChartComponent":"./scatter-chart.component","MeterChartComponent":"./meter-chart.component","RadarChartComponent":"./radar-chart.component","ComboChartComponent":"./combo-chart.component","TreemapChartComponent":"./treemap-chart.component","CirclePackChartComponent":"./circle-pack-chart.component","WordCloudChartComponent":"./wordcloud-chart.component","CardNodeComponent":"./diagrams/card-node/card-node.component","CardNodeColumnComponent":"./diagrams/card-node/card-node-column.component","CardNodeLabelComponent":"./diagrams/card-node/card-node-label.component","CardNodeSubtitleComponent":"./diagrams/card-node/card-node-subtitle.component","CardNodeTitleComponent":"./diagrams/card-node/card-node-title.component","CardNodeModule":"./diagrams/card-node/card-node.module","EdgeModule":"./diagrams/edge/edge.module","EdgeComponent":"./diagrams/edge/edge.component","MarkerComponent":"./diagrams/marker/marker.component","MarkerArrowLeftComponent":"./diagrams/marker/marker.component","MarkerArrowRightComponent":"./diagrams/marker/marker.component","MarkerShapeNodeComponent":"./diagrams/marker/marker.component","MarkerDiamondComponent":"./diagrams/marker/marker.component","MarkerSquareComponent":"./diagrams/marker/marker.component","MarkerTeeComponent":"./diagrams/marker/marker.component","MarkerModule":"./diagrams/marker/marker.module","ShapeNodeModule":"./diagrams/shape-node/shape-node.module","ShapeNodeComponent":"./diagrams/shape-node/shape-node.component"},"importAs":"@carbon/charts-angular"}
@@ -6,6 +6,5 @@
6
6
  /**
7
7
  * Generated bundle index. Do not edit.
8
8
  */
9
- export { ChartsModule, BaseChart, StackedAreaChartComponent, SimpleBarChartComponent, GroupedBarChartComponent, StackedBarChartComponent, BoxplotChartComponent, BubbleChartComponent, BulletChartComponent, DonutChartComponent, GaugeChartComponent, LineChartComponent, LollipopChartComponent, PieChartComponent, ScatterChartComponent, MeterChartComponent, RadarChartComponent, ComboChartComponent, TreemapChartComponent, CirclePackChartComponent, WordCloudChartComponent, CardNodeComponent, CardNodeColumnComponent, CardNodeLabelComponent, CardNodeSubtitleComponent, CardNodeTitleComponent, CardNodeModule, EdgeComponent, EdgeModule, MarkerComponent, MarkerArrowLeftComponent, MarkerArrowRightComponent, MarkerShapeNodeComponent, MarkerDiamondComponent, MarkerSquareComponent, MarkerTeeComponent, MarkerModule, ShapeNodeComponent, ShapeNodeModule } from './index';
10
- export { AreaChartComponent as ɵa } from './area-chart.component';
11
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FyYm9uLWNoYXJ0cy1hbmd1bGFyLmpzIiwic291cmNlUm9vdCI6Im5nOi8vQGNhcmJvbi9jaGFydHMtYW5ndWxhci8iLCJzb3VyY2VzIjpbImNhcmJvbi1jaGFydHMtYW5ndWxhci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7OztBQUlBLG8xQkFBYyxTQUFTLENBQUM7QUFFeEIsT0FBTyxFQUFDLGtCQUFrQixJQUFJLEVBQUUsRUFBQyxNQUFNLHdCQUF3QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcblxuZXhwb3J0IHtBcmVhQ2hhcnRDb21wb25lbnQgYXMgybVhfSBmcm9tICcuL2FyZWEtY2hhcnQuY29tcG9uZW50JzsiXX0=
9
+ export { ChartsModule, BaseChart, AreaChartComponent, StackedAreaChartComponent, SimpleBarChartComponent, GroupedBarChartComponent, StackedBarChartComponent, BoxplotChartComponent, BubbleChartComponent, BulletChartComponent, DonutChartComponent, GaugeChartComponent, LineChartComponent, LollipopChartComponent, PieChartComponent, ScatterChartComponent, MeterChartComponent, RadarChartComponent, ComboChartComponent, TreemapChartComponent, CirclePackChartComponent, WordCloudChartComponent, CardNodeComponent, CardNodeColumnComponent, CardNodeLabelComponent, CardNodeSubtitleComponent, CardNodeTitleComponent, CardNodeModule, EdgeComponent, EdgeModule, MarkerComponent, MarkerArrowLeftComponent, MarkerArrowRightComponent, MarkerShapeNodeComponent, MarkerDiamondComponent, MarkerSquareComponent, MarkerTeeComponent, MarkerModule, ShapeNodeComponent, ShapeNodeModule } from './index';
10
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FyYm9uLWNoYXJ0cy1hbmd1bGFyLmpzIiwic291cmNlUm9vdCI6Im5nOi8vQGNhcmJvbi9jaGFydHMtYW5ndWxhci8iLCJzb3VyY2VzIjpbImNhcmJvbi1jaGFydHMtYW5ndWxhci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7OztBQUlBLHcyQkFBYyxTQUFTLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vaW5kZXgnO1xuIl19
package/esm2015/index.js CHANGED
@@ -5,6 +5,7 @@
5
5
  */
6
6
  export { ChartsModule } from './charts.module';
7
7
  export { BaseChart } from './base-chart.component';
8
+ export { AreaChartComponent } from './area-chart.component';
8
9
  export { StackedAreaChartComponent } from './area-chart-stacked.component';
9
10
  export { SimpleBarChartComponent } from './bar-chart-simple.component';
10
11
  export { GroupedBarChartComponent } from './bar-chart-grouped.component';
@@ -37,4 +38,4 @@ export { MarkerComponent, MarkerArrowLeftComponent, MarkerArrowRightComponent, M
37
38
  export {} from './diagrams/marker/marker.component';
38
39
  export { ShapeNodeComponent, ShapeNodeModule } from './diagrams/shape-node/shape-node.module';
39
40
  export {} from './diagrams/shape-node/shape-node.component';
40
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290Ijoibmc6Ly9AY2FyYm9uL2NoYXJ0cy1hbmd1bGFyLyIsInNvdXJjZXMiOlsiaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7QUFBQSw2QkFBYyxpQkFBaUIsQ0FBQztBQUVoQywwQkFBYyx3QkFBd0IsQ0FBQztBQUN2QywwQ0FBYyxnQ0FBZ0MsQ0FBQztBQUMvQyx3Q0FBYyw4QkFBOEIsQ0FBQztBQUM3Qyx5Q0FBYywrQkFBK0IsQ0FBQztBQUM5Qyx5Q0FBYywrQkFBK0IsQ0FBQztBQUM5QyxzQ0FBYywyQkFBMkIsQ0FBQztBQUMxQyxxQ0FBYywwQkFBMEIsQ0FBQztBQUN6QyxxQ0FBYywwQkFBMEIsQ0FBQztBQUN6QyxvQ0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxvQ0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxtQ0FBYyx3QkFBd0IsQ0FBQztBQUN2Qyx1Q0FBYyw0QkFBNEIsQ0FBQztBQUMzQyxrQ0FBYyx1QkFBdUIsQ0FBQztBQUN0QyxzQ0FBYywyQkFBMkIsQ0FBQztBQUMxQyxvQ0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxvQ0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxvQ0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxzQ0FBYywyQkFBMkIsQ0FBQztBQUMxQyx5Q0FBYywrQkFBK0IsQ0FBQztBQUM5Qyx3Q0FBYyw2QkFBNkIsQ0FBQzs7QUFHNUMsc0pBQWMsdUNBQXVDLENBQUM7QUFDdEQsZUFBYyxpREFBaUQsQ0FBQztBQUNoRSxlQUFjLGdEQUFnRCxDQUFDO0FBQy9ELGVBQWMsbURBQW1ELENBQUM7QUFDbEUsZUFBYyxnREFBZ0QsQ0FBQztBQUMvRCxlQUFjLDBDQUEwQyxDQUFDO0FBRXpELDBDQUFjLDZCQUE2QixDQUFDO0FBQzVDLGVBQWMsZ0NBQWdDLENBQUM7QUFFL0MsZ01BQWMsaUNBQWlDLENBQUM7QUFDaEQsZUFBYyxvQ0FBb0MsQ0FBQztBQUVuRCxvREFBYyx5Q0FBeUMsQ0FBQztBQUN4RCxlQUFjLDRDQUE0QyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9jaGFydHMubW9kdWxlJztcblxuZXhwb3J0ICogZnJvbSAnLi9iYXNlLWNoYXJ0LmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2FyZWEtY2hhcnQtc3RhY2tlZC5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9iYXItY2hhcnQtc2ltcGxlLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2Jhci1jaGFydC1ncm91cGVkLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2Jhci1jaGFydC1zdGFja2VkLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2JveHBsb3QtY2hhcnQuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vYnViYmxlLWNoYXJ0LmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2J1bGxldC1jaGFydC5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9kb251dC1jaGFydC5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9nYXVnZS1jaGFydC5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9saW5lLWNoYXJ0LmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2xvbGxpcG9wLWNoYXJ0LmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL3BpZS1jaGFydC5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9zY2F0dGVyLWNoYXJ0LmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL21ldGVyLWNoYXJ0LmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL3JhZGFyLWNoYXJ0LmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2NvbWJvLWNoYXJ0LmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL3RyZWVtYXAtY2hhcnQuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vY2lyY2xlLXBhY2stY2hhcnQuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vd29yZGNsb3VkLWNoYXJ0LmNvbXBvbmVudCc7XG5cbi8vIERpYWdyYW1zXG5leHBvcnQgKiBmcm9tICcuL2RpYWdyYW1zL2NhcmQtbm9kZS9jYXJkLW5vZGUubW9kdWxlJztcbmV4cG9ydCAqIGZyb20gJy4vZGlhZ3JhbXMvY2FyZC1ub2RlL2NhcmQtbm9kZS1jb2x1bW4uY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vZGlhZ3JhbXMvY2FyZC1ub2RlL2NhcmQtbm9kZS1sYWJlbC5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9kaWFncmFtcy9jYXJkLW5vZGUvY2FyZC1ub2RlLXN1YnRpdGxlLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2RpYWdyYW1zL2NhcmQtbm9kZS9jYXJkLW5vZGUtdGl0bGUuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vZGlhZ3JhbXMvY2FyZC1ub2RlL2NhcmQtbm9kZS5jb21wb25lbnQnO1xuXG5leHBvcnQgKiBmcm9tICcuL2RpYWdyYW1zL2VkZ2UvZWRnZS5tb2R1bGUnO1xuZXhwb3J0ICogZnJvbSAnLi9kaWFncmFtcy9lZGdlL2VkZ2UuY29tcG9uZW50JztcblxuZXhwb3J0ICogZnJvbSAnLi9kaWFncmFtcy9tYXJrZXIvbWFya2VyLm1vZHVsZSc7XG5leHBvcnQgKiBmcm9tICcuL2RpYWdyYW1zL21hcmtlci9tYXJrZXIuY29tcG9uZW50JztcblxuZXhwb3J0ICogZnJvbSAnLi9kaWFncmFtcy9zaGFwZS1ub2RlL3NoYXBlLW5vZGUubW9kdWxlJztcbmV4cG9ydCAqIGZyb20gJy4vZGlhZ3JhbXMvc2hhcGUtbm9kZS9zaGFwZS1ub2RlLmNvbXBvbmVudCc7XG4iXX0=
41
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290Ijoibmc6Ly9AY2FyYm9uL2NoYXJ0cy1hbmd1bGFyLyIsInNvdXJjZXMiOlsiaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7QUFBQSw2QkFBYyxpQkFBaUIsQ0FBQztBQUVoQywwQkFBYyx3QkFBd0IsQ0FBQztBQUN2QyxtQ0FBYyx3QkFBd0IsQ0FBQztBQUN2QywwQ0FBYyxnQ0FBZ0MsQ0FBQztBQUMvQyx3Q0FBYyw4QkFBOEIsQ0FBQztBQUM3Qyx5Q0FBYywrQkFBK0IsQ0FBQztBQUM5Qyx5Q0FBYywrQkFBK0IsQ0FBQztBQUM5QyxzQ0FBYywyQkFBMkIsQ0FBQztBQUMxQyxxQ0FBYywwQkFBMEIsQ0FBQztBQUN6QyxxQ0FBYywwQkFBMEIsQ0FBQztBQUN6QyxvQ0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxvQ0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxtQ0FBYyx3QkFBd0IsQ0FBQztBQUN2Qyx1Q0FBYyw0QkFBNEIsQ0FBQztBQUMzQyxrQ0FBYyx1QkFBdUIsQ0FBQztBQUN0QyxzQ0FBYywyQkFBMkIsQ0FBQztBQUMxQyxvQ0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxvQ0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxvQ0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxzQ0FBYywyQkFBMkIsQ0FBQztBQUMxQyx5Q0FBYywrQkFBK0IsQ0FBQztBQUM5Qyx3Q0FBYyw2QkFBNkIsQ0FBQzs7QUFHNUMsc0pBQWMsdUNBQXVDLENBQUM7QUFDdEQsZUFBYyxpREFBaUQsQ0FBQztBQUNoRSxlQUFjLGdEQUFnRCxDQUFDO0FBQy9ELGVBQWMsbURBQW1ELENBQUM7QUFDbEUsZUFBYyxnREFBZ0QsQ0FBQztBQUMvRCxlQUFjLDBDQUEwQyxDQUFDO0FBRXpELDBDQUFjLDZCQUE2QixDQUFDO0FBQzVDLGVBQWMsZ0NBQWdDLENBQUM7QUFFL0MsZ01BQWMsaUNBQWlDLENBQUM7QUFDaEQsZUFBYyxvQ0FBb0MsQ0FBQztBQUVuRCxvREFBYyx5Q0FBeUMsQ0FBQztBQUN4RCxlQUFjLDRDQUE0QyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9jaGFydHMubW9kdWxlJztcblxuZXhwb3J0ICogZnJvbSAnLi9iYXNlLWNoYXJ0LmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2FyZWEtY2hhcnQuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vYXJlYS1jaGFydC1zdGFja2VkLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2Jhci1jaGFydC1zaW1wbGUuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vYmFyLWNoYXJ0LWdyb3VwZWQuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vYmFyLWNoYXJ0LXN0YWNrZWQuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vYm94cGxvdC1jaGFydC5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9idWJibGUtY2hhcnQuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vYnVsbGV0LWNoYXJ0LmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2RvbnV0LWNoYXJ0LmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2dhdWdlLWNoYXJ0LmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2xpbmUtY2hhcnQuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vbG9sbGlwb3AtY2hhcnQuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vcGllLWNoYXJ0LmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL3NjYXR0ZXItY2hhcnQuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vbWV0ZXItY2hhcnQuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vcmFkYXItY2hhcnQuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vY29tYm8tY2hhcnQuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vdHJlZW1hcC1jaGFydC5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9jaXJjbGUtcGFjay1jaGFydC5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi93b3JkY2xvdWQtY2hhcnQuY29tcG9uZW50JztcblxuLy8gRGlhZ3JhbXNcbmV4cG9ydCAqIGZyb20gJy4vZGlhZ3JhbXMvY2FyZC1ub2RlL2NhcmQtbm9kZS5tb2R1bGUnO1xuZXhwb3J0ICogZnJvbSAnLi9kaWFncmFtcy9jYXJkLW5vZGUvY2FyZC1ub2RlLWNvbHVtbi5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9kaWFncmFtcy9jYXJkLW5vZGUvY2FyZC1ub2RlLWxhYmVsLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2RpYWdyYW1zL2NhcmQtbm9kZS9jYXJkLW5vZGUtc3VidGl0bGUuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vZGlhZ3JhbXMvY2FyZC1ub2RlL2NhcmQtbm9kZS10aXRsZS5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9kaWFncmFtcy9jYXJkLW5vZGUvY2FyZC1ub2RlLmNvbXBvbmVudCc7XG5cbmV4cG9ydCAqIGZyb20gJy4vZGlhZ3JhbXMvZWRnZS9lZGdlLm1vZHVsZSc7XG5leHBvcnQgKiBmcm9tICcuL2RpYWdyYW1zL2VkZ2UvZWRnZS5jb21wb25lbnQnO1xuXG5leHBvcnQgKiBmcm9tICcuL2RpYWdyYW1zL21hcmtlci9tYXJrZXIubW9kdWxlJztcbmV4cG9ydCAqIGZyb20gJy4vZGlhZ3JhbXMvbWFya2VyL21hcmtlci5jb21wb25lbnQnO1xuXG5leHBvcnQgKiBmcm9tICcuL2RpYWdyYW1zL3NoYXBlLW5vZGUvc2hhcGUtbm9kZS5tb2R1bGUnO1xuZXhwb3J0ICogZnJvbSAnLi9kaWFncmFtcy9zaGFwZS1ub2RlL3NoYXBlLW5vZGUuY29tcG9uZW50JztcbiJdfQ==
@@ -6,6 +6,5 @@
6
6
  /**
7
7
  * Generated bundle index. Do not edit.
8
8
  */
9
- export { ChartsModule, BaseChart, StackedAreaChartComponent, SimpleBarChartComponent, GroupedBarChartComponent, StackedBarChartComponent, BoxplotChartComponent, BubbleChartComponent, BulletChartComponent, DonutChartComponent, GaugeChartComponent, LineChartComponent, LollipopChartComponent, PieChartComponent, ScatterChartComponent, MeterChartComponent, RadarChartComponent, ComboChartComponent, TreemapChartComponent, CirclePackChartComponent, WordCloudChartComponent, CardNodeComponent, CardNodeColumnComponent, CardNodeLabelComponent, CardNodeSubtitleComponent, CardNodeTitleComponent, CardNodeModule, EdgeComponent, EdgeModule, MarkerComponent, MarkerArrowLeftComponent, MarkerArrowRightComponent, MarkerShapeNodeComponent, MarkerDiamondComponent, MarkerSquareComponent, MarkerTeeComponent, MarkerModule, ShapeNodeComponent, ShapeNodeModule } from './index';
10
- export { AreaChartComponent as ɵa } from './area-chart.component';
11
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FyYm9uLWNoYXJ0cy1hbmd1bGFyLmpzIiwic291cmNlUm9vdCI6Im5nOi8vQGNhcmJvbi9jaGFydHMtYW5ndWxhci8iLCJzb3VyY2VzIjpbImNhcmJvbi1jaGFydHMtYW5ndWxhci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7OztBQUlBLG8xQkFBYyxTQUFTLENBQUM7QUFFeEIsT0FBTyxFQUFDLGtCQUFrQixJQUFJLEVBQUUsRUFBQyxNQUFNLHdCQUF3QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcblxuZXhwb3J0IHtBcmVhQ2hhcnRDb21wb25lbnQgYXMgybVhfSBmcm9tICcuL2FyZWEtY2hhcnQuY29tcG9uZW50JzsiXX0=
9
+ export { ChartsModule, BaseChart, AreaChartComponent, StackedAreaChartComponent, SimpleBarChartComponent, GroupedBarChartComponent, StackedBarChartComponent, BoxplotChartComponent, BubbleChartComponent, BulletChartComponent, DonutChartComponent, GaugeChartComponent, LineChartComponent, LollipopChartComponent, PieChartComponent, ScatterChartComponent, MeterChartComponent, RadarChartComponent, ComboChartComponent, TreemapChartComponent, CirclePackChartComponent, WordCloudChartComponent, CardNodeComponent, CardNodeColumnComponent, CardNodeLabelComponent, CardNodeSubtitleComponent, CardNodeTitleComponent, CardNodeModule, EdgeComponent, EdgeModule, MarkerComponent, MarkerArrowLeftComponent, MarkerArrowRightComponent, MarkerShapeNodeComponent, MarkerDiamondComponent, MarkerSquareComponent, MarkerTeeComponent, MarkerModule, ShapeNodeComponent, ShapeNodeModule } from './index';
10
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FyYm9uLWNoYXJ0cy1hbmd1bGFyLmpzIiwic291cmNlUm9vdCI6Im5nOi8vQGNhcmJvbi9jaGFydHMtYW5ndWxhci8iLCJzb3VyY2VzIjpbImNhcmJvbi1jaGFydHMtYW5ndWxhci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7OztBQUlBLHcyQkFBYyxTQUFTLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vaW5kZXgnO1xuIl19
package/esm5/index.js CHANGED
@@ -5,6 +5,7 @@
5
5
  */
6
6
  export { ChartsModule } from './charts.module';
7
7
  export { BaseChart } from './base-chart.component';
8
+ export { AreaChartComponent } from './area-chart.component';
8
9
  export { StackedAreaChartComponent } from './area-chart-stacked.component';
9
10
  export { SimpleBarChartComponent } from './bar-chart-simple.component';
10
11
  export { GroupedBarChartComponent } from './bar-chart-grouped.component';
@@ -37,4 +38,4 @@ export { MarkerComponent, MarkerArrowLeftComponent, MarkerArrowRightComponent, M
37
38
  export {} from './diagrams/marker/marker.component';
38
39
  export { ShapeNodeComponent, ShapeNodeModule } from './diagrams/shape-node/shape-node.module';
39
40
  export {} from './diagrams/shape-node/shape-node.component';
40
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290Ijoibmc6Ly9AY2FyYm9uL2NoYXJ0cy1hbmd1bGFyLyIsInNvdXJjZXMiOlsiaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7QUFBQSw2QkFBYyxpQkFBaUIsQ0FBQztBQUVoQywwQkFBYyx3QkFBd0IsQ0FBQztBQUN2QywwQ0FBYyxnQ0FBZ0MsQ0FBQztBQUMvQyx3Q0FBYyw4QkFBOEIsQ0FBQztBQUM3Qyx5Q0FBYywrQkFBK0IsQ0FBQztBQUM5Qyx5Q0FBYywrQkFBK0IsQ0FBQztBQUM5QyxzQ0FBYywyQkFBMkIsQ0FBQztBQUMxQyxxQ0FBYywwQkFBMEIsQ0FBQztBQUN6QyxxQ0FBYywwQkFBMEIsQ0FBQztBQUN6QyxvQ0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxvQ0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxtQ0FBYyx3QkFBd0IsQ0FBQztBQUN2Qyx1Q0FBYyw0QkFBNEIsQ0FBQztBQUMzQyxrQ0FBYyx1QkFBdUIsQ0FBQztBQUN0QyxzQ0FBYywyQkFBMkIsQ0FBQztBQUMxQyxvQ0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxvQ0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxvQ0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxzQ0FBYywyQkFBMkIsQ0FBQztBQUMxQyx5Q0FBYywrQkFBK0IsQ0FBQztBQUM5Qyx3Q0FBYyw2QkFBNkIsQ0FBQzs7QUFHNUMsc0pBQWMsdUNBQXVDLENBQUM7QUFDdEQsZUFBYyxpREFBaUQsQ0FBQztBQUNoRSxlQUFjLGdEQUFnRCxDQUFDO0FBQy9ELGVBQWMsbURBQW1ELENBQUM7QUFDbEUsZUFBYyxnREFBZ0QsQ0FBQztBQUMvRCxlQUFjLDBDQUEwQyxDQUFDO0FBRXpELDBDQUFjLDZCQUE2QixDQUFDO0FBQzVDLGVBQWMsZ0NBQWdDLENBQUM7QUFFL0MsZ01BQWMsaUNBQWlDLENBQUM7QUFDaEQsZUFBYyxvQ0FBb0MsQ0FBQztBQUVuRCxvREFBYyx5Q0FBeUMsQ0FBQztBQUN4RCxlQUFjLDRDQUE0QyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9jaGFydHMubW9kdWxlJztcblxuZXhwb3J0ICogZnJvbSAnLi9iYXNlLWNoYXJ0LmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2FyZWEtY2hhcnQtc3RhY2tlZC5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9iYXItY2hhcnQtc2ltcGxlLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2Jhci1jaGFydC1ncm91cGVkLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2Jhci1jaGFydC1zdGFja2VkLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2JveHBsb3QtY2hhcnQuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vYnViYmxlLWNoYXJ0LmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2J1bGxldC1jaGFydC5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9kb251dC1jaGFydC5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9nYXVnZS1jaGFydC5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9saW5lLWNoYXJ0LmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2xvbGxpcG9wLWNoYXJ0LmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL3BpZS1jaGFydC5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9zY2F0dGVyLWNoYXJ0LmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL21ldGVyLWNoYXJ0LmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL3JhZGFyLWNoYXJ0LmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2NvbWJvLWNoYXJ0LmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL3RyZWVtYXAtY2hhcnQuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vY2lyY2xlLXBhY2stY2hhcnQuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vd29yZGNsb3VkLWNoYXJ0LmNvbXBvbmVudCc7XG5cbi8vIERpYWdyYW1zXG5leHBvcnQgKiBmcm9tICcuL2RpYWdyYW1zL2NhcmQtbm9kZS9jYXJkLW5vZGUubW9kdWxlJztcbmV4cG9ydCAqIGZyb20gJy4vZGlhZ3JhbXMvY2FyZC1ub2RlL2NhcmQtbm9kZS1jb2x1bW4uY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vZGlhZ3JhbXMvY2FyZC1ub2RlL2NhcmQtbm9kZS1sYWJlbC5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9kaWFncmFtcy9jYXJkLW5vZGUvY2FyZC1ub2RlLXN1YnRpdGxlLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2RpYWdyYW1zL2NhcmQtbm9kZS9jYXJkLW5vZGUtdGl0bGUuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vZGlhZ3JhbXMvY2FyZC1ub2RlL2NhcmQtbm9kZS5jb21wb25lbnQnO1xuXG5leHBvcnQgKiBmcm9tICcuL2RpYWdyYW1zL2VkZ2UvZWRnZS5tb2R1bGUnO1xuZXhwb3J0ICogZnJvbSAnLi9kaWFncmFtcy9lZGdlL2VkZ2UuY29tcG9uZW50JztcblxuZXhwb3J0ICogZnJvbSAnLi9kaWFncmFtcy9tYXJrZXIvbWFya2VyLm1vZHVsZSc7XG5leHBvcnQgKiBmcm9tICcuL2RpYWdyYW1zL21hcmtlci9tYXJrZXIuY29tcG9uZW50JztcblxuZXhwb3J0ICogZnJvbSAnLi9kaWFncmFtcy9zaGFwZS1ub2RlL3NoYXBlLW5vZGUubW9kdWxlJztcbmV4cG9ydCAqIGZyb20gJy4vZGlhZ3JhbXMvc2hhcGUtbm9kZS9zaGFwZS1ub2RlLmNvbXBvbmVudCc7XG4iXX0=
41
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290Ijoibmc6Ly9AY2FyYm9uL2NoYXJ0cy1hbmd1bGFyLyIsInNvdXJjZXMiOlsiaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7QUFBQSw2QkFBYyxpQkFBaUIsQ0FBQztBQUVoQywwQkFBYyx3QkFBd0IsQ0FBQztBQUN2QyxtQ0FBYyx3QkFBd0IsQ0FBQztBQUN2QywwQ0FBYyxnQ0FBZ0MsQ0FBQztBQUMvQyx3Q0FBYyw4QkFBOEIsQ0FBQztBQUM3Qyx5Q0FBYywrQkFBK0IsQ0FBQztBQUM5Qyx5Q0FBYywrQkFBK0IsQ0FBQztBQUM5QyxzQ0FBYywyQkFBMkIsQ0FBQztBQUMxQyxxQ0FBYywwQkFBMEIsQ0FBQztBQUN6QyxxQ0FBYywwQkFBMEIsQ0FBQztBQUN6QyxvQ0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxvQ0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxtQ0FBYyx3QkFBd0IsQ0FBQztBQUN2Qyx1Q0FBYyw0QkFBNEIsQ0FBQztBQUMzQyxrQ0FBYyx1QkFBdUIsQ0FBQztBQUN0QyxzQ0FBYywyQkFBMkIsQ0FBQztBQUMxQyxvQ0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxvQ0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxvQ0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxzQ0FBYywyQkFBMkIsQ0FBQztBQUMxQyx5Q0FBYywrQkFBK0IsQ0FBQztBQUM5Qyx3Q0FBYyw2QkFBNkIsQ0FBQzs7QUFHNUMsc0pBQWMsdUNBQXVDLENBQUM7QUFDdEQsZUFBYyxpREFBaUQsQ0FBQztBQUNoRSxlQUFjLGdEQUFnRCxDQUFDO0FBQy9ELGVBQWMsbURBQW1ELENBQUM7QUFDbEUsZUFBYyxnREFBZ0QsQ0FBQztBQUMvRCxlQUFjLDBDQUEwQyxDQUFDO0FBRXpELDBDQUFjLDZCQUE2QixDQUFDO0FBQzVDLGVBQWMsZ0NBQWdDLENBQUM7QUFFL0MsZ01BQWMsaUNBQWlDLENBQUM7QUFDaEQsZUFBYyxvQ0FBb0MsQ0FBQztBQUVuRCxvREFBYyx5Q0FBeUMsQ0FBQztBQUN4RCxlQUFjLDRDQUE0QyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9jaGFydHMubW9kdWxlJztcblxuZXhwb3J0ICogZnJvbSAnLi9iYXNlLWNoYXJ0LmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2FyZWEtY2hhcnQuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vYXJlYS1jaGFydC1zdGFja2VkLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2Jhci1jaGFydC1zaW1wbGUuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vYmFyLWNoYXJ0LWdyb3VwZWQuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vYmFyLWNoYXJ0LXN0YWNrZWQuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vYm94cGxvdC1jaGFydC5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9idWJibGUtY2hhcnQuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vYnVsbGV0LWNoYXJ0LmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2RvbnV0LWNoYXJ0LmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2dhdWdlLWNoYXJ0LmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2xpbmUtY2hhcnQuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vbG9sbGlwb3AtY2hhcnQuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vcGllLWNoYXJ0LmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL3NjYXR0ZXItY2hhcnQuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vbWV0ZXItY2hhcnQuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vcmFkYXItY2hhcnQuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vY29tYm8tY2hhcnQuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vdHJlZW1hcC1jaGFydC5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9jaXJjbGUtcGFjay1jaGFydC5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi93b3JkY2xvdWQtY2hhcnQuY29tcG9uZW50JztcblxuLy8gRGlhZ3JhbXNcbmV4cG9ydCAqIGZyb20gJy4vZGlhZ3JhbXMvY2FyZC1ub2RlL2NhcmQtbm9kZS5tb2R1bGUnO1xuZXhwb3J0ICogZnJvbSAnLi9kaWFncmFtcy9jYXJkLW5vZGUvY2FyZC1ub2RlLWNvbHVtbi5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9kaWFncmFtcy9jYXJkLW5vZGUvY2FyZC1ub2RlLWxhYmVsLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2RpYWdyYW1zL2NhcmQtbm9kZS9jYXJkLW5vZGUtc3VidGl0bGUuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vZGlhZ3JhbXMvY2FyZC1ub2RlL2NhcmQtbm9kZS10aXRsZS5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9kaWFncmFtcy9jYXJkLW5vZGUvY2FyZC1ub2RlLmNvbXBvbmVudCc7XG5cbmV4cG9ydCAqIGZyb20gJy4vZGlhZ3JhbXMvZWRnZS9lZGdlLm1vZHVsZSc7XG5leHBvcnQgKiBmcm9tICcuL2RpYWdyYW1zL2VkZ2UvZWRnZS5jb21wb25lbnQnO1xuXG5leHBvcnQgKiBmcm9tICcuL2RpYWdyYW1zL21hcmtlci9tYXJrZXIubW9kdWxlJztcbmV4cG9ydCAqIGZyb20gJy4vZGlhZ3JhbXMvbWFya2VyL21hcmtlci5jb21wb25lbnQnO1xuXG5leHBvcnQgKiBmcm9tICcuL2RpYWdyYW1zL3NoYXBlLW5vZGUvc2hhcGUtbm9kZS5tb2R1bGUnO1xuZXhwb3J0ICogZnJvbSAnLi9kaWFncmFtcy9zaGFwZS1ub2RlL3NoYXBlLW5vZGUuY29tcG9uZW50JztcbiJdfQ==
@@ -1521,5 +1521,5 @@ ShapeNodeModule.decorators = [
1521
1521
  * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1522
1522
  */
1523
1523
 
1524
- export { BaseChart, BoxplotChartComponent, BubbleChartComponent, BulletChartComponent, CardNodeColumnComponent, CardNodeComponent, CardNodeLabelComponent, CardNodeModule, CardNodeSubtitleComponent, CardNodeTitleComponent, ChartsModule, CirclePackChartComponent, ComboChartComponent, DonutChartComponent, EdgeComponent, EdgeModule, GaugeChartComponent, GroupedBarChartComponent, LineChartComponent, LollipopChartComponent, MarkerArrowLeftComponent, MarkerArrowRightComponent, MarkerComponent, MarkerDiamondComponent, MarkerModule, MarkerShapeNodeComponent, MarkerSquareComponent, MarkerTeeComponent, MeterChartComponent, PieChartComponent, RadarChartComponent, ScatterChartComponent, ShapeNodeComponent, ShapeNodeModule, SimpleBarChartComponent, StackedAreaChartComponent, StackedBarChartComponent, TreemapChartComponent, WordCloudChartComponent, AreaChartComponent as ɵa };
1524
+ export { AreaChartComponent, BaseChart, BoxplotChartComponent, BubbleChartComponent, BulletChartComponent, CardNodeColumnComponent, CardNodeComponent, CardNodeLabelComponent, CardNodeModule, CardNodeSubtitleComponent, CardNodeTitleComponent, ChartsModule, CirclePackChartComponent, ComboChartComponent, DonutChartComponent, EdgeComponent, EdgeModule, GaugeChartComponent, GroupedBarChartComponent, LineChartComponent, LollipopChartComponent, MarkerArrowLeftComponent, MarkerArrowRightComponent, MarkerComponent, MarkerDiamondComponent, MarkerModule, MarkerShapeNodeComponent, MarkerSquareComponent, MarkerTeeComponent, MeterChartComponent, PieChartComponent, RadarChartComponent, ScatterChartComponent, ShapeNodeComponent, ShapeNodeModule, SimpleBarChartComponent, StackedAreaChartComponent, StackedBarChartComponent, TreemapChartComponent, WordCloudChartComponent };
1525
1525
  //# sourceMappingURL=carbon-charts-angular.js.map
@@ -1685,5 +1685,5 @@ var ShapeNodeModule = /** @class */ (function () {
1685
1685
  * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1686
1686
  */
1687
1687
 
1688
- export { BaseChart, BoxplotChartComponent, BubbleChartComponent, BulletChartComponent, CardNodeColumnComponent, CardNodeComponent, CardNodeLabelComponent, CardNodeModule, CardNodeSubtitleComponent, CardNodeTitleComponent, ChartsModule, CirclePackChartComponent, ComboChartComponent, DonutChartComponent, EdgeComponent, EdgeModule, GaugeChartComponent, GroupedBarChartComponent, LineChartComponent, LollipopChartComponent, MarkerArrowLeftComponent, MarkerArrowRightComponent, MarkerComponent, MarkerDiamondComponent, MarkerModule, MarkerShapeNodeComponent, MarkerSquareComponent, MarkerTeeComponent, MeterChartComponent, PieChartComponent, RadarChartComponent, ScatterChartComponent, ShapeNodeComponent, ShapeNodeModule, SimpleBarChartComponent, StackedAreaChartComponent, StackedBarChartComponent, TreemapChartComponent, WordCloudChartComponent, AreaChartComponent as ɵa };
1688
+ export { AreaChartComponent, BaseChart, BoxplotChartComponent, BubbleChartComponent, BulletChartComponent, CardNodeColumnComponent, CardNodeComponent, CardNodeLabelComponent, CardNodeModule, CardNodeSubtitleComponent, CardNodeTitleComponent, ChartsModule, CirclePackChartComponent, ComboChartComponent, DonutChartComponent, EdgeComponent, EdgeModule, GaugeChartComponent, GroupedBarChartComponent, LineChartComponent, LollipopChartComponent, MarkerArrowLeftComponent, MarkerArrowRightComponent, MarkerComponent, MarkerDiamondComponent, MarkerModule, MarkerShapeNodeComponent, MarkerSquareComponent, MarkerTeeComponent, MeterChartComponent, PieChartComponent, RadarChartComponent, ScatterChartComponent, ShapeNodeComponent, ShapeNodeModule, SimpleBarChartComponent, StackedAreaChartComponent, StackedBarChartComponent, TreemapChartComponent, WordCloudChartComponent };
1689
1689
  //# sourceMappingURL=carbon-charts-angular.js.map
package/index.d.ts CHANGED
@@ -1,5 +1,6 @@
1
1
  export * from './charts.module';
2
2
  export * from './base-chart.component';
3
+ export * from './area-chart.component';
3
4
  export * from './area-chart-stacked.component';
4
5
  export * from './bar-chart-simple.component';
5
6
  export * from './bar-chart-grouped.component';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carbon/charts-angular",
3
- "version": "0.41.98-d3v5-latest-0.1",
3
+ "version": "0.41.103",
4
4
  "description": "Carbon charting components for Angular",
5
5
  "main": "bundles/carbon-charts-angular.umd.js",
6
6
  "repository": {
@@ -34,7 +34,7 @@
34
34
  "scss"
35
35
  ],
36
36
  "dependencies": {
37
- "@carbon/charts": "0.41.98-d3v5-latest-0.1",
37
+ "@carbon/charts": "^0.41.103",
38
38
  "@carbon/telemetry": "0.0.0-alpha.6",
39
39
  "tslib": "^1.9.0"
40
40
  },