Results 23 comments of Kr0san89

@henleywc you can easily do it on your own. by mapping all values to a color and input them into the binding ` ` ` colors = values.map(v => {...

Hi, until the PR (https://github.com/swimlane/ngx-graph/pull/463) is merged you can come around the issue, by adding a directive to the Component which overwrites the createGraph function. There you just use the...

Facing the same issue with different Versions "TypeError: tslib_1.__spreadArray is not a function" Version: 2.3.0 is okay but 2.3.1 gives the error

duplicate to https://github.com/swimlane/ngx-graph/issues/322 ?

@rcoletta get Component Access by using ViewChild https://angular.io/api/core/ViewChild and use the function `pan` https://github.com/swimlane/ngx-graph/blob/master/projects/swimlane/ngx-graph/src/lib/graph/graph.component.ts#L826

Not sure but on my side it looks like a combination of the @nx/node executor and the Webstorm "Nx Console" plugin (on windows). When i disable the plugin and run...

as nobobdy is responding anymore i created a package for ng17 here https://www.npmjs.com/package/@kr0san89/ngx-graph With the bad effect that when you use it you have to change your imports. sorry that...

created already a PR https://github.com/swimlane/ngx-graph/pull/532 in the main time in package.json ` "overrides": { "@swimlane/ngx-graph": { "@angular/animations": "~17.0.0", "@angular/cdk": "~17.0.0", "@angular/common": "~17.0.0", "@angular/core": "~17.0.0" } }`

duplicate to https://github.com/swimlane/ngx-graph/issues/487 check if the comments there help you :)

Did also see that issue, got it fixed with ` "d3-selection": "^1.2.0",` `npm i --legacy-peer-deps` as it might be the wrong dependency for d3-transition