Matt Willson

Results 8 comments of Matt Willson

Creating a .npmrc with: ``` registry = "http://artifactory.domain.com/artifactory/api/npm/NPM-Main/" ``` worked. Thanks @johnmartel

According to the [npmrc doc page:](https://docs.npmjs.com/files/npmrc) ``` FILES The four relevant files are: per-project config file (/path/to/my/project/.npmrc) per-user config file (~/.npmrc) global config file ($PREFIX/etc/npmrc) npm builtin config file (/path/to/npm/npmrc)...

1 and 2: What do you think about http://bl.ocks.org/mcwillso/b27021c28762c1dea2da 3: You could use the 'Multi Brush' mode, but this might cause issues with the solution to 1 and 2. 4:...

@matanster [https://github.com/mcwillso/parallel-coordinates/commits/Column-Fields](url) is a good starting point.

I have implemented something to display brush ranges as well as a text field to type in values manually. http://bl.ocks.org/brohammie/b27021c28762c1dea2da I would eventually implement it like we do `reorderable`. So...

@dehli this is already possible if you call `brushExtents` with or with out parameters. Let me know if you need an example.

@bbroeksema Your commit fixes the 1D and 1D-multi but what were you planning to do for the 2D strums? Would you leave the previously drawn strum and then highlight what...

When calling `brushExtents()` with no params we definitely want to return the current extents, but when extents is passed `brushExtents(extents)` I could see that returning pc would be fine, but...