@carbon/charts-angular 1.7.6 → 1.8.1
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 +13 -0
- package/README.md +11 -25
- package/bundles/carbon-charts-angular.umd.js +45 -0
- package/bundles/carbon-charts-angular.umd.js.map +1 -1
- package/bundles/carbon-charts-angular.umd.min.js +2 -2
- package/bundles/carbon-charts-angular.umd.min.js.map +1 -1
- package/carbon-charts-angular.d.ts +1 -0
- package/carbon-charts-angular.metadata.json +1 -1
- package/choropleth.component.d.ts +13 -0
- package/esm2015/carbon-charts-angular.js +2 -1
- package/esm2015/charts.module.js +4 -1
- package/esm2015/choropleth.component.js +33 -0
- package/esm5/carbon-charts-angular.js +2 -1
- package/esm5/charts.module.js +4 -1
- package/esm5/choropleth.component.js +47 -0
- package/fesm2015/carbon-charts-angular.js +34 -2
- package/fesm2015/carbon-charts-angular.js.map +1 -1
- package/fesm5/carbon-charts-angular.js +46 -2
- package/fesm5/carbon-charts-angular.js.map +1 -1
- package/package.json +5 -8
- package/LICENSE.md +0 -201
|
@@ -1 +1 @@
|
|
|
1
|
-
{"__symbolic":"module","version":4,"metadata":{"ChartsModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":29,"character":1},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":30,"character":11}],"declarations":[{"__symbolic":"reference","name":"BaseChart"},{"__symbolic":"reference","name":"AlluvialChartComponent"},{"__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":"HeatmapChartComponent"},{"__symbolic":"reference","name":"HistogramChartComponent"},{"__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":"TreeChartComponent"},{"__symbolic":"reference","name":"TreemapChartComponent"},{"__symbolic":"reference","name":"CirclePackChartComponent"},{"__symbolic":"reference","name":"WordCloudChartComponent"}],"exports":[{"__symbolic":"reference","name":"BaseChart"},{"__symbolic":"reference","name":"AlluvialChartComponent"},{"__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":"HeatmapChartComponent"},{"__symbolic":"reference","name":"HistogramChartComponent"},{"__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":"TreeChartComponent"},{"__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"}]}},"HistogramChartComponent":{"__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-histogram-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"}]}},"TreeChartComponent":{"__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-tree-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"}]}},"AlluvialChartComponent":{"__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-alluvial-chart","template":""}]}],"members":{"ngAfterViewInit":[{"__symbolic":"method"}]}},"HeatmapChartComponent":{"__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-heatmap-chart","template":""}]}],"members":{"ngAfterViewInit":[{"__symbolic":"method"}]}},"CardNodeComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":3,"character":1},"arguments":[{"selector":"ibm-diagram-card-node","template":"\n\t\t<ng-container [ngSwitch]=\"component\">\n\t\t\t<xhtml:div\n\t\t\t\t*ngSwitchCase=\"'div'\"\n\t\t\t\t[ngClass]=\"[\n\t\t\t\t\tnamespace,\n\t\t\t\t\tstacked ? namespace + '--stacked' : '',\n\t\t\t\t\tnamespace + '--' + component\n\t\t\t\t]\"\n\t\t\t\t[ngStyle]=\"{\n\t\t\t\t\t'border-color': color,\n\t\t\t\t\tposition: position\n\t\t\t\t}\"\n\t\t\t\t(mouseenter)=\"mouseEnter.emit($event)\"\n\t\t\t\t(mouseover)=\"mouseOver.emit($event)\"\n\t\t\t\t(mouseout)=\"mouseOut.emit($event)\"\n\t\t\t\t(mouseleave)=\"mouseLeave.emit($event)\"\n\t\t\t\t(mousemove)=\"mouseMove.emit($event)\"\n\t\t\t\ttabindex=\"0\"\n\t\t\t>\n\t\t\t\t<ng-container *ngTemplateOutlet=\"nodeTemplate\"></ng-container>\n\t\t\t</xhtml:div>\n\n\t\t\t<xhtml:button\n\t\t\t\t*ngSwitchCase=\"'button'\"\n\t\t\t\t[ngClass]=\"[\n\t\t\t\t\tnamespace,\n\t\t\t\t\tstacked ? namespace + '--stacked' : '',\n\t\t\t\t\tnamespace + '--' + component\n\t\t\t\t]\"\n\t\t\t\t[ngStyle]=\"{\n\t\t\t\t\t'border-color': color,\n\t\t\t\t\tposition: position\n\t\t\t\t}\"\n\t\t\t\t(click)=\"click.emit($event)\"\n\t\t\t\t(mouseenter)=\"mouseEnter.emit($event)\"\n\t\t\t\t(mouseover)=\"mouseOver.emit($event)\"\n\t\t\t\t(mouseout)=\"mouseOut.emit($event)\"\n\t\t\t\t(mouseleave)=\"mouseLeave.emit($event)\"\n\t\t\t\t(mousemove)=\"mouseMove.emit($event)\"\n\t\t\t\ttabindex=\"0\"\n\t\t\t>\n\t\t\t\t<ng-container *ngTemplateOutlet=\"nodeTemplate\"></ng-container>\n\t\t\t</xhtml:button>\n\n\t\t\t<xhtml:a\n\t\t\t\t*ngSwitchCase=\"'a'\"\n\t\t\t\t[ngClass]=\"[\n\t\t\t\t\tnamespace,\n\t\t\t\t\tstacked ? namespace + '--stacked' : '',\n\t\t\t\t\tnamespace + '--' + component\n\t\t\t\t]\"\n\t\t\t\t[attr.href]=\"href\"\n\t\t\t\t[ngStyle]=\"{ 'border-color': color, position: position }\"\n\t\t\t\t(mouseenter)=\"mouseEnter.emit($event)\"\n\t\t\t\t(mouseover)=\"mouseOver.emit($event)\"\n\t\t\t\t(mouseout)=\"mouseOut.emit($event)\"\n\t\t\t\t(mouseleave)=\"mouseLeave.emit($event)\"\n\t\t\t\t(mousemove)=\"mouseMove.emit($event)\"\n\t\t\t\ttabindex=\"0\"\n\t\t\t>\n\t\t\t\t<ng-container *ngTemplateOutlet=\"nodeTemplate\"></ng-container>\n\t\t\t</xhtml:a>\n\t\t</ng-container>\n\t\t<ng-template #nodeTemplate>\n\t\t\t<ng-content></ng-content>\n\t\t</ng-template>\n\t"}]}],"members":{"as":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":75,"character":2}}]}],"href":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":76,"character":2}}]}],"color":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":77,"character":2}}]}],"stacked":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":78,"character":2}}]}],"position":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":79,"character":2}}]}],"click":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":81,"character":2}}]}],"mouseEnter":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":82,"character":2}}]}],"mouseOver":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":83,"character":2}}]}],"mouseOut":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":84,"character":2}}]}],"mouseLeave":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":85,"character":2}}]}],"mouseMove":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":86,"character":2}}]}],"ngOnInit":[{"__symbolic":"method"}]}},"CardNodeColumnComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":3,"character":1},"arguments":[{"selector":"ibm-diagram-card-node-column","template":"\n\t\t<xhtml:div>\n\t\t\t<ng-content></ng-content>\n\t\t</xhtml:div>\n\t"}]}],"members":{"farsideColumn":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":12,"character":2}}]}],"class":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":14,"character":2},"arguments":["class"]}]}]}},"CardNodeLabelComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":3,"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":3,"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":3,"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":26,"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":31,"character":2}}]}],"color":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":32,"character":2}}]}],"id":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":33,"character":2}}]}],"orient":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":34,"character":2}}]}],"height":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":35,"character":2}}]}],"width":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":36,"character":2}}]}],"refX":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":37,"character":2}}]}],"refY":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":38,"character":2}}]}],"position":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":39,"character":2}}]}]}},"MarkerArrowLeftComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"MarkerComponent"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":56,"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":58,"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":60,"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":62,"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":64,"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":66,"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":11,"character":1},"arguments":[{"selector":"ibm-diagram-shape-node","template":"\n\t\t<ng-container [ngSwitch]=\"component\">\n\t\t\t<xhtml:div\n\t\t\t\t*ngSwitchCase=\"'div'\"\n\t\t\t\t[ngClass]=\"[\n\t\t\t\t\tnamespace,\n\t\t\t\t\tstacked ? namespace + '--stacked' : '',\n\t\t\t\t\tshape ? namespace + '--' + shape : '',\n\t\t\t\t\tnamespace + '--' + component\n\t\t\t\t]\"\n\t\t\t\t[ngStyle]=\"{\n\t\t\t\t\t'height.px': size,\n\t\t\t\t\t'width.px': size,\n\t\t\t\t\tposition: position\n\t\t\t\t}\"\n\t\t\t\t(mouseenter)=\"mouseEnter.emit($event)\"\n\t\t\t\t(mouseover)=\"mouseOver.emit($event)\"\n\t\t\t\t(mouseout)=\"mouseOut.emit($event)\"\n\t\t\t\t(mouseleave)=\"mouseLeave.emit($event)\"\n\t\t\t\t(mousemove)=\"mouseMove.emit($event)\"\n\t\t\t\ttabindex=\"0\"\n\t\t\t>\n\t\t\t\t<ng-container *ngTemplateOutlet=\"nodeTemplate\"></ng-container>\n\t\t\t</xhtml:div>\n\n\t\t\t<xhtml:button\n\t\t\t\t*ngSwitchCase=\"'button'\"\n\t\t\t\t[ngClass]=\"[\n\t\t\t\t\tnamespace,\n\t\t\t\t\tstacked ? namespace + '--stacked' : '',\n\t\t\t\t\tshape ? namespace + '--' + shape : '',\n\t\t\t\t\tnamespace + '--' + component\n\t\t\t\t]\"\n\t\t\t\t[ngStyle]=\"{\n\t\t\t\t\t'height.px': size,\n\t\t\t\t\t'width.px': size,\n\t\t\t\t\tposition: position\n\t\t\t\t}\"\n\t\t\t\t(click)=\"click.emit($event)\"\n\t\t\t\t(mouseenter)=\"mouseEnter.emit($event)\"\n\t\t\t\t(mouseover)=\"mouseOver.emit($event)\"\n\t\t\t\t(mouseout)=\"mouseOut.emit($event)\"\n\t\t\t\t(mouseleave)=\"mouseLeave.emit($event)\"\n\t\t\t\t(mousemove)=\"mouseMove.emit($event)\"\n\t\t\t\ttabindex=\"0\"\n\t\t\t>\n\t\t\t\t<ng-container *ngTemplateOutlet=\"nodeTemplate\"></ng-container>\n\t\t\t</xhtml:button>\n\n\t\t\t<xhtml:a\n\t\t\t\t*ngSwitchCase=\"'a'\"\n\t\t\t\t[ngClass]=\"[\n\t\t\t\t\tnamespace,\n\t\t\t\t\tstacked ? namespace + '--stacked' : '',\n\t\t\t\t\tshape ? namespace + '--' + shape : '',\n\t\t\t\t\tnamespace + '--' + component\n\t\t\t\t]\"\n\t\t\t\t[attr.href]=\"href\"\n\t\t\t\t[ngStyle]=\"{\n\t\t\t\t\t'height.px': size,\n\t\t\t\t\t'width.px': size,\n\t\t\t\t\tposition: position\n\t\t\t\t}\"\n\t\t\t\t(mouseenter)=\"mouseEnter.emit($event)\"\n\t\t\t\t(mouseover)=\"mouseOver.emit($event)\"\n\t\t\t\t(mouseout)=\"mouseOut.emit($event)\"\n\t\t\t\t(mouseleave)=\"mouseLeave.emit($event)\"\n\t\t\t\t(mousemove)=\"mouseMove.emit($event)\"\n\t\t\t\ttabindex=\"0\"\n\t\t\t>\n\t\t\t\t<ng-container *ngTemplateOutlet=\"nodeTemplate\"></ng-container>\n\t\t\t</xhtml:a>\n\t\t</ng-container>\n\n\t\t<ng-template #nodeTemplate>\n\t\t\t<div *ngIf=\"renderIcon\" attr.class=\"{{ namespace + '__icon' }}\">\n\t\t\t\t<ng-container *ngTemplateOutlet=\"renderIcon\"></ng-container>\n\t\t\t</div>\n\t\t\t<div\n\t\t\t\tattr.class=\"{{ namespace + '__body' }}\"\n\t\t\t\t[ngStyle]=\"{ position: bodyPosition }\"\n\t\t\t>\n\t\t\t\t<div attr.class=\"{{ namespace + '__title' }}\">{{ title }}</div>\n\t\t\t\t<div attr.class=\"{{ namespace + '__subtitle' }}\">\n\t\t\t\t\t{{ subtitle }}\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</ng-template>\n\t"}]}],"members":{"as":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":104,"character":2}}]}],"href":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":105,"character":2}}]}],"renderIcon":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":106,"character":2}}]}],"size":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":107,"character":2}}]}],"stacked":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":108,"character":2}}]}],"shape":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":109,"character":2}}]}],"subtitle":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":110,"character":2}}]}],"title":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":111,"character":2}}]}],"position":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":112,"character":2}}]}],"bodyPosition":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":113,"character":2}}]}],"click":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":115,"character":2}}]}],"mouseEnter":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":116,"character":2}}]}],"mouseOver":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":117,"character":2}}]}],"mouseOut":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":118,"character":2}}]}],"mouseLeave":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":119,"character":2}}]}],"mouseMove":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":120,"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","HistogramChartComponent":"./histogram-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","TreeChartComponent":"./tree-chart.component","TreemapChartComponent":"./treemap-chart.component","CirclePackChartComponent":"./circle-pack-chart.component","WordCloudChartComponent":"./wordcloud-chart.component","AlluvialChartComponent":"./alluvial-chart.component","HeatmapChartComponent":"./heatmap-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"}
|
|
1
|
+
{"__symbolic":"module","version":4,"metadata":{"ChartsModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":30,"character":1},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":31,"character":11}],"declarations":[{"__symbolic":"reference","name":"BaseChart"},{"__symbolic":"reference","name":"AlluvialChartComponent"},{"__symbolic":"reference","name":"AreaChartComponent"},{"__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":"HeatmapChartComponent"},{"__symbolic":"reference","name":"HistogramChartComponent"},{"__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":"TreeChartComponent"},{"__symbolic":"reference","name":"TreemapChartComponent"},{"__symbolic":"reference","name":"CirclePackChartComponent"},{"__symbolic":"reference","name":"WordCloudChartComponent"}],"exports":[{"__symbolic":"reference","name":"BaseChart"},{"__symbolic":"reference","name":"AlluvialChartComponent"},{"__symbolic":"reference","name":"AreaChartComponent"},{"__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":"HeatmapChartComponent"},{"__symbolic":"reference","name":"HistogramChartComponent"},{"__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":"TreeChartComponent"},{"__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"}]}},"HistogramChartComponent":{"__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-histogram-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"}]}},"TreeChartComponent":{"__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-tree-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"}]}},"AlluvialChartComponent":{"__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-alluvial-chart","template":""}]}],"members":{"ngAfterViewInit":[{"__symbolic":"method"}]}},"HeatmapChartComponent":{"__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-heatmap-chart","template":""}]}],"members":{"ngAfterViewInit":[{"__symbolic":"method"}]}},"CardNodeComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":3,"character":1},"arguments":[{"selector":"ibm-diagram-card-node","template":"\n\t\t<ng-container [ngSwitch]=\"component\">\n\t\t\t<xhtml:div\n\t\t\t\t*ngSwitchCase=\"'div'\"\n\t\t\t\t[ngClass]=\"[\n\t\t\t\t\tnamespace,\n\t\t\t\t\tstacked ? namespace + '--stacked' : '',\n\t\t\t\t\tnamespace + '--' + component\n\t\t\t\t]\"\n\t\t\t\t[ngStyle]=\"{\n\t\t\t\t\t'border-color': color,\n\t\t\t\t\tposition: position\n\t\t\t\t}\"\n\t\t\t\t(mouseenter)=\"mouseEnter.emit($event)\"\n\t\t\t\t(mouseover)=\"mouseOver.emit($event)\"\n\t\t\t\t(mouseout)=\"mouseOut.emit($event)\"\n\t\t\t\t(mouseleave)=\"mouseLeave.emit($event)\"\n\t\t\t\t(mousemove)=\"mouseMove.emit($event)\"\n\t\t\t\ttabindex=\"0\"\n\t\t\t>\n\t\t\t\t<ng-container *ngTemplateOutlet=\"nodeTemplate\"></ng-container>\n\t\t\t</xhtml:div>\n\n\t\t\t<xhtml:button\n\t\t\t\t*ngSwitchCase=\"'button'\"\n\t\t\t\t[ngClass]=\"[\n\t\t\t\t\tnamespace,\n\t\t\t\t\tstacked ? namespace + '--stacked' : '',\n\t\t\t\t\tnamespace + '--' + component\n\t\t\t\t]\"\n\t\t\t\t[ngStyle]=\"{\n\t\t\t\t\t'border-color': color,\n\t\t\t\t\tposition: position\n\t\t\t\t}\"\n\t\t\t\t(click)=\"click.emit($event)\"\n\t\t\t\t(mouseenter)=\"mouseEnter.emit($event)\"\n\t\t\t\t(mouseover)=\"mouseOver.emit($event)\"\n\t\t\t\t(mouseout)=\"mouseOut.emit($event)\"\n\t\t\t\t(mouseleave)=\"mouseLeave.emit($event)\"\n\t\t\t\t(mousemove)=\"mouseMove.emit($event)\"\n\t\t\t\ttabindex=\"0\"\n\t\t\t>\n\t\t\t\t<ng-container *ngTemplateOutlet=\"nodeTemplate\"></ng-container>\n\t\t\t</xhtml:button>\n\n\t\t\t<xhtml:a\n\t\t\t\t*ngSwitchCase=\"'a'\"\n\t\t\t\t[ngClass]=\"[\n\t\t\t\t\tnamespace,\n\t\t\t\t\tstacked ? namespace + '--stacked' : '',\n\t\t\t\t\tnamespace + '--' + component\n\t\t\t\t]\"\n\t\t\t\t[attr.href]=\"href\"\n\t\t\t\t[ngStyle]=\"{ 'border-color': color, position: position }\"\n\t\t\t\t(mouseenter)=\"mouseEnter.emit($event)\"\n\t\t\t\t(mouseover)=\"mouseOver.emit($event)\"\n\t\t\t\t(mouseout)=\"mouseOut.emit($event)\"\n\t\t\t\t(mouseleave)=\"mouseLeave.emit($event)\"\n\t\t\t\t(mousemove)=\"mouseMove.emit($event)\"\n\t\t\t\ttabindex=\"0\"\n\t\t\t>\n\t\t\t\t<ng-container *ngTemplateOutlet=\"nodeTemplate\"></ng-container>\n\t\t\t</xhtml:a>\n\t\t</ng-container>\n\t\t<ng-template #nodeTemplate>\n\t\t\t<ng-content></ng-content>\n\t\t</ng-template>\n\t"}]}],"members":{"as":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":75,"character":2}}]}],"href":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":76,"character":2}}]}],"color":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":77,"character":2}}]}],"stacked":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":78,"character":2}}]}],"position":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":79,"character":2}}]}],"click":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":81,"character":2}}]}],"mouseEnter":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":82,"character":2}}]}],"mouseOver":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":83,"character":2}}]}],"mouseOut":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":84,"character":2}}]}],"mouseLeave":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":85,"character":2}}]}],"mouseMove":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":86,"character":2}}]}],"ngOnInit":[{"__symbolic":"method"}]}},"CardNodeColumnComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":3,"character":1},"arguments":[{"selector":"ibm-diagram-card-node-column","template":"\n\t\t<xhtml:div>\n\t\t\t<ng-content></ng-content>\n\t\t</xhtml:div>\n\t"}]}],"members":{"farsideColumn":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":12,"character":2}}]}],"class":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":14,"character":2},"arguments":["class"]}]}]}},"CardNodeLabelComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":3,"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":3,"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":3,"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":26,"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":31,"character":2}}]}],"color":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":32,"character":2}}]}],"id":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":33,"character":2}}]}],"orient":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":34,"character":2}}]}],"height":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":35,"character":2}}]}],"width":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":36,"character":2}}]}],"refX":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":37,"character":2}}]}],"refY":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":38,"character":2}}]}],"position":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":39,"character":2}}]}]}},"MarkerArrowLeftComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"MarkerComponent"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":56,"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":58,"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":60,"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":62,"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":64,"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":66,"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":11,"character":1},"arguments":[{"selector":"ibm-diagram-shape-node","template":"\n\t\t<ng-container [ngSwitch]=\"component\">\n\t\t\t<xhtml:div\n\t\t\t\t*ngSwitchCase=\"'div'\"\n\t\t\t\t[ngClass]=\"[\n\t\t\t\t\tnamespace,\n\t\t\t\t\tstacked ? namespace + '--stacked' : '',\n\t\t\t\t\tshape ? namespace + '--' + shape : '',\n\t\t\t\t\tnamespace + '--' + component\n\t\t\t\t]\"\n\t\t\t\t[ngStyle]=\"{\n\t\t\t\t\t'height.px': size,\n\t\t\t\t\t'width.px': size,\n\t\t\t\t\tposition: position\n\t\t\t\t}\"\n\t\t\t\t(mouseenter)=\"mouseEnter.emit($event)\"\n\t\t\t\t(mouseover)=\"mouseOver.emit($event)\"\n\t\t\t\t(mouseout)=\"mouseOut.emit($event)\"\n\t\t\t\t(mouseleave)=\"mouseLeave.emit($event)\"\n\t\t\t\t(mousemove)=\"mouseMove.emit($event)\"\n\t\t\t\ttabindex=\"0\"\n\t\t\t>\n\t\t\t\t<ng-container *ngTemplateOutlet=\"nodeTemplate\"></ng-container>\n\t\t\t</xhtml:div>\n\n\t\t\t<xhtml:button\n\t\t\t\t*ngSwitchCase=\"'button'\"\n\t\t\t\t[ngClass]=\"[\n\t\t\t\t\tnamespace,\n\t\t\t\t\tstacked ? namespace + '--stacked' : '',\n\t\t\t\t\tshape ? namespace + '--' + shape : '',\n\t\t\t\t\tnamespace + '--' + component\n\t\t\t\t]\"\n\t\t\t\t[ngStyle]=\"{\n\t\t\t\t\t'height.px': size,\n\t\t\t\t\t'width.px': size,\n\t\t\t\t\tposition: position\n\t\t\t\t}\"\n\t\t\t\t(click)=\"click.emit($event)\"\n\t\t\t\t(mouseenter)=\"mouseEnter.emit($event)\"\n\t\t\t\t(mouseover)=\"mouseOver.emit($event)\"\n\t\t\t\t(mouseout)=\"mouseOut.emit($event)\"\n\t\t\t\t(mouseleave)=\"mouseLeave.emit($event)\"\n\t\t\t\t(mousemove)=\"mouseMove.emit($event)\"\n\t\t\t\ttabindex=\"0\"\n\t\t\t>\n\t\t\t\t<ng-container *ngTemplateOutlet=\"nodeTemplate\"></ng-container>\n\t\t\t</xhtml:button>\n\n\t\t\t<xhtml:a\n\t\t\t\t*ngSwitchCase=\"'a'\"\n\t\t\t\t[ngClass]=\"[\n\t\t\t\t\tnamespace,\n\t\t\t\t\tstacked ? namespace + '--stacked' : '',\n\t\t\t\t\tshape ? namespace + '--' + shape : '',\n\t\t\t\t\tnamespace + '--' + component\n\t\t\t\t]\"\n\t\t\t\t[attr.href]=\"href\"\n\t\t\t\t[ngStyle]=\"{\n\t\t\t\t\t'height.px': size,\n\t\t\t\t\t'width.px': size,\n\t\t\t\t\tposition: position\n\t\t\t\t}\"\n\t\t\t\t(mouseenter)=\"mouseEnter.emit($event)\"\n\t\t\t\t(mouseover)=\"mouseOver.emit($event)\"\n\t\t\t\t(mouseout)=\"mouseOut.emit($event)\"\n\t\t\t\t(mouseleave)=\"mouseLeave.emit($event)\"\n\t\t\t\t(mousemove)=\"mouseMove.emit($event)\"\n\t\t\t\ttabindex=\"0\"\n\t\t\t>\n\t\t\t\t<ng-container *ngTemplateOutlet=\"nodeTemplate\"></ng-container>\n\t\t\t</xhtml:a>\n\t\t</ng-container>\n\n\t\t<ng-template #nodeTemplate>\n\t\t\t<div *ngIf=\"renderIcon\" attr.class=\"{{ namespace + '__icon' }}\">\n\t\t\t\t<ng-container *ngTemplateOutlet=\"renderIcon\"></ng-container>\n\t\t\t</div>\n\t\t\t<div\n\t\t\t\tattr.class=\"{{ namespace + '__body' }}\"\n\t\t\t\t[ngStyle]=\"{ position: bodyPosition }\"\n\t\t\t>\n\t\t\t\t<div attr.class=\"{{ namespace + '__title' }}\">{{ title }}</div>\n\t\t\t\t<div attr.class=\"{{ namespace + '__subtitle' }}\">\n\t\t\t\t\t{{ subtitle }}\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</ng-template>\n\t"}]}],"members":{"as":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":104,"character":2}}]}],"href":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":105,"character":2}}]}],"renderIcon":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":106,"character":2}}]}],"size":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":107,"character":2}}]}],"stacked":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":108,"character":2}}]}],"shape":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":109,"character":2}}]}],"subtitle":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":110,"character":2}}]}],"title":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":111,"character":2}}]}],"position":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":112,"character":2}}]}],"bodyPosition":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":113,"character":2}}]}],"click":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":115,"character":2}}]}],"mouseEnter":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":116,"character":2}}]}],"mouseOver":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":117,"character":2}}]}],"mouseOut":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":118,"character":2}}]}],"mouseLeave":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":119,"character":2}}]}],"mouseMove":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":120,"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":"EXPERIMENTAL-ibm-choropleth-chart","template":""}]}],"members":{"ngAfterViewInit":[{"__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","HistogramChartComponent":"./histogram-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","TreeChartComponent":"./tree-chart.component","TreemapChartComponent":"./treemap-chart.component","CirclePackChartComponent":"./circle-pack-chart.component","WordCloudChartComponent":"./wordcloud-chart.component","AlluvialChartComponent":"./alluvial-chart.component","HeatmapChartComponent":"./heatmap-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":"./choropleth.component"},"importAs":"@carbon/charts-angular"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { AfterViewInit } from "@angular/core";
|
|
2
|
+
import { BaseChart } from "./base-chart.component";
|
|
3
|
+
/**
|
|
4
|
+
* Wrapper around `Choropleth` in carbon charts library
|
|
5
|
+
*
|
|
6
|
+
* Most functions just call their equivalent from the chart library.
|
|
7
|
+
*/
|
|
8
|
+
export declare class EXPERIMENTAL_ChoroplethChartComponent extends BaseChart implements AfterViewInit {
|
|
9
|
+
/**
|
|
10
|
+
* Runs after view init to create a chart, attach it to `elementRef` and draw it.
|
|
11
|
+
*/
|
|
12
|
+
ngAfterViewInit(): void;
|
|
13
|
+
}
|
|
@@ -7,4 +7,5 @@
|
|
|
7
7
|
* Generated bundle index. Do not edit.
|
|
8
8
|
*/
|
|
9
9
|
export { ChartsModule, BaseChart, AreaChartComponent, StackedAreaChartComponent, SimpleBarChartComponent, GroupedBarChartComponent, StackedBarChartComponent, BoxplotChartComponent, BubbleChartComponent, BulletChartComponent, DonutChartComponent, GaugeChartComponent, HistogramChartComponent, LineChartComponent, LollipopChartComponent, PieChartComponent, ScatterChartComponent, MeterChartComponent, RadarChartComponent, ComboChartComponent, TreeChartComponent, TreemapChartComponent, CirclePackChartComponent, WordCloudChartComponent, AlluvialChartComponent, HeatmapChartComponent, CardNodeComponent, CardNodeColumnComponent, CardNodeLabelComponent, CardNodeSubtitleComponent, CardNodeTitleComponent, CardNodeModule, EdgeComponent, EdgeModule, MarkerComponent, MarkerArrowLeftComponent, MarkerArrowRightComponent, MarkerShapeNodeComponent, MarkerDiamondComponent, MarkerSquareComponent, MarkerTeeComponent, MarkerModule, ShapeNodeComponent, ShapeNodeModule } from './index';
|
|
10
|
-
|
|
10
|
+
export { EXPERIMENTAL_ChoroplethChartComponent as ɵa } from './choropleth.component';
|
|
11
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FyYm9uLWNoYXJ0cy1hbmd1bGFyLmpzIiwic291cmNlUm9vdCI6Im5nOi8vQGNhcmJvbi9jaGFydHMtYW5ndWxhci8iLCJzb3VyY2VzIjpbImNhcmJvbi1jaGFydHMtYW5ndWxhci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7OztBQUlBLG84QkFBYyxTQUFTLENBQUM7QUFFeEIsT0FBTyxFQUFDLHFDQUFxQyxJQUFJLEVBQUUsRUFBQyxNQUFNLHdCQUF3QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcblxuZXhwb3J0IHtFWFBFUklNRU5UQUxfQ2hvcm9wbGV0aENoYXJ0Q29tcG9uZW50IGFzIMm1YX0gZnJvbSAnLi9jaG9yb3BsZXRoLmNvbXBvbmVudCc7Il19
|
package/esm2015/charts.module.js
CHANGED
|
@@ -30,6 +30,7 @@ import { TreemapChartComponent } from './treemap-chart.component';
|
|
|
30
30
|
import { CirclePackChartComponent } from './circle-pack-chart.component';
|
|
31
31
|
import { WordCloudChartComponent } from './wordcloud-chart.component';
|
|
32
32
|
import { HeatmapChartComponent } from './heatmap-chart.component';
|
|
33
|
+
import { EXPERIMENTAL_ChoroplethChartComponent } from './choropleth.component';
|
|
33
34
|
export class ChartsModule {
|
|
34
35
|
}
|
|
35
36
|
ChartsModule.decorators = [
|
|
@@ -39,6 +40,7 @@ ChartsModule.decorators = [
|
|
|
39
40
|
BaseChart,
|
|
40
41
|
AlluvialChartComponent,
|
|
41
42
|
AreaChartComponent,
|
|
43
|
+
EXPERIMENTAL_ChoroplethChartComponent,
|
|
42
44
|
StackedAreaChartComponent,
|
|
43
45
|
SimpleBarChartComponent,
|
|
44
46
|
GroupedBarChartComponent,
|
|
@@ -66,6 +68,7 @@ ChartsModule.decorators = [
|
|
|
66
68
|
BaseChart,
|
|
67
69
|
AlluvialChartComponent,
|
|
68
70
|
AreaChartComponent,
|
|
71
|
+
EXPERIMENTAL_ChoroplethChartComponent,
|
|
69
72
|
StackedAreaChartComponent,
|
|
70
73
|
SimpleBarChartComponent,
|
|
71
74
|
GroupedBarChartComponent,
|
|
@@ -91,4 +94,4 @@ ChartsModule.decorators = [
|
|
|
91
94
|
],
|
|
92
95
|
},] }
|
|
93
96
|
];
|
|
94
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
97
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hhcnRzLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiJuZzovL0BjYXJib24vY2hhcnRzLWFuZ3VsYXIvIiwic291cmNlcyI6WyJjaGFydHMubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7O0FBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFFL0MsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQ25ELE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLDRCQUE0QixDQUFDO0FBQ3BFLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQzVELE9BQU8sRUFBRSx5QkFBeUIsRUFBRSxNQUFNLGdDQUFnQyxDQUFDO0FBQzNFLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLDhCQUE4QixDQUFDO0FBQ3ZFLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLCtCQUErQixDQUFDO0FBQ3pFLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLCtCQUErQixDQUFDO0FBQ3pFLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBQ2xFLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBQ2hFLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBQ2hFLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBQzlELE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBQzlELE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLDZCQUE2QixDQUFDO0FBQ3RFLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQzVELE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLDRCQUE0QixDQUFDO0FBQ3BFLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLHVCQUF1QixDQUFDO0FBQzFELE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBQ2xFLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBQzlELE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBQzlELE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBQzlELE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQzVELE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBQ2xFLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLCtCQUErQixDQUFDO0FBQ3pFLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLDZCQUE2QixDQUFDO0FBQ3RFLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBQ2xFLE9BQU8sRUFBRSxxQ0FBcUMsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBNkQvRSxNQUFNLE9BQU8sWUFBWTs7O1lBM0R4QixRQUFRLFNBQUM7Z0JBQ1QsT0FBTyxFQUFFLENBQUMsWUFBWSxDQUFDO2dCQUN2QixZQUFZLEVBQUU7b0JBQ2IsU0FBUztvQkFDVCxzQkFBc0I7b0JBQ3RCLGtCQUFrQjtvQkFDbEIscUNBQXFDO29CQUNyQyx5QkFBeUI7b0JBQ3pCLHVCQUF1QjtvQkFDdkIsd0JBQXdCO29CQUN4Qix3QkFBd0I7b0JBQ3hCLHFCQUFxQjtvQkFDckIsb0JBQW9CO29CQUNwQixvQkFBb0I7b0JBQ3BCLG1CQUFtQjtvQkFDbkIsbUJBQW1CO29CQUNuQixxQkFBcUI7b0JBQ3JCLHVCQUF1QjtvQkFDdkIsa0JBQWtCO29CQUNsQixzQkFBc0I7b0JBQ3RCLGlCQUFpQjtvQkFDakIscUJBQXFCO29CQUNyQixtQkFBbUI7b0JBQ25CLG1CQUFtQjtvQkFDbkIsbUJBQW1CO29CQUNuQixrQkFBa0I7b0JBQ2xCLHFCQUFxQjtvQkFDckIsd0JBQXdCO29CQUN4Qix1QkFBdUI7aUJBQ3ZCO2dCQUNELE9BQU8sRUFBRTtvQkFDUixTQUFTO29CQUNULHNCQUFzQjtvQkFDdEIsa0JBQWtCO29CQUNsQixxQ0FBcUM7b0JBQ3JDLHlCQUF5QjtvQkFDekIsdUJBQXVCO29CQUN2Qix3QkFBd0I7b0JBQ3hCLHdCQUF3QjtvQkFDeEIscUJBQXFCO29CQUNyQixvQkFBb0I7b0JBQ3BCLG9CQUFvQjtvQkFDcEIsbUJBQW1CO29CQUNuQixtQkFBbUI7b0JBQ25CLHFCQUFxQjtvQkFDckIsdUJBQXVCO29CQUN2QixrQkFBa0I7b0JBQ2xCLHNCQUFzQjtvQkFDdEIsaUJBQWlCO29CQUNqQixxQkFBcUI7b0JBQ3JCLG1CQUFtQjtvQkFDbkIsbUJBQW1CO29CQUNuQixtQkFBbUI7b0JBQ25CLGtCQUFrQjtvQkFDbEIscUJBQXFCO29CQUNyQix3QkFBd0I7b0JBQ3hCLHVCQUF1QjtpQkFDdkI7YUFDRCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuXG5pbXBvcnQgeyBCYXNlQ2hhcnQgfSBmcm9tICcuL2Jhc2UtY2hhcnQuY29tcG9uZW50JztcbmltcG9ydCB7IEFsbHV2aWFsQ2hhcnRDb21wb25lbnQgfSBmcm9tICcuL2FsbHV2aWFsLWNoYXJ0LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBBcmVhQ2hhcnRDb21wb25lbnQgfSBmcm9tICcuL2FyZWEtY2hhcnQuY29tcG9uZW50JztcbmltcG9ydCB7IFN0YWNrZWRBcmVhQ2hhcnRDb21wb25lbnQgfSBmcm9tICcuL2FyZWEtY2hhcnQtc3RhY2tlZC5jb21wb25lbnQnO1xuaW1wb3J0IHsgU2ltcGxlQmFyQ2hhcnRDb21wb25lbnQgfSBmcm9tICcuL2Jhci1jaGFydC1zaW1wbGUuY29tcG9uZW50JztcbmltcG9ydCB7IEdyb3VwZWRCYXJDaGFydENvbXBvbmVudCB9IGZyb20gJy4vYmFyLWNoYXJ0LWdyb3VwZWQuY29tcG9uZW50JztcbmltcG9ydCB7IFN0YWNrZWRCYXJDaGFydENvbXBvbmVudCB9IGZyb20gJy4vYmFyLWNoYXJ0LXN0YWNrZWQuY29tcG9uZW50JztcbmltcG9ydCB7IEJveHBsb3RDaGFydENvbXBvbmVudCB9IGZyb20gJy4vYm94cGxvdC1jaGFydC5jb21wb25lbnQnO1xuaW1wb3J0IHsgQnViYmxlQ2hhcnRDb21wb25lbnQgfSBmcm9tICcuL2J1YmJsZS1jaGFydC5jb21wb25lbnQnO1xuaW1wb3J0IHsgQnVsbGV0Q2hhcnRDb21wb25lbnQgfSBmcm9tICcuL2J1bGxldC1jaGFydC5jb21wb25lbnQnO1xuaW1wb3J0IHsgRG9udXRDaGFydENvbXBvbmVudCB9IGZyb20gJy4vZG9udXQtY2hhcnQuY29tcG9uZW50JztcbmltcG9ydCB7IEdhdWdlQ2hhcnRDb21wb25lbnQgfSBmcm9tICcuL2dhdWdlLWNoYXJ0LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBIaXN0b2dyYW1DaGFydENvbXBvbmVudCB9IGZyb20gJy4vaGlzdG9ncmFtLWNoYXJ0LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBMaW5lQ2hhcnRDb21wb25lbnQgfSBmcm9tICcuL2xpbmUtY2hhcnQuY29tcG9uZW50JztcbmltcG9ydCB7IExvbGxpcG9wQ2hhcnRDb21wb25lbnQgfSBmcm9tICcuL2xvbGxpcG9wLWNoYXJ0LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBQaWVDaGFydENvbXBvbmVudCB9IGZyb20gJy4vcGllLWNoYXJ0LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBTY2F0dGVyQ2hhcnRDb21wb25lbnQgfSBmcm9tICcuL3NjYXR0ZXItY2hhcnQuY29tcG9uZW50JztcbmltcG9ydCB7IE1ldGVyQ2hhcnRDb21wb25lbnQgfSBmcm9tICcuL21ldGVyLWNoYXJ0LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBSYWRhckNoYXJ0Q29tcG9uZW50IH0gZnJvbSAnLi9yYWRhci1jaGFydC5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ29tYm9DaGFydENvbXBvbmVudCB9IGZyb20gJy4vY29tYm8tY2hhcnQuY29tcG9uZW50JztcbmltcG9ydCB7IFRyZWVDaGFydENvbXBvbmVudCB9IGZyb20gJy4vdHJlZS1jaGFydC5jb21wb25lbnQnO1xuaW1wb3J0IHsgVHJlZW1hcENoYXJ0Q29tcG9uZW50IH0gZnJvbSAnLi90cmVlbWFwLWNoYXJ0LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDaXJjbGVQYWNrQ2hhcnRDb21wb25lbnQgfSBmcm9tICcuL2NpcmNsZS1wYWNrLWNoYXJ0LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBXb3JkQ2xvdWRDaGFydENvbXBvbmVudCB9IGZyb20gJy4vd29yZGNsb3VkLWNoYXJ0LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBIZWF0bWFwQ2hhcnRDb21wb25lbnQgfSBmcm9tICcuL2hlYXRtYXAtY2hhcnQuY29tcG9uZW50JztcbmltcG9ydCB7IEVYUEVSSU1FTlRBTF9DaG9yb3BsZXRoQ2hhcnRDb21wb25lbnQgfSBmcm9tICcuL2Nob3JvcGxldGguY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcblx0aW1wb3J0czogW0NvbW1vbk1vZHVsZV0sXG5cdGRlY2xhcmF0aW9uczogW1xuXHRcdEJhc2VDaGFydCxcblx0XHRBbGx1dmlhbENoYXJ0Q29tcG9uZW50LFxuXHRcdEFyZWFDaGFydENvbXBvbmVudCxcblx0XHRFWFBFUklNRU5UQUxfQ2hvcm9wbGV0aENoYXJ0Q29tcG9uZW50LFxuXHRcdFN0YWNrZWRBcmVhQ2hhcnRDb21wb25lbnQsXG5cdFx0U2ltcGxlQmFyQ2hhcnRDb21wb25lbnQsXG5cdFx0R3JvdXBlZEJhckNoYXJ0Q29tcG9uZW50LFxuXHRcdFN0YWNrZWRCYXJDaGFydENvbXBvbmVudCxcblx0XHRCb3hwbG90Q2hhcnRDb21wb25lbnQsXG5cdFx0QnViYmxlQ2hhcnRDb21wb25lbnQsXG5cdFx0QnVsbGV0Q2hhcnRDb21wb25lbnQsXG5cdFx0RG9udXRDaGFydENvbXBvbmVudCxcblx0XHRHYXVnZUNoYXJ0Q29tcG9uZW50LFxuXHRcdEhlYXRtYXBDaGFydENvbXBvbmVudCxcblx0XHRIaXN0b2dyYW1DaGFydENvbXBvbmVudCxcblx0XHRMaW5lQ2hhcnRDb21wb25lbnQsXG5cdFx0TG9sbGlwb3BDaGFydENvbXBvbmVudCxcblx0XHRQaWVDaGFydENvbXBvbmVudCxcblx0XHRTY2F0dGVyQ2hhcnRDb21wb25lbnQsXG5cdFx0TWV0ZXJDaGFydENvbXBvbmVudCxcblx0XHRSYWRhckNoYXJ0Q29tcG9uZW50LFxuXHRcdENvbWJvQ2hhcnRDb21wb25lbnQsXG5cdFx0VHJlZUNoYXJ0Q29tcG9uZW50LFxuXHRcdFRyZWVtYXBDaGFydENvbXBvbmVudCxcblx0XHRDaXJjbGVQYWNrQ2hhcnRDb21wb25lbnQsXG5cdFx0V29yZENsb3VkQ2hhcnRDb21wb25lbnQsXG5cdF0sXG5cdGV4cG9ydHM6IFtcblx0XHRCYXNlQ2hhcnQsXG5cdFx0QWxsdXZpYWxDaGFydENvbXBvbmVudCxcblx0XHRBcmVhQ2hhcnRDb21wb25lbnQsXG5cdFx0RVhQRVJJTUVOVEFMX0Nob3JvcGxldGhDaGFydENvbXBvbmVudCxcblx0XHRTdGFja2VkQXJlYUNoYXJ0Q29tcG9uZW50LFxuXHRcdFNpbXBsZUJhckNoYXJ0Q29tcG9uZW50LFxuXHRcdEdyb3VwZWRCYXJDaGFydENvbXBvbmVudCxcblx0XHRTdGFja2VkQmFyQ2hhcnRDb21wb25lbnQsXG5cdFx0Qm94cGxvdENoYXJ0Q29tcG9uZW50LFxuXHRcdEJ1YmJsZUNoYXJ0Q29tcG9uZW50LFxuXHRcdEJ1bGxldENoYXJ0Q29tcG9uZW50LFxuXHRcdERvbnV0Q2hhcnRDb21wb25lbnQsXG5cdFx0R2F1Z2VDaGFydENvbXBvbmVudCxcblx0XHRIZWF0bWFwQ2hhcnRDb21wb25lbnQsXG5cdFx0SGlzdG9ncmFtQ2hhcnRDb21wb25lbnQsXG5cdFx0TGluZUNoYXJ0Q29tcG9uZW50LFxuXHRcdExvbGxpcG9wQ2hhcnRDb21wb25lbnQsXG5cdFx0UGllQ2hhcnRDb21wb25lbnQsXG5cdFx0U2NhdHRlckNoYXJ0Q29tcG9uZW50LFxuXHRcdE1ldGVyQ2hhcnRDb21wb25lbnQsXG5cdFx0UmFkYXJDaGFydENvbXBvbmVudCxcblx0XHRDb21ib0NoYXJ0Q29tcG9uZW50LFxuXHRcdFRyZWVDaGFydENvbXBvbmVudCxcblx0XHRUcmVlbWFwQ2hhcnRDb21wb25lbnQsXG5cdFx0Q2lyY2xlUGFja0NoYXJ0Q29tcG9uZW50LFxuXHRcdFdvcmRDbG91ZENoYXJ0Q29tcG9uZW50XG5cdF0sXG59KVxuZXhwb3J0IGNsYXNzIENoYXJ0c01vZHVsZSB7fVxuIl19
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @fileoverview added by tsickle
|
|
3
|
+
* Generated from: choropleth.component.ts
|
|
4
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5
|
+
*/
|
|
6
|
+
import { Component } from "@angular/core";
|
|
7
|
+
import { BaseChart } from "./base-chart.component";
|
|
8
|
+
import { EXPERIMENTAL_ChoroplethChart } from "@carbon/charts";
|
|
9
|
+
/**
|
|
10
|
+
* Wrapper around `Choropleth` in carbon charts library
|
|
11
|
+
*
|
|
12
|
+
* Most functions just call their equivalent from the chart library.
|
|
13
|
+
*/
|
|
14
|
+
export class EXPERIMENTAL_ChoroplethChartComponent extends BaseChart {
|
|
15
|
+
/**
|
|
16
|
+
* Runs after view init to create a chart, attach it to `elementRef` and draw it.
|
|
17
|
+
* @return {?}
|
|
18
|
+
*/
|
|
19
|
+
ngAfterViewInit() {
|
|
20
|
+
this.chart = new EXPERIMENTAL_ChoroplethChart(this.elementRef.nativeElement, {
|
|
21
|
+
data: this.data,
|
|
22
|
+
options: this.options
|
|
23
|
+
});
|
|
24
|
+
Object.assign(this, this.chart);
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
EXPERIMENTAL_ChoroplethChartComponent.decorators = [
|
|
28
|
+
{ type: Component, args: [{
|
|
29
|
+
selector: "EXPERIMENTAL-ibm-choropleth-chart",
|
|
30
|
+
template: ``
|
|
31
|
+
}] }
|
|
32
|
+
];
|
|
33
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hvcm9wbGV0aC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290Ijoibmc6Ly9AY2FyYm9uL2NoYXJ0cy1hbmd1bGFyLyIsInNvdXJjZXMiOlsiY2hvcm9wbGV0aC5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7QUFBQSxPQUFPLEVBQ04sU0FBUyxFQUVULE1BQU0sZUFBZSxDQUFDO0FBRXZCLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUVuRCxPQUFPLEVBQUUsNEJBQTRCLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQzs7Ozs7O0FBVzlELE1BQU0sT0FBTyxxQ0FBc0MsU0FBUSxTQUFTOzs7OztJQUluRSxlQUFlO1FBQ2QsSUFBSSxDQUFDLEtBQUssR0FBRyxJQUFJLDRCQUE0QixDQUM1QyxJQUFJLENBQUMsVUFBVSxDQUFDLGFBQWEsRUFDN0I7WUFDQyxJQUFJLEVBQUUsSUFBSSxDQUFDLElBQUk7WUFDZixPQUFPLEVBQUUsSUFBSSxDQUFDLE9BQU87U0FDckIsQ0FDRCxDQUFDO1FBRUYsTUFBTSxDQUFDLE1BQU0sQ0FBQyxJQUFJLEVBQUUsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQ2pDLENBQUM7OztZQWxCRCxTQUFTLFNBQUM7Z0JBQ1YsUUFBUSxFQUFFLG1DQUFtQztnQkFDN0MsUUFBUSxFQUFFLEVBQUU7YUFDWiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG5cdENvbXBvbmVudCxcblx0QWZ0ZXJWaWV3SW5pdFxufSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xuXG5pbXBvcnQgeyBCYXNlQ2hhcnQgfSBmcm9tIFwiLi9iYXNlLWNoYXJ0LmNvbXBvbmVudFwiO1xuXG5pbXBvcnQgeyBFWFBFUklNRU5UQUxfQ2hvcm9wbGV0aENoYXJ0IH0gZnJvbSBcIkBjYXJib24vY2hhcnRzXCI7XG5cbi8qKlxuICogV3JhcHBlciBhcm91bmQgYENob3JvcGxldGhgIGluIGNhcmJvbiBjaGFydHMgbGlicmFyeVxuICpcbiAqIE1vc3QgZnVuY3Rpb25zIGp1c3QgY2FsbCB0aGVpciBlcXVpdmFsZW50IGZyb20gdGhlIGNoYXJ0IGxpYnJhcnkuXG4gKi9cbkBDb21wb25lbnQoe1xuXHRzZWxlY3RvcjogXCJFWFBFUklNRU5UQUwtaWJtLWNob3JvcGxldGgtY2hhcnRcIixcblx0dGVtcGxhdGU6IGBgXG59KVxuZXhwb3J0IGNsYXNzIEVYUEVSSU1FTlRBTF9DaG9yb3BsZXRoQ2hhcnRDb21wb25lbnQgZXh0ZW5kcyBCYXNlQ2hhcnQgaW1wbGVtZW50cyBBZnRlclZpZXdJbml0IHtcblx0LyoqXG5cdCAqIFJ1bnMgYWZ0ZXIgdmlldyBpbml0IHRvIGNyZWF0ZSBhIGNoYXJ0LCBhdHRhY2ggaXQgdG8gYGVsZW1lbnRSZWZgIGFuZCBkcmF3IGl0LlxuXHQgKi9cblx0bmdBZnRlclZpZXdJbml0KCkge1xuXHRcdHRoaXMuY2hhcnQgPSBuZXcgRVhQRVJJTUVOVEFMX0Nob3JvcGxldGhDaGFydChcblx0XHRcdHRoaXMuZWxlbWVudFJlZi5uYXRpdmVFbGVtZW50LFxuXHRcdFx0e1xuXHRcdFx0XHRkYXRhOiB0aGlzLmRhdGEsXG5cdFx0XHRcdG9wdGlvbnM6IHRoaXMub3B0aW9uc1xuXHRcdFx0fVxuXHRcdCk7XG5cblx0XHRPYmplY3QuYXNzaWduKHRoaXMsIHRoaXMuY2hhcnQpO1xuXHR9XG59XG4iXX0=
|
|
@@ -7,4 +7,5 @@
|
|
|
7
7
|
* Generated bundle index. Do not edit.
|
|
8
8
|
*/
|
|
9
9
|
export { ChartsModule, BaseChart, AreaChartComponent, StackedAreaChartComponent, SimpleBarChartComponent, GroupedBarChartComponent, StackedBarChartComponent, BoxplotChartComponent, BubbleChartComponent, BulletChartComponent, DonutChartComponent, GaugeChartComponent, HistogramChartComponent, LineChartComponent, LollipopChartComponent, PieChartComponent, ScatterChartComponent, MeterChartComponent, RadarChartComponent, ComboChartComponent, TreeChartComponent, TreemapChartComponent, CirclePackChartComponent, WordCloudChartComponent, AlluvialChartComponent, HeatmapChartComponent, CardNodeComponent, CardNodeColumnComponent, CardNodeLabelComponent, CardNodeSubtitleComponent, CardNodeTitleComponent, CardNodeModule, EdgeComponent, EdgeModule, MarkerComponent, MarkerArrowLeftComponent, MarkerArrowRightComponent, MarkerShapeNodeComponent, MarkerDiamondComponent, MarkerSquareComponent, MarkerTeeComponent, MarkerModule, ShapeNodeComponent, ShapeNodeModule } from './index';
|
|
10
|
-
|
|
10
|
+
export { EXPERIMENTAL_ChoroplethChartComponent as ɵa } from './choropleth.component';
|
|
11
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FyYm9uLWNoYXJ0cy1hbmd1bGFyLmpzIiwic291cmNlUm9vdCI6Im5nOi8vQGNhcmJvbi9jaGFydHMtYW5ndWxhci8iLCJzb3VyY2VzIjpbImNhcmJvbi1jaGFydHMtYW5ndWxhci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7OztBQUlBLG84QkFBYyxTQUFTLENBQUM7QUFFeEIsT0FBTyxFQUFDLHFDQUFxQyxJQUFJLEVBQUUsRUFBQyxNQUFNLHdCQUF3QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcblxuZXhwb3J0IHtFWFBFUklNRU5UQUxfQ2hvcm9wbGV0aENoYXJ0Q29tcG9uZW50IGFzIMm1YX0gZnJvbSAnLi9jaG9yb3BsZXRoLmNvbXBvbmVudCc7Il19
|
package/esm5/charts.module.js
CHANGED
|
@@ -30,6 +30,7 @@ import { TreemapChartComponent } from './treemap-chart.component';
|
|
|
30
30
|
import { CirclePackChartComponent } from './circle-pack-chart.component';
|
|
31
31
|
import { WordCloudChartComponent } from './wordcloud-chart.component';
|
|
32
32
|
import { HeatmapChartComponent } from './heatmap-chart.component';
|
|
33
|
+
import { EXPERIMENTAL_ChoroplethChartComponent } from './choropleth.component';
|
|
33
34
|
var ChartsModule = /** @class */ (function () {
|
|
34
35
|
function ChartsModule() {
|
|
35
36
|
}
|
|
@@ -40,6 +41,7 @@ var ChartsModule = /** @class */ (function () {
|
|
|
40
41
|
BaseChart,
|
|
41
42
|
AlluvialChartComponent,
|
|
42
43
|
AreaChartComponent,
|
|
44
|
+
EXPERIMENTAL_ChoroplethChartComponent,
|
|
43
45
|
StackedAreaChartComponent,
|
|
44
46
|
SimpleBarChartComponent,
|
|
45
47
|
GroupedBarChartComponent,
|
|
@@ -67,6 +69,7 @@ var ChartsModule = /** @class */ (function () {
|
|
|
67
69
|
BaseChart,
|
|
68
70
|
AlluvialChartComponent,
|
|
69
71
|
AreaChartComponent,
|
|
72
|
+
EXPERIMENTAL_ChoroplethChartComponent,
|
|
70
73
|
StackedAreaChartComponent,
|
|
71
74
|
SimpleBarChartComponent,
|
|
72
75
|
GroupedBarChartComponent,
|
|
@@ -95,4 +98,4 @@ var ChartsModule = /** @class */ (function () {
|
|
|
95
98
|
return ChartsModule;
|
|
96
99
|
}());
|
|
97
100
|
export { ChartsModule };
|
|
98
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
101
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hhcnRzLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiJuZzovL0BjYXJib24vY2hhcnRzLWFuZ3VsYXIvIiwic291cmNlcyI6WyJjaGFydHMubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7O0FBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFFL0MsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQ25ELE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLDRCQUE0QixDQUFDO0FBQ3BFLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQzVELE9BQU8sRUFBRSx5QkFBeUIsRUFBRSxNQUFNLGdDQUFnQyxDQUFDO0FBQzNFLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLDhCQUE4QixDQUFDO0FBQ3ZFLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLCtCQUErQixDQUFDO0FBQ3pFLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLCtCQUErQixDQUFDO0FBQ3pFLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBQ2xFLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBQ2hFLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBQ2hFLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBQzlELE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBQzlELE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLDZCQUE2QixDQUFDO0FBQ3RFLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQzVELE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLDRCQUE0QixDQUFDO0FBQ3BFLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLHVCQUF1QixDQUFDO0FBQzFELE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBQ2xFLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBQzlELE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBQzlELE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBQzlELE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQzVELE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBQ2xFLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLCtCQUErQixDQUFDO0FBQ3pFLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLDZCQUE2QixDQUFDO0FBQ3RFLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBQ2xFLE9BQU8sRUFBRSxxQ0FBcUMsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBRS9FO0lBQUE7SUEyRDJCLENBQUM7O2dCQTNEM0IsUUFBUSxTQUFDO29CQUNULE9BQU8sRUFBRSxDQUFDLFlBQVksQ0FBQztvQkFDdkIsWUFBWSxFQUFFO3dCQUNiLFNBQVM7d0JBQ1Qsc0JBQXNCO3dCQUN0QixrQkFBa0I7d0JBQ2xCLHFDQUFxQzt3QkFDckMseUJBQXlCO3dCQUN6Qix1QkFBdUI7d0JBQ3ZCLHdCQUF3Qjt3QkFDeEIsd0JBQXdCO3dCQUN4QixxQkFBcUI7d0JBQ3JCLG9CQUFvQjt3QkFDcEIsb0JBQW9CO3dCQUNwQixtQkFBbUI7d0JBQ25CLG1CQUFtQjt3QkFDbkIscUJBQXFCO3dCQUNyQix1QkFBdUI7d0JBQ3ZCLGtCQUFrQjt3QkFDbEIsc0JBQXNCO3dCQUN0QixpQkFBaUI7d0JBQ2pCLHFCQUFxQjt3QkFDckIsbUJBQW1CO3dCQUNuQixtQkFBbUI7d0JBQ25CLG1CQUFtQjt3QkFDbkIsa0JBQWtCO3dCQUNsQixxQkFBcUI7d0JBQ3JCLHdCQUF3Qjt3QkFDeEIsdUJBQXVCO3FCQUN2QjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1IsU0FBUzt3QkFDVCxzQkFBc0I7d0JBQ3RCLGtCQUFrQjt3QkFDbEIscUNBQXFDO3dCQUNyQyx5QkFBeUI7d0JBQ3pCLHVCQUF1Qjt3QkFDdkIsd0JBQXdCO3dCQUN4Qix3QkFBd0I7d0JBQ3hCLHFCQUFxQjt3QkFDckIsb0JBQW9CO3dCQUNwQixvQkFBb0I7d0JBQ3BCLG1CQUFtQjt3QkFDbkIsbUJBQW1CO3dCQUNuQixxQkFBcUI7d0JBQ3JCLHVCQUF1Qjt3QkFDdkIsa0JBQWtCO3dCQUNsQixzQkFBc0I7d0JBQ3RCLGlCQUFpQjt3QkFDakIscUJBQXFCO3dCQUNyQixtQkFBbUI7d0JBQ25CLG1CQUFtQjt3QkFDbkIsbUJBQW1CO3dCQUNuQixrQkFBa0I7d0JBQ2xCLHFCQUFxQjt3QkFDckIsd0JBQXdCO3dCQUN4Qix1QkFBdUI7cUJBQ3ZCO2lCQUNEOztJQUMwQixtQkFBQztDQUFBLEFBM0Q1QixJQTJENEI7U0FBZixZQUFZIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5cbmltcG9ydCB7IEJhc2VDaGFydCB9IGZyb20gJy4vYmFzZS1jaGFydC5jb21wb25lbnQnO1xuaW1wb3J0IHsgQWxsdXZpYWxDaGFydENvbXBvbmVudCB9IGZyb20gJy4vYWxsdXZpYWwtY2hhcnQuY29tcG9uZW50JztcbmltcG9ydCB7IEFyZWFDaGFydENvbXBvbmVudCB9IGZyb20gJy4vYXJlYS1jaGFydC5jb21wb25lbnQnO1xuaW1wb3J0IHsgU3RhY2tlZEFyZWFDaGFydENvbXBvbmVudCB9IGZyb20gJy4vYXJlYS1jaGFydC1zdGFja2VkLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBTaW1wbGVCYXJDaGFydENvbXBvbmVudCB9IGZyb20gJy4vYmFyLWNoYXJ0LXNpbXBsZS5jb21wb25lbnQnO1xuaW1wb3J0IHsgR3JvdXBlZEJhckNoYXJ0Q29tcG9uZW50IH0gZnJvbSAnLi9iYXItY2hhcnQtZ3JvdXBlZC5jb21wb25lbnQnO1xuaW1wb3J0IHsgU3RhY2tlZEJhckNoYXJ0Q29tcG9uZW50IH0gZnJvbSAnLi9iYXItY2hhcnQtc3RhY2tlZC5jb21wb25lbnQnO1xuaW1wb3J0IHsgQm94cGxvdENoYXJ0Q29tcG9uZW50IH0gZnJvbSAnLi9ib3hwbG90LWNoYXJ0LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBCdWJibGVDaGFydENvbXBvbmVudCB9IGZyb20gJy4vYnViYmxlLWNoYXJ0LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBCdWxsZXRDaGFydENvbXBvbmVudCB9IGZyb20gJy4vYnVsbGV0LWNoYXJ0LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBEb251dENoYXJ0Q29tcG9uZW50IH0gZnJvbSAnLi9kb251dC1jaGFydC5jb21wb25lbnQnO1xuaW1wb3J0IHsgR2F1Z2VDaGFydENvbXBvbmVudCB9IGZyb20gJy4vZ2F1Z2UtY2hhcnQuY29tcG9uZW50JztcbmltcG9ydCB7IEhpc3RvZ3JhbUNoYXJ0Q29tcG9uZW50IH0gZnJvbSAnLi9oaXN0b2dyYW0tY2hhcnQuY29tcG9uZW50JztcbmltcG9ydCB7IExpbmVDaGFydENvbXBvbmVudCB9IGZyb20gJy4vbGluZS1jaGFydC5jb21wb25lbnQnO1xuaW1wb3J0IHsgTG9sbGlwb3BDaGFydENvbXBvbmVudCB9IGZyb20gJy4vbG9sbGlwb3AtY2hhcnQuY29tcG9uZW50JztcbmltcG9ydCB7IFBpZUNoYXJ0Q29tcG9uZW50IH0gZnJvbSAnLi9waWUtY2hhcnQuY29tcG9uZW50JztcbmltcG9ydCB7IFNjYXR0ZXJDaGFydENvbXBvbmVudCB9IGZyb20gJy4vc2NhdHRlci1jaGFydC5jb21wb25lbnQnO1xuaW1wb3J0IHsgTWV0ZXJDaGFydENvbXBvbmVudCB9IGZyb20gJy4vbWV0ZXItY2hhcnQuY29tcG9uZW50JztcbmltcG9ydCB7IFJhZGFyQ2hhcnRDb21wb25lbnQgfSBmcm9tICcuL3JhZGFyLWNoYXJ0LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDb21ib0NoYXJ0Q29tcG9uZW50IH0gZnJvbSAnLi9jb21iby1jaGFydC5jb21wb25lbnQnO1xuaW1wb3J0IHsgVHJlZUNoYXJ0Q29tcG9uZW50IH0gZnJvbSAnLi90cmVlLWNoYXJ0LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBUcmVlbWFwQ2hhcnRDb21wb25lbnQgfSBmcm9tICcuL3RyZWVtYXAtY2hhcnQuY29tcG9uZW50JztcbmltcG9ydCB7IENpcmNsZVBhY2tDaGFydENvbXBvbmVudCB9IGZyb20gJy4vY2lyY2xlLXBhY2stY2hhcnQuY29tcG9uZW50JztcbmltcG9ydCB7IFdvcmRDbG91ZENoYXJ0Q29tcG9uZW50IH0gZnJvbSAnLi93b3JkY2xvdWQtY2hhcnQuY29tcG9uZW50JztcbmltcG9ydCB7IEhlYXRtYXBDaGFydENvbXBvbmVudCB9IGZyb20gJy4vaGVhdG1hcC1jaGFydC5jb21wb25lbnQnO1xuaW1wb3J0IHsgRVhQRVJJTUVOVEFMX0Nob3JvcGxldGhDaGFydENvbXBvbmVudCB9IGZyb20gJy4vY2hvcm9wbGV0aC5jb21wb25lbnQnO1xuXG5ATmdNb2R1bGUoe1xuXHRpbXBvcnRzOiBbQ29tbW9uTW9kdWxlXSxcblx0ZGVjbGFyYXRpb25zOiBbXG5cdFx0QmFzZUNoYXJ0LFxuXHRcdEFsbHV2aWFsQ2hhcnRDb21wb25lbnQsXG5cdFx0QXJlYUNoYXJ0Q29tcG9uZW50LFxuXHRcdEVYUEVSSU1FTlRBTF9DaG9yb3BsZXRoQ2hhcnRDb21wb25lbnQsXG5cdFx0U3RhY2tlZEFyZWFDaGFydENvbXBvbmVudCxcblx0XHRTaW1wbGVCYXJDaGFydENvbXBvbmVudCxcblx0XHRHcm91cGVkQmFyQ2hhcnRDb21wb25lbnQsXG5cdFx0U3RhY2tlZEJhckNoYXJ0Q29tcG9uZW50LFxuXHRcdEJveHBsb3RDaGFydENvbXBvbmVudCxcblx0XHRCdWJibGVDaGFydENvbXBvbmVudCxcblx0XHRCdWxsZXRDaGFydENvbXBvbmVudCxcblx0XHREb251dENoYXJ0Q29tcG9uZW50LFxuXHRcdEdhdWdlQ2hhcnRDb21wb25lbnQsXG5cdFx0SGVhdG1hcENoYXJ0Q29tcG9uZW50LFxuXHRcdEhpc3RvZ3JhbUNoYXJ0Q29tcG9uZW50LFxuXHRcdExpbmVDaGFydENvbXBvbmVudCxcblx0XHRMb2xsaXBvcENoYXJ0Q29tcG9uZW50LFxuXHRcdFBpZUNoYXJ0Q29tcG9uZW50LFxuXHRcdFNjYXR0ZXJDaGFydENvbXBvbmVudCxcblx0XHRNZXRlckNoYXJ0Q29tcG9uZW50LFxuXHRcdFJhZGFyQ2hhcnRDb21wb25lbnQsXG5cdFx0Q29tYm9DaGFydENvbXBvbmVudCxcblx0XHRUcmVlQ2hhcnRDb21wb25lbnQsXG5cdFx0VHJlZW1hcENoYXJ0Q29tcG9uZW50LFxuXHRcdENpcmNsZVBhY2tDaGFydENvbXBvbmVudCxcblx0XHRXb3JkQ2xvdWRDaGFydENvbXBvbmVudCxcblx0XSxcblx0ZXhwb3J0czogW1xuXHRcdEJhc2VDaGFydCxcblx0XHRBbGx1dmlhbENoYXJ0Q29tcG9uZW50LFxuXHRcdEFyZWFDaGFydENvbXBvbmVudCxcblx0XHRFWFBFUklNRU5UQUxfQ2hvcm9wbGV0aENoYXJ0Q29tcG9uZW50LFxuXHRcdFN0YWNrZWRBcmVhQ2hhcnRDb21wb25lbnQsXG5cdFx0U2ltcGxlQmFyQ2hhcnRDb21wb25lbnQsXG5cdFx0R3JvdXBlZEJhckNoYXJ0Q29tcG9uZW50LFxuXHRcdFN0YWNrZWRCYXJDaGFydENvbXBvbmVudCxcblx0XHRCb3hwbG90Q2hhcnRDb21wb25lbnQsXG5cdFx0QnViYmxlQ2hhcnRDb21wb25lbnQsXG5cdFx0QnVsbGV0Q2hhcnRDb21wb25lbnQsXG5cdFx0RG9udXRDaGFydENvbXBvbmVudCxcblx0XHRHYXVnZUNoYXJ0Q29tcG9uZW50LFxuXHRcdEhlYXRtYXBDaGFydENvbXBvbmVudCxcblx0XHRIaXN0b2dyYW1DaGFydENvbXBvbmVudCxcblx0XHRMaW5lQ2hhcnRDb21wb25lbnQsXG5cdFx0TG9sbGlwb3BDaGFydENvbXBvbmVudCxcblx0XHRQaWVDaGFydENvbXBvbmVudCxcblx0XHRTY2F0dGVyQ2hhcnRDb21wb25lbnQsXG5cdFx0TWV0ZXJDaGFydENvbXBvbmVudCxcblx0XHRSYWRhckNoYXJ0Q29tcG9uZW50LFxuXHRcdENvbWJvQ2hhcnRDb21wb25lbnQsXG5cdFx0VHJlZUNoYXJ0Q29tcG9uZW50LFxuXHRcdFRyZWVtYXBDaGFydENvbXBvbmVudCxcblx0XHRDaXJjbGVQYWNrQ2hhcnRDb21wb25lbnQsXG5cdFx0V29yZENsb3VkQ2hhcnRDb21wb25lbnRcblx0XSxcbn0pXG5leHBvcnQgY2xhc3MgQ2hhcnRzTW9kdWxlIHt9XG4iXX0=
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @fileoverview added by tsickle
|
|
3
|
+
* Generated from: choropleth.component.ts
|
|
4
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5
|
+
*/
|
|
6
|
+
import * as tslib_1 from "tslib";
|
|
7
|
+
import { Component } from "@angular/core";
|
|
8
|
+
import { BaseChart } from "./base-chart.component";
|
|
9
|
+
import { EXPERIMENTAL_ChoroplethChart } from "@carbon/charts";
|
|
10
|
+
/**
|
|
11
|
+
* Wrapper around `Choropleth` in carbon charts library
|
|
12
|
+
*
|
|
13
|
+
* Most functions just call their equivalent from the chart library.
|
|
14
|
+
*/
|
|
15
|
+
var EXPERIMENTAL_ChoroplethChartComponent = /** @class */ (function (_super) {
|
|
16
|
+
tslib_1.__extends(EXPERIMENTAL_ChoroplethChartComponent, _super);
|
|
17
|
+
function EXPERIMENTAL_ChoroplethChartComponent() {
|
|
18
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Runs after view init to create a chart, attach it to `elementRef` and draw it.
|
|
22
|
+
*/
|
|
23
|
+
/**
|
|
24
|
+
* Runs after view init to create a chart, attach it to `elementRef` and draw it.
|
|
25
|
+
* @return {?}
|
|
26
|
+
*/
|
|
27
|
+
EXPERIMENTAL_ChoroplethChartComponent.prototype.ngAfterViewInit = /**
|
|
28
|
+
* Runs after view init to create a chart, attach it to `elementRef` and draw it.
|
|
29
|
+
* @return {?}
|
|
30
|
+
*/
|
|
31
|
+
function () {
|
|
32
|
+
this.chart = new EXPERIMENTAL_ChoroplethChart(this.elementRef.nativeElement, {
|
|
33
|
+
data: this.data,
|
|
34
|
+
options: this.options
|
|
35
|
+
});
|
|
36
|
+
Object.assign(this, this.chart);
|
|
37
|
+
};
|
|
38
|
+
EXPERIMENTAL_ChoroplethChartComponent.decorators = [
|
|
39
|
+
{ type: Component, args: [{
|
|
40
|
+
selector: "EXPERIMENTAL-ibm-choropleth-chart",
|
|
41
|
+
template: ""
|
|
42
|
+
}] }
|
|
43
|
+
];
|
|
44
|
+
return EXPERIMENTAL_ChoroplethChartComponent;
|
|
45
|
+
}(BaseChart));
|
|
46
|
+
export { EXPERIMENTAL_ChoroplethChartComponent };
|
|
47
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hvcm9wbGV0aC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290Ijoibmc6Ly9AY2FyYm9uL2NoYXJ0cy1hbmd1bGFyLyIsInNvdXJjZXMiOlsiY2hvcm9wbGV0aC5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7O0FBQUEsT0FBTyxFQUNOLFNBQVMsRUFFVCxNQUFNLGVBQWUsQ0FBQztBQUV2QixPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFFbkQsT0FBTyxFQUFFLDRCQUE0QixFQUFFLE1BQU0sZ0JBQWdCLENBQUM7Ozs7OztBQU85RDtJQUkyRCxpRUFBUztJQUpwRTs7SUFtQkEsQ0FBQztJQWRBOztPQUVHOzs7OztJQUNILCtEQUFlOzs7O0lBQWY7UUFDQyxJQUFJLENBQUMsS0FBSyxHQUFHLElBQUksNEJBQTRCLENBQzVDLElBQUksQ0FBQyxVQUFVLENBQUMsYUFBYSxFQUM3QjtZQUNDLElBQUksRUFBRSxJQUFJLENBQUMsSUFBSTtZQUNmLE9BQU8sRUFBRSxJQUFJLENBQUMsT0FBTztTQUNyQixDQUNELENBQUM7UUFFRixNQUFNLENBQUMsTUFBTSxDQUFDLElBQUksRUFBRSxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDakMsQ0FBQzs7Z0JBbEJELFNBQVMsU0FBQztvQkFDVixRQUFRLEVBQUUsbUNBQW1DO29CQUM3QyxRQUFRLEVBQUUsRUFBRTtpQkFDWjs7SUFnQkQsNENBQUM7Q0FBQSxBQW5CRCxDQUkyRCxTQUFTLEdBZW5FO1NBZlkscUNBQXFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcblx0Q29tcG9uZW50LFxuXHRBZnRlclZpZXdJbml0XG59IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XG5cbmltcG9ydCB7IEJhc2VDaGFydCB9IGZyb20gXCIuL2Jhc2UtY2hhcnQuY29tcG9uZW50XCI7XG5cbmltcG9ydCB7IEVYUEVSSU1FTlRBTF9DaG9yb3BsZXRoQ2hhcnQgfSBmcm9tIFwiQGNhcmJvbi9jaGFydHNcIjtcblxuLyoqXG4gKiBXcmFwcGVyIGFyb3VuZCBgQ2hvcm9wbGV0aGAgaW4gY2FyYm9uIGNoYXJ0cyBsaWJyYXJ5XG4gKlxuICogTW9zdCBmdW5jdGlvbnMganVzdCBjYWxsIHRoZWlyIGVxdWl2YWxlbnQgZnJvbSB0aGUgY2hhcnQgbGlicmFyeS5cbiAqL1xuQENvbXBvbmVudCh7XG5cdHNlbGVjdG9yOiBcIkVYUEVSSU1FTlRBTC1pYm0tY2hvcm9wbGV0aC1jaGFydFwiLFxuXHR0ZW1wbGF0ZTogYGBcbn0pXG5leHBvcnQgY2xhc3MgRVhQRVJJTUVOVEFMX0Nob3JvcGxldGhDaGFydENvbXBvbmVudCBleHRlbmRzIEJhc2VDaGFydCBpbXBsZW1lbnRzIEFmdGVyVmlld0luaXQge1xuXHQvKipcblx0ICogUnVucyBhZnRlciB2aWV3IGluaXQgdG8gY3JlYXRlIGEgY2hhcnQsIGF0dGFjaCBpdCB0byBgZWxlbWVudFJlZmAgYW5kIGRyYXcgaXQuXG5cdCAqL1xuXHRuZ0FmdGVyVmlld0luaXQoKSB7XG5cdFx0dGhpcy5jaGFydCA9IG5ldyBFWFBFUklNRU5UQUxfQ2hvcm9wbGV0aENoYXJ0KFxuXHRcdFx0dGhpcy5lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQsXG5cdFx0XHR7XG5cdFx0XHRcdGRhdGE6IHRoaXMuZGF0YSxcblx0XHRcdFx0b3B0aW9uczogdGhpcy5vcHRpb25zXG5cdFx0XHR9XG5cdFx0KTtcblxuXHRcdE9iamVjdC5hc3NpZ24odGhpcywgdGhpcy5jaGFydCk7XG5cdH1cbn1cbiJdfQ==
|