cp
cp
Going to go ahead and close this and create a new PR when it's good to go 👍
Thanks for the response, I will do some investigation! One thought I had was introducing a `(use-subs)` hook so all subscriptions could be in one hook but I would prefer...
After doing a bit more investigation I think it will be possible with the `use-sub` hook. Currently `Sub` has the following code: ```clj (update! [_] (let [new-value (compute-sub query-v input...
I came up with a solution faster than I thought it would take. I don't really like using `interop/next-tick` but for this case it allows for all state to be...
I believe this is a Windows vs Unix thing... what should work on both platforms is something like: ``` "install": "bower install", "postinstall": "gulp clean", "start": "gulp clean", "poststart": "gulp...
I'm trying to work on a way to get all of the current brushes (and also a way to set them). That way if you wanted to save what's brushed...
Thanks @mcwillso. I just discovered that functionality, so I'm trying to figure out how to use it. I'll let you know if I can't figure it out :)
~~Actually, I'm having some troubles with this. Hopefully it's an easy fix :)~~ ~~I'm retrieving the extents by calling:~~ ~~`var extents = parcoords.brushExtents();`~~ ~~It returns the appropriate object: `{ Year:...
Hey @Sigfried, thanks for pointing this out. Is from when you call `flipAxes`? Does the error also occur when you double click on an axis?
Hey @mg1075, This hasn't been implemented yet to my knowledge. Some things to think about are: - How would you display the average for non-numeric axes? You could use the...