@acimini/cm-d3-graphs
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -1,1 +0,1 @@ | ||
{"__symbolic":"module","version":4,"metadata":{"CmD3GraphsModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":11,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"HistogramChartComponent"},{"__symbolic":"reference","name":"PieChartComponent"},{"__symbolic":"reference","name":"LineChartComponent"},{"__symbolic":"reference","name":"RangeSliderChartComponent"},{"__symbolic":"reference","name":"TreeChartComponent"},{"__symbolic":"reference","name":"FlowChartComponent"},{"__symbolic":"reference","name":"BubbleChartComponent"}],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":22,"character":4}],"exports":[{"__symbolic":"reference","name":"HistogramChartComponent"},{"__symbolic":"reference","name":"PieChartComponent"},{"__symbolic":"reference","name":"LineChartComponent"},{"__symbolic":"reference","name":"RangeSliderChartComponent"},{"__symbolic":"reference","name":"TreeChartComponent"},{"__symbolic":"reference","name":"FlowChartComponent"},{"__symbolic":"reference","name":"BubbleChartComponent"}]}]}],"members":{}},"HistogramChartComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"ɵa"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":19,"character":1},"arguments":[{"selector":"cm-histogram-chart","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":23,"character":19},"member":"OnPush"},"template":"<div #histogramChart class=\"histogram-chart-container charts-common\">\n <!-- START CHART CONTAINER -->\n <div id=\"chart-container\"></div>\n <!-- END CHART CONTAINER -->\n <div *ngIf=\"!graphData || graphData.length === 0\" class=\"graph-no-results\">No data to show</div>\n</div>\n","styles":[".graph-no-results{position:absolute;top:0;width:100%;text-align:center;margin:auto;bottom:0;left:0;right:0;height:2.45rem;padding:.625rem 0;border-radius:.3125rem;background-color:#1980b65c;color:#1980b6;font-size:1.625rem}.charts-common{height:100%;width:100%;position:relative}.charts-common #chart-container{width:100%;height:100%}.histogram-chart-container ::ng-deep .grid path{stroke-width:0}.histogram-chart-container ::ng-deep .scrollContainer .mover{fill:#b0c4de;fill-opacity:.7}\n"]}]}],"members":{"histogramChart":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild","line":27,"character":3},"arguments":["histogramChart",{"static":true}]}]}],"graphData":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":29,"character":3}}]}],"graphConfigs":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":30,"character":3}}]}],"clickOnBar":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":32,"character":3}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"ɵc"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2","line":36,"character":77}]}],"ngOnInit":[{"__symbolic":"method"}],"initVariables":[{"__symbolic":"method"}],"ngOnChanges":[{"__symbolic":"method"}],"createBarsUtilFn":[{"__symbolic":"method"}],"computeBarsData":[{"__symbolic":"method"}],"createBars":[{"__symbolic":"method"}],"createScroll":[{"__symbolic":"method"}],"buildGraph":[{"__symbolic":"method"}],"createGraph":[{"__symbolic":"method"}],"onScroll":[{"__symbolic":"method"}],"reloadGraph":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}]}},"PieChartComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"ɵd"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":20,"character":1},"arguments":[{"selector":"cm-pie-chart","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":24,"character":19},"member":"OnPush"},"template":"<div #pieChart class=\"pie-chart-container charts-common\">\n <!-- START CHART CONTAINER -->\n <div id=\"chart-container\"></div>\n <!-- END CHART CONTAINER -->\n <div *ngIf=\"!graphData || graphData.length === 0\" class=\"graph-no-results\">No data to show</div>\n</div>\n","styles":[".graph-no-results{position:absolute;top:0;width:100%;text-align:center;margin:auto;bottom:0;left:0;right:0;height:2.45rem;padding:.625rem 0;border-radius:.3125rem;background-color:#1980b65c;color:#1980b6;font-size:1.625rem}.charts-common{height:100%;width:100%;position:relative}.charts-common #chart-container{width:100%;height:100%}\n"]}]}],"members":{"pieChart":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild","line":28,"character":3},"arguments":["pieChart",{"static":true}]}]}],"graphData":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":30,"character":3}}]}],"graphConfigs":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":31,"character":3}}]}],"clickOnSlice":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":33,"character":3}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"ɵc"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2","line":37,"character":77}]}],"ngOnInit":[{"__symbolic":"method"}],"initVariables":[{"__symbolic":"method"}],"ngOnChanges":[{"__symbolic":"method"}],"createLabel":[{"__symbolic":"method"}],"pathAnim":[{"__symbolic":"method"}],"arcTween":[{"__symbolic":"method"}],"createSlice":[{"__symbolic":"method"}],"arrangeDataByLevel":[{"__symbolic":"method"}],"buildGraph":[{"__symbolic":"method"}],"createGraph":[{"__symbolic":"method"}],"reloadGraph":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}]}},"LineChartComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"ɵa"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":20,"character":1},"arguments":[{"selector":"cm-line-chart","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":24,"character":19},"member":"OnPush"},"template":"<div #lineChart class=\"line-chart-container charts-common\">\n <!-- START CHART CONTAINER -->\n <div id=\"chart-container\"></div>\n <!-- END CHART CONTAINER -->\n <div *ngIf=\"!graphData || graphData.length === 0\" class=\"graph-no-results\">No data to show</div>\n</div>\n","styles":[".graph-no-results{position:absolute;top:0;width:100%;text-align:center;margin:auto;bottom:0;left:0;right:0;height:2.45rem;padding:.625rem 0;border-radius:.3125rem;background-color:#1980b65c;color:#1980b6;font-size:1.625rem}.charts-common{height:100%;width:100%;position:relative}.charts-common #chart-container{width:100%;height:100%}.line-chart-container ::ng-deep .grid path{stroke-width:0}.line-chart-container ::ng-deep .line{fill:none;stroke-width:3}.line-chart-container ::ng-deep .sub-line{fill:none;stroke-width:3}.line-chart-container ::ng-deep .dot{stroke:#fff}.line-chart-container ::ng-deep .scrollContainer .mover{fill:#b0c4de;fill-opacity:.7}\n"]}]}],"members":{"lineChart":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild","line":28,"character":3},"arguments":["lineChart",{"static":true}]}]}],"graphData":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":30,"character":3}}]}],"graphConfigs":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":31,"character":3}}]}],"clickOnDot":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":33,"character":3}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"ɵc"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2","line":35,"character":77}]}],"ngOnInit":[{"__symbolic":"method"}],"initVariables":[{"__symbolic":"method"}],"ngOnChanges":[{"__symbolic":"method"}],"createArea":[{"__symbolic":"method"}],"createLines":[{"__symbolic":"method"}],"createDots":[{"__symbolic":"method"}],"computeLinesData":[{"__symbolic":"method"}],"buildGraph":[{"__symbolic":"method"}],"createScroll":[{"__symbolic":"method"}],"createGraph":[{"__symbolic":"method"}],"onScroll":[{"__symbolic":"method"}],"reloadGraph":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}]}},"RangeSliderChartComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"ɵa"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":20,"character":1},"arguments":[{"selector":"cm-range-slider-chart","template":"<div #rangeSliderChart class=\"range-slider-chart-container charts-common\">\n <!-- START CHART CONTAINER -->\n <div id=\"chart-container\"></div>\n <!-- END CHART CONTAINER -->\n <div *ngIf=\"!graphData || graphData.length === 0\" class=\"graph-no-results\">No data to show</div>\n</div>\n","styles":[".graph-no-results{position:absolute;top:0;width:100%;text-align:center;margin:auto;bottom:0;left:0;right:0;height:2.45rem;padding:.625rem 0;border-radius:.3125rem;background-color:#1980b65c;color:#1980b6;font-size:1.625rem}.charts-common{height:100%;width:100%;position:relative}.charts-common #chart-container{width:100%;height:100%}\n"]}]}],"members":{"rangeSliderChart":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild","line":27,"character":3},"arguments":["rangeSliderChart",{"static":true}]}]}],"graphData":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":29,"character":3}}]}],"graphConfigs":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":30,"character":3}}]}],"rangeChanging":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":32,"character":3}}]}],"rangeChanged":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":33,"character":3}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"ɵc"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2","line":38,"character":77}]}],"ngOnInit":[{"__symbolic":"method"}],"initVariables":[{"__symbolic":"method"}],"ngOnChanges":[{"__symbolic":"method"}],"createTrack":[{"__symbolic":"method"}],"createSliderAxis":[{"__symbolic":"method"}],"createHandleSelection":[{"__symbolic":"method"}],"createHandleTooltip":[{"__symbolic":"method"}],"scalePointPosition":[{"__symbolic":"method"}],"updateHandleTooltip":[{"__symbolic":"method"}],"updateHandle":[{"__symbolic":"method"}],"dragged":[{"__symbolic":"method"}],"dragEnded":[{"__symbolic":"method"}],"moveHandleOnClick":[{"__symbolic":"method"}],"buildGraph":[{"__symbolic":"method"}],"createGraph":[{"__symbolic":"method"}],"reloadGraph":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}]}},"TreeChartComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"ɵe"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":19,"character":1},"arguments":[{"selector":"cm-tree-chart","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":23,"character":19},"member":"OnPush"},"template":"<div #treeChart class=\"tree-chart-container charts-common\">\n <!-- START CHART CONTAINER -->\n <div id=\"chart-container\"></div>\n <!-- END CHART CONTAINER -->\n <div *ngIf=\"!graphData || graphData.length === 0\" class=\"graph-no-results\">No data to show</div>\n</div>\n\n","styles":[".graph-no-results{position:absolute;top:0;width:100%;text-align:center;margin:auto;bottom:0;left:0;right:0;height:2.45rem;padding:.625rem 0;border-radius:.3125rem;background-color:#1980b65c;color:#1980b6;font-size:1.625rem}.charts-common{height:100%;width:100%;position:relative}.charts-common #chart-container{width:100%;height:100%}\n"]}]}],"members":{"treeChart":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild","line":27,"character":3},"arguments":["treeChart",{"static":true}]}]}],"graphData":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":29,"character":3}}]}],"graphConfigs":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":30,"character":3}}]}],"clickOnNode":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":32,"character":3}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"ɵc"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2","line":43,"character":77}]}],"ngOnInit":[{"__symbolic":"method"}],"initVariables":[{"__symbolic":"method"}],"ngOnChanges":[{"__symbolic":"method"}],"calcNodeMaxSize":[{"__symbolic":"method"}],"toggleNodeCollapsedStatus":[{"__symbolic":"method"}],"createTree":[{"__symbolic":"method"}],"computeNodePosition":[{"__symbolic":"method"}],"translateNodeToPosition":[{"__symbolic":"method"}],"onClickNode":[{"__symbolic":"method"}],"manageTreeNodes":[{"__symbolic":"method"}],"diagonal":[{"__symbolic":"method"}],"manageTreeLinks":[{"__symbolic":"method"}],"updateNodes":[{"__symbolic":"method"}],"updateLinks":[{"__symbolic":"method"}],"updateTree":[{"__symbolic":"method"}],"createGraph":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}]}},"FlowChartComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"ɵe"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":20,"character":1},"arguments":[{"selector":"cm-flow-chart","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":24,"character":19},"member":"OnPush"},"template":"<div #flowChart class=\"flow-chart-container charts-common\">\n <!-- START CHART CONTAINER -->\n <div id=\"chart-container\"></div>\n <!-- END CHART CONTAINER -->\n <div *ngIf=\"!nodes || nodes.length === 0 || !edges || edges.length === 0\" class=\"graph-no-results\">No data to show</div>\n</div>\n","styles":[".graph-no-results{position:absolute;top:0;width:100%;text-align:center;margin:auto;bottom:0;left:0;right:0;height:2.45rem;padding:.625rem 0;border-radius:.3125rem;background-color:#1980b65c;color:#1980b6;font-size:1.625rem}.charts-common{height:100%;width:100%;position:relative}.charts-common #chart-container{width:100%;height:100%}\n"]}]}],"members":{"flowChart":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild","line":28,"character":3},"arguments":["flowChart",{"static":true}]}]}],"nodes":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":30,"character":3}}]}],"edges":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":31,"character":3}}]}],"clusters":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":32,"character":3}}]}],"graphConfigs":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":33,"character":3}}]}],"clickOnNode":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":35,"character":3}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"ɵc"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2","line":48,"character":77}]}],"ngOnInit":[{"__symbolic":"method"}],"initVariables":[{"__symbolic":"method"}],"ngOnChanges":[{"__symbolic":"method"}],"fullSpaceClusterAdjustment":[{"__symbolic":"method"}],"createDagreGraph":[{"__symbolic":"method"}],"manageNodes":[{"__symbolic":"method"}],"diagonal":[{"__symbolic":"method"}],"manageLinks":[{"__symbolic":"method"}],"addClusters":[{"__symbolic":"method"}],"createFlowChart":[{"__symbolic":"method"}],"createGraph":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}]}},"BubbleChartComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"ɵb"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":19,"character":1},"arguments":[{"selector":"cm-bubble-chart","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":23,"character":19},"member":"OnPush"},"template":"<div #bubbleChart class=\"bubble-chart-container charts-common\">\r\n <!-- START CHART CONTAINER -->\r\n <div id=\"chart-container\"></div>\r\n <!-- END CHART CONTAINER -->\r\n <div *ngIf=\"!graphData || graphData.length === 0\" class=\"graph-no-results\">No data to show</div>\r\n</div>\r\n","styles":[".graph-no-results{position:absolute;top:0;width:100%;text-align:center;margin:auto;bottom:0;left:0;right:0;height:2.45rem;padding:.625rem 0;border-radius:.3125rem;background-color:#1980b65c;color:#1980b6;font-size:1.625rem}.charts-common{height:100%;width:100%;position:relative}.charts-common #chart-container{width:100%;height:100%}\n"]}]}],"members":{"bubbleChart":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild","line":27,"character":3},"arguments":["bubbleChart",{"static":true}]}]}],"graphData":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":29,"character":3}}]}],"graphConfigs":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":30,"character":3}}]}],"clickOnNode":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":32,"character":3}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"ɵc"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2","line":37,"character":77}]}],"ngOnInit":[{"__symbolic":"method"}],"initVariables":[{"__symbolic":"method"}],"ngOnChanges":[{"__symbolic":"method"}],"calcColorGradient":[{"__symbolic":"method"}],"toggleNodeCollapsedStatus":[{"__symbolic":"method"}],"onClickNode":[{"__symbolic":"method"}],"addNodes":[{"__symbolic":"method"}],"addLabels":[{"__symbolic":"method"}],"manageBubbleNodes":[{"__symbolic":"method"}],"updateNodes":[{"__symbolic":"method"}],"updateLabels":[{"__symbolic":"method"}],"zoomTo":[{"__symbolic":"method"}],"zoom":[{"__symbolic":"method"}],"createBubble":[{"__symbolic":"method"}],"createGraph":[{"__symbolic":"method"}],"reloadGraph":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}]}},"HistogramGraphConfigurationInterface":{"__symbolic":"interface"},"LineGraphConfigurationInterface":{"__symbolic":"interface"},"PieGraphConfigurationInterface":{"__symbolic":"interface"},"TreeGraphConfigurationInterface":{"__symbolic":"interface"},"FlowChartGraphConfigurationInterface":{"__symbolic":"interface"},"RangeSliderGraphConfigurationInterface":{"__symbolic":"interface"},"BubbleChartGraphConfigurationInterface":{"__symbolic":"interface"},"HistogramGraphDataInterface":{"__symbolic":"interface"},"FlowChartGraphDataInterface":{"__symbolic":"interface"},"BubbleChartGraphDataInterface":{"__symbolic":"interface"},"TreeGraphDataInterface":{"__symbolic":"interface"},"PieGraphDataInterface":{"__symbolic":"interface"},"LineGraphDataInterface":{"__symbolic":"interface"},"RangeSliderGraphDataInterface":{"__symbolic":"interface"},"ɵa":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"ɵb"},"members":{"calcGroupedSeries":[{"__symbolic":"method"}],"calcMinAndMaxData":[{"__symbolic":"method"}],"sortValues":[{"__symbolic":"method"}],"createAxesByOrientationAndRange":[{"__symbolic":"method"}],"createAxis":[{"__symbolic":"method"}],"manageAxisLabelOrientation":[{"__symbolic":"method"}],"manageAxisTicks":[{"__symbolic":"method"}],"createGrid":[{"__symbolic":"method"}],"addAxes":[{"__symbolic":"method"}],"createScrollContainer":[{"__symbolic":"method"}],"createScrollCursor":[{"__symbolic":"method"}],"createLegend":[{"__symbolic":"method"}]}},"ɵb":{"__symbolic":"class","members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"Renderer2","line":15,"character":42}]}],"reloadGraph":[{"__symbolic":"method"}],"calculateTranslateAndScale":[{"__symbolic":"method"}],"fitGraph":[{"__symbolic":"method"}],"initListeners":[{"__symbolic":"method"}],"removeListeners":[{"__symbolic":"method"}],"showTooltip":[{"__symbolic":"method"}],"hideTooltip":[{"__symbolic":"method"}],"addZoom":[{"__symbolic":"method"}],"initZoomToCurrentPosition":[{"__symbolic":"method"}],"wrapLongText":[{"__symbolic":"method"}],"calcVerticalLegendPosition":[{"__symbolic":"method"}],"calcHorizontalLegendPosition":[{"__symbolic":"method"}]}},"ɵc":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":17,"character":1},"arguments":[{"providedIn":"root"}]}],"members":{"__ctor__":[{"__symbolic":"constructor"}],"arrangeConfigurations":[{"__symbolic":"method"}],"arrangeData":[{"__symbolic":"method"}]},"statics":{"ɵprov":{}}},"ɵd":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"ɵb"},"members":{"manageLabelOverlap":[{"__symbolic":"method"}],"createLegend":[{"__symbolic":"method"}]}},"ɵe":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"ɵb"},"members":{"addNodes":[{"__symbolic":"method"}],"centerNodeText":[{"__symbolic":"method"}],"addLinks":[{"__symbolic":"method"}]}}},"origins":{"CmD3GraphsModule":"./lib/cm-d3-graphs.module","HistogramChartComponent":"./lib/components/histogram-chart/histogram-chart.component","PieChartComponent":"./lib/components/pie-chart/pie-chart.component","LineChartComponent":"./lib/components/line-chart/line-chart.component","RangeSliderChartComponent":"./lib/components/range-slider-chart/range-slider-chart.component","TreeChartComponent":"./lib/components/tree-chart/tree-chart.component","FlowChartComponent":"./lib/components/flow-chart/flow-chart.component","BubbleChartComponent":"./lib/components/bubble-chart/bubble-chart.component","HistogramGraphConfigurationInterface":"./lib/interfaces/graph-configuration.interface","LineGraphConfigurationInterface":"./lib/interfaces/graph-configuration.interface","PieGraphConfigurationInterface":"./lib/interfaces/graph-configuration.interface","TreeGraphConfigurationInterface":"./lib/interfaces/graph-configuration.interface","FlowChartGraphConfigurationInterface":"./lib/interfaces/graph-configuration.interface","RangeSliderGraphConfigurationInterface":"./lib/interfaces/graph-configuration.interface","BubbleChartGraphConfigurationInterface":"./lib/interfaces/graph-configuration.interface","HistogramGraphDataInterface":"./lib/interfaces/graph-data.interface","FlowChartGraphDataInterface":"./lib/interfaces/graph-data.interface","BubbleChartGraphDataInterface":"./lib/interfaces/graph-data.interface","TreeGraphDataInterface":"./lib/interfaces/graph-data.interface","PieGraphDataInterface":"./lib/interfaces/graph-data.interface","LineGraphDataInterface":"./lib/interfaces/graph-data.interface","RangeSliderGraphDataInterface":"./lib/interfaces/graph-data.interface","ɵa":"./lib/core/base-axes-charts","ɵb":"./lib/core/base-charts","ɵc":"./lib/services/d3-utility.service","ɵd":"./lib/core/base-pie-charts","ɵe":"./lib/core/base-nodes-chart"},"importAs":"@acimini/cm-d3-graphs"} | ||
{"__symbolic":"module","version":4,"metadata":{"CmD3GraphsModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":11,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"HistogramChartComponent"},{"__symbolic":"reference","name":"PieChartComponent"},{"__symbolic":"reference","name":"LineChartComponent"},{"__symbolic":"reference","name":"RangeSliderChartComponent"},{"__symbolic":"reference","name":"TreeChartComponent"},{"__symbolic":"reference","name":"FlowChartComponent"},{"__symbolic":"reference","name":"BubbleChartComponent"}],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":22,"character":4}],"exports":[{"__symbolic":"reference","name":"HistogramChartComponent"},{"__symbolic":"reference","name":"PieChartComponent"},{"__symbolic":"reference","name":"LineChartComponent"},{"__symbolic":"reference","name":"RangeSliderChartComponent"},{"__symbolic":"reference","name":"TreeChartComponent"},{"__symbolic":"reference","name":"FlowChartComponent"},{"__symbolic":"reference","name":"BubbleChartComponent"}]}]}],"members":{}},"HistogramChartComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"ɵa"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":19,"character":1},"arguments":[{"selector":"cm-histogram-chart","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":23,"character":19},"member":"OnPush"},"template":"<div #histogramChart class=\"histogram-chart-container charts-common\">\n <!-- START CHART CONTAINER -->\n <div id=\"chart-container\"></div>\n <!-- END CHART CONTAINER -->\n <div *ngIf=\"!graphData || graphData.length === 0\" class=\"graph-no-results\">No data to show</div>\n</div>\n","styles":[".graph-no-results{position:absolute;top:0;width:100%;text-align:center;margin:auto;bottom:0;left:0;right:0;height:2.45rem;padding:.625rem 0;border-radius:.3125rem;background-color:#1980b65c;color:#1980b6;font-size:1.625rem}.charts-common{height:100%;width:100%;position:relative}.charts-common #chart-container{width:100%;height:100%}.histogram-chart-container ::ng-deep .grid path{stroke-width:0}.histogram-chart-container ::ng-deep .scrollContainer .mover{fill:#b0c4de;fill-opacity:.7}\n"]}]}],"members":{"histogramChart":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild","line":27,"character":3},"arguments":["histogramChart",{"static":true}]}]}],"graphData":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":29,"character":3}}]}],"graphConfigs":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":30,"character":3}}]}],"clickOnBar":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":32,"character":3}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"ɵc"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2","line":36,"character":77}]}],"ngOnInit":[{"__symbolic":"method"}],"initVariables":[{"__symbolic":"method"}],"ngOnChanges":[{"__symbolic":"method"}],"createBarsUtilFn":[{"__symbolic":"method"}],"computeBarsData":[{"__symbolic":"method"}],"createBars":[{"__symbolic":"method"}],"createScroll":[{"__symbolic":"method"}],"buildGraph":[{"__symbolic":"method"}],"createGraph":[{"__symbolic":"method"}],"onScroll":[{"__symbolic":"method"}],"reloadGraph":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}]}},"PieChartComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"ɵd"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":20,"character":1},"arguments":[{"selector":"cm-pie-chart","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":24,"character":19},"member":"OnPush"},"template":"<div #pieChart class=\"pie-chart-container charts-common\">\n <!-- START CHART CONTAINER -->\n <div id=\"chart-container\"></div>\n <!-- END CHART CONTAINER -->\n <div *ngIf=\"!graphData || graphData.length === 0\" class=\"graph-no-results\">No data to show</div>\n</div>\n","styles":[".graph-no-results{position:absolute;top:0;width:100%;text-align:center;margin:auto;bottom:0;left:0;right:0;height:2.45rem;padding:.625rem 0;border-radius:.3125rem;background-color:#1980b65c;color:#1980b6;font-size:1.625rem}.charts-common{height:100%;width:100%;position:relative}.charts-common #chart-container{width:100%;height:100%}\n"]}]}],"members":{"pieChart":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild","line":28,"character":3},"arguments":["pieChart",{"static":true}]}]}],"graphData":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":30,"character":3}}]}],"graphConfigs":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":31,"character":3}}]}],"clickOnSlice":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":33,"character":3}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"ɵc"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2","line":37,"character":77}]}],"ngOnInit":[{"__symbolic":"method"}],"initVariables":[{"__symbolic":"method"}],"ngOnChanges":[{"__symbolic":"method"}],"createLabel":[{"__symbolic":"method"}],"pathAnim":[{"__symbolic":"method"}],"arcTween":[{"__symbolic":"method"}],"createSlice":[{"__symbolic":"method"}],"arrangeDataByLevel":[{"__symbolic":"method"}],"buildGraph":[{"__symbolic":"method"}],"createGraph":[{"__symbolic":"method"}],"reloadGraph":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}]}},"LineChartComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"ɵa"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":20,"character":1},"arguments":[{"selector":"cm-line-chart","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":24,"character":19},"member":"OnPush"},"template":"<div #lineChart class=\"line-chart-container charts-common\">\n <!-- START CHART CONTAINER -->\n <div id=\"chart-container\"></div>\n <!-- END CHART CONTAINER -->\n <div *ngIf=\"!graphData || graphData.length === 0\" class=\"graph-no-results\">No data to show</div>\n</div>\n","styles":[".graph-no-results{position:absolute;top:0;width:100%;text-align:center;margin:auto;bottom:0;left:0;right:0;height:2.45rem;padding:.625rem 0;border-radius:.3125rem;background-color:#1980b65c;color:#1980b6;font-size:1.625rem}.charts-common{height:100%;width:100%;position:relative}.charts-common #chart-container{width:100%;height:100%}.line-chart-container ::ng-deep .grid path{stroke-width:0}.line-chart-container ::ng-deep .line{fill:none;stroke-width:3}.line-chart-container ::ng-deep .sub-line{fill:none;stroke-width:3}.line-chart-container ::ng-deep .dot{stroke:#fff}.line-chart-container ::ng-deep .scrollContainer .mover{fill:#b0c4de;fill-opacity:.7}\n"]}]}],"members":{"lineChart":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild","line":28,"character":3},"arguments":["lineChart",{"static":true}]}]}],"graphData":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":30,"character":3}}]}],"graphConfigs":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":31,"character":3}}]}],"clickOnDot":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":33,"character":3}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"ɵc"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2","line":35,"character":77}]}],"ngOnInit":[{"__symbolic":"method"}],"initVariables":[{"__symbolic":"method"}],"ngOnChanges":[{"__symbolic":"method"}],"createArea":[{"__symbolic":"method"}],"createLines":[{"__symbolic":"method"}],"createDots":[{"__symbolic":"method"}],"computeLinesData":[{"__symbolic":"method"}],"buildGraph":[{"__symbolic":"method"}],"createScroll":[{"__symbolic":"method"}],"createGraph":[{"__symbolic":"method"}],"onScroll":[{"__symbolic":"method"}],"reloadGraph":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}]}},"RangeSliderChartComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"ɵa"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":20,"character":1},"arguments":[{"selector":"cm-range-slider-chart","template":"<div #rangeSliderChart class=\"range-slider-chart-container charts-common\">\n <!-- START CHART CONTAINER -->\n <div id=\"chart-container\"></div>\n <!-- END CHART CONTAINER -->\n <div *ngIf=\"!graphData || graphData.length === 0\" class=\"graph-no-results\">No data to show</div>\n</div>\n","styles":[".graph-no-results{position:absolute;top:0;width:100%;text-align:center;margin:auto;bottom:0;left:0;right:0;height:2.45rem;padding:.625rem 0;border-radius:.3125rem;background-color:#1980b65c;color:#1980b6;font-size:1.625rem}.charts-common{height:100%;width:100%;position:relative}.charts-common #chart-container{width:100%;height:100%}\n"]}]}],"members":{"rangeSliderChart":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild","line":27,"character":3},"arguments":["rangeSliderChart",{"static":true}]}]}],"graphData":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":29,"character":3}}]}],"graphConfigs":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":30,"character":3}}]}],"rangeChanging":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":32,"character":3}}]}],"rangeChanged":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":33,"character":3}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"ɵc"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2","line":38,"character":77}]}],"ngOnInit":[{"__symbolic":"method"}],"initVariables":[{"__symbolic":"method"}],"ngOnChanges":[{"__symbolic":"method"}],"createTrack":[{"__symbolic":"method"}],"createSliderAxis":[{"__symbolic":"method"}],"createHandleSelection":[{"__symbolic":"method"}],"createHandleTooltip":[{"__symbolic":"method"}],"scalePointPosition":[{"__symbolic":"method"}],"updateHandleTooltip":[{"__symbolic":"method"}],"updateHandle":[{"__symbolic":"method"}],"dragged":[{"__symbolic":"method"}],"dragEnded":[{"__symbolic":"method"}],"moveHandleOnClick":[{"__symbolic":"method"}],"buildGraph":[{"__symbolic":"method"}],"createGraph":[{"__symbolic":"method"}],"reloadGraph":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}]}},"TreeChartComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"ɵe"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":19,"character":1},"arguments":[{"selector":"cm-tree-chart","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":23,"character":19},"member":"OnPush"},"template":"<div #treeChart class=\"tree-chart-container charts-common\">\n <!-- START CHART CONTAINER -->\n <div id=\"chart-container\"></div>\n <!-- END CHART CONTAINER -->\n <div *ngIf=\"!graphData || graphData.length === 0\" class=\"graph-no-results\">No data to show</div>\n</div>\n\n","styles":[".graph-no-results{position:absolute;top:0;width:100%;text-align:center;margin:auto;bottom:0;left:0;right:0;height:2.45rem;padding:.625rem 0;border-radius:.3125rem;background-color:#1980b65c;color:#1980b6;font-size:1.625rem}.charts-common{height:100%;width:100%;position:relative}.charts-common #chart-container{width:100%;height:100%}\n"]}]}],"members":{"treeChart":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild","line":27,"character":3},"arguments":["treeChart",{"static":true}]}]}],"graphData":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":29,"character":3}}]}],"graphConfigs":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":30,"character":3}}]}],"clickOnNode":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":32,"character":3}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"ɵc"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2","line":43,"character":77}]}],"ngOnInit":[{"__symbolic":"method"}],"initVariables":[{"__symbolic":"method"}],"ngOnChanges":[{"__symbolic":"method"}],"calcNodeMaxSize":[{"__symbolic":"method"}],"toggleNodeCollapsedStatus":[{"__symbolic":"method"}],"createTree":[{"__symbolic":"method"}],"computeNodePosition":[{"__symbolic":"method"}],"translateNodeToPosition":[{"__symbolic":"method"}],"onClickNode":[{"__symbolic":"method"}],"manageTreeNodes":[{"__symbolic":"method"}],"diagonal":[{"__symbolic":"method"}],"manageTreeLinks":[{"__symbolic":"method"}],"updateNodes":[{"__symbolic":"method"}],"updateLinks":[{"__symbolic":"method"}],"updateTree":[{"__symbolic":"method"}],"createGraph":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}]}},"FlowChartComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"ɵe"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":20,"character":1},"arguments":[{"selector":"cm-flow-chart","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":24,"character":19},"member":"OnPush"},"template":"<div #flowChart class=\"flow-chart-container charts-common\">\n <!-- START CHART CONTAINER -->\n <div id=\"chart-container\"></div>\n <!-- END CHART CONTAINER -->\n <div *ngIf=\"!nodes || nodes.length === 0\" class=\"graph-no-results\">No data to show</div>\n</div>\n","styles":[".graph-no-results{position:absolute;top:0;width:100%;text-align:center;margin:auto;bottom:0;left:0;right:0;height:2.45rem;padding:.625rem 0;border-radius:.3125rem;background-color:#1980b65c;color:#1980b6;font-size:1.625rem}.charts-common{height:100%;width:100%;position:relative}.charts-common #chart-container{width:100%;height:100%}\n"]}]}],"members":{"flowChart":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild","line":28,"character":3},"arguments":["flowChart",{"static":true}]}]}],"nodes":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":30,"character":3}}]}],"edges":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":31,"character":3}}]}],"clusters":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":32,"character":3}}]}],"graphConfigs":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":33,"character":3}}]}],"clickOnNode":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":35,"character":3}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"ɵc"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2","line":48,"character":77}]}],"ngOnInit":[{"__symbolic":"method"}],"initVariables":[{"__symbolic":"method"}],"ngOnChanges":[{"__symbolic":"method"}],"fullSpaceClusterAdjustment":[{"__symbolic":"method"}],"createDagreGraph":[{"__symbolic":"method"}],"manageNodes":[{"__symbolic":"method"}],"diagonal":[{"__symbolic":"method"}],"manageLinks":[{"__symbolic":"method"}],"addClusters":[{"__symbolic":"method"}],"createFlowChart":[{"__symbolic":"method"}],"createGraph":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}]}},"BubbleChartComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"ɵb"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":19,"character":1},"arguments":[{"selector":"cm-bubble-chart","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":23,"character":19},"member":"OnPush"},"template":"<div #bubbleChart class=\"bubble-chart-container charts-common\">\r\n <!-- START CHART CONTAINER -->\r\n <div id=\"chart-container\"></div>\r\n <!-- END CHART CONTAINER -->\r\n <div *ngIf=\"!graphData || graphData.length === 0\" class=\"graph-no-results\">No data to show</div>\r\n</div>\r\n","styles":[".graph-no-results{position:absolute;top:0;width:100%;text-align:center;margin:auto;bottom:0;left:0;right:0;height:2.45rem;padding:.625rem 0;border-radius:.3125rem;background-color:#1980b65c;color:#1980b6;font-size:1.625rem}.charts-common{height:100%;width:100%;position:relative}.charts-common #chart-container{width:100%;height:100%}\n"]}]}],"members":{"bubbleChart":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild","line":27,"character":3},"arguments":["bubbleChart",{"static":true}]}]}],"graphData":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":29,"character":3}}]}],"graphConfigs":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":30,"character":3}}]}],"clickOnNode":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":32,"character":3}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"ɵc"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2","line":37,"character":77}]}],"ngOnInit":[{"__symbolic":"method"}],"initVariables":[{"__symbolic":"method"}],"ngOnChanges":[{"__symbolic":"method"}],"calcColorGradient":[{"__symbolic":"method"}],"toggleNodeCollapsedStatus":[{"__symbolic":"method"}],"onClickNode":[{"__symbolic":"method"}],"addNodes":[{"__symbolic":"method"}],"addLabels":[{"__symbolic":"method"}],"manageBubbleNodes":[{"__symbolic":"method"}],"updateNodes":[{"__symbolic":"method"}],"updateLabels":[{"__symbolic":"method"}],"zoomTo":[{"__symbolic":"method"}],"zoom":[{"__symbolic":"method"}],"createBubble":[{"__symbolic":"method"}],"createGraph":[{"__symbolic":"method"}],"reloadGraph":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}]}},"HistogramGraphConfigurationInterface":{"__symbolic":"interface"},"LineGraphConfigurationInterface":{"__symbolic":"interface"},"PieGraphConfigurationInterface":{"__symbolic":"interface"},"TreeGraphConfigurationInterface":{"__symbolic":"interface"},"FlowChartGraphConfigurationInterface":{"__symbolic":"interface"},"RangeSliderGraphConfigurationInterface":{"__symbolic":"interface"},"BubbleChartGraphConfigurationInterface":{"__symbolic":"interface"},"HistogramGraphDataInterface":{"__symbolic":"interface"},"FlowChartGraphDataInterface":{"__symbolic":"interface"},"BubbleChartGraphDataInterface":{"__symbolic":"interface"},"TreeGraphDataInterface":{"__symbolic":"interface"},"PieGraphDataInterface":{"__symbolic":"interface"},"LineGraphDataInterface":{"__symbolic":"interface"},"RangeSliderGraphDataInterface":{"__symbolic":"interface"},"ɵa":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"ɵb"},"members":{"calcGroupedSeries":[{"__symbolic":"method"}],"calcMinAndMaxData":[{"__symbolic":"method"}],"sortValues":[{"__symbolic":"method"}],"createAxesByOrientationAndRange":[{"__symbolic":"method"}],"createAxis":[{"__symbolic":"method"}],"manageAxisLabelOrientation":[{"__symbolic":"method"}],"manageAxisTicks":[{"__symbolic":"method"}],"createGrid":[{"__symbolic":"method"}],"addAxes":[{"__symbolic":"method"}],"createScrollContainer":[{"__symbolic":"method"}],"createScrollCursor":[{"__symbolic":"method"}],"createLegend":[{"__symbolic":"method"}]}},"ɵb":{"__symbolic":"class","members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"Renderer2","line":15,"character":42}]}],"reloadGraph":[{"__symbolic":"method"}],"calculateTranslateAndScale":[{"__symbolic":"method"}],"fitGraph":[{"__symbolic":"method"}],"initListeners":[{"__symbolic":"method"}],"removeListeners":[{"__symbolic":"method"}],"showTooltip":[{"__symbolic":"method"}],"hideTooltip":[{"__symbolic":"method"}],"addZoom":[{"__symbolic":"method"}],"initZoomToCurrentPosition":[{"__symbolic":"method"}],"wrapLongText":[{"__symbolic":"method"}],"calcVerticalLegendPosition":[{"__symbolic":"method"}],"calcHorizontalLegendPosition":[{"__symbolic":"method"}]}},"ɵc":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":17,"character":1},"arguments":[{"providedIn":"root"}]}],"members":{"__ctor__":[{"__symbolic":"constructor"}],"arrangeConfigurations":[{"__symbolic":"method"}],"arrangeData":[{"__symbolic":"method"}]},"statics":{"ɵprov":{}}},"ɵd":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"ɵb"},"members":{"manageLabelOverlap":[{"__symbolic":"method"}],"createLegend":[{"__symbolic":"method"}]}},"ɵe":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"ɵb"},"members":{"addNodes":[{"__symbolic":"method"}],"centerNodeText":[{"__symbolic":"method"}],"addLinks":[{"__symbolic":"method"}]}}},"origins":{"CmD3GraphsModule":"./lib/cm-d3-graphs.module","HistogramChartComponent":"./lib/components/histogram-chart/histogram-chart.component","PieChartComponent":"./lib/components/pie-chart/pie-chart.component","LineChartComponent":"./lib/components/line-chart/line-chart.component","RangeSliderChartComponent":"./lib/components/range-slider-chart/range-slider-chart.component","TreeChartComponent":"./lib/components/tree-chart/tree-chart.component","FlowChartComponent":"./lib/components/flow-chart/flow-chart.component","BubbleChartComponent":"./lib/components/bubble-chart/bubble-chart.component","HistogramGraphConfigurationInterface":"./lib/interfaces/graph-configuration.interface","LineGraphConfigurationInterface":"./lib/interfaces/graph-configuration.interface","PieGraphConfigurationInterface":"./lib/interfaces/graph-configuration.interface","TreeGraphConfigurationInterface":"./lib/interfaces/graph-configuration.interface","FlowChartGraphConfigurationInterface":"./lib/interfaces/graph-configuration.interface","RangeSliderGraphConfigurationInterface":"./lib/interfaces/graph-configuration.interface","BubbleChartGraphConfigurationInterface":"./lib/interfaces/graph-configuration.interface","HistogramGraphDataInterface":"./lib/interfaces/graph-data.interface","FlowChartGraphDataInterface":"./lib/interfaces/graph-data.interface","BubbleChartGraphDataInterface":"./lib/interfaces/graph-data.interface","TreeGraphDataInterface":"./lib/interfaces/graph-data.interface","PieGraphDataInterface":"./lib/interfaces/graph-data.interface","LineGraphDataInterface":"./lib/interfaces/graph-data.interface","RangeSliderGraphDataInterface":"./lib/interfaces/graph-data.interface","ɵa":"./lib/core/base-axes-charts","ɵb":"./lib/core/base-charts","ɵc":"./lib/services/d3-utility.service","ɵd":"./lib/core/base-pie-charts","ɵe":"./lib/core/base-nodes-chart"},"importAs":"@acimini/cm-d3-graphs"} |
{ | ||
"name": "@acimini/cm-d3-graphs", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"author": "Andrea Cimini", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -47,1 +47,7 @@ # Release Notes | ||
| Tree chart link width | **20-09-2021** | IMPROVEMENT | Added link width option | ||
## [0.0.8] | ||
| Activity | Date | Type | Notes | | ||
| -------- | ---- | ---- | ---- | | ||
| Flow chart initialization error | **21-09-2021** | BUG FIX | Fix error when data is initially empty |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2818582
14397