-

Results 32 issues of -

if `hideScrollbars` is true, then you can no longer scroll horizontally with a trackpad or wheel. If so, it's probably worth leaving a note in documentation As a side note,...

I receive the following error when trying to run `npm run build` from Create-React-App. Non-minified version works fine. ``` charts.css/dist/charts.min.css ParserError: Syntax Error at line: 1, column 25 ```

The `removeLink` method has the following passage in the documentation: ``` If you pass two arguments, the function assumes they represent from/to node ids ``` I assume this means something...

Are there known issues with M1 Macs? I tried building via Docker, both in the current `master` branch and in `6.6.1`. I am following the instructions exactly as written. Download...

When used with a multigraph, is there a way to see which specific link the path is using? For example, when returning multiple paths (https://github.com/anvaka/ngraph.path/issues/6#issue-367392470), in order to know which...

it seems inconsistent to be able to set the `className` of the base path, but not the animating path. Especially since ostensibly, they should be one element- so any class...

First of all, thanks for the great work on this library; its a life saver for my project. I'm wondering if you can clarify what `parseIncremental()` does? I have a...

Please correct me if I'm wrong, but wouldn't it be more performant if we can specify an initial array capacity rather than rely on the default size of `4`? Especially...

``` fetchProgress({ onProgress(progress) { progress.percentage //

I'm pretty sure this is a bug, but I don't know enough about the codebase, so I'll file this as "needing documentation". Here is the relevant snippet in the codebase:...

docs
needs triage