-
add a hive plot type, as described here: https://bost.ocks.org/mike/hive/
There's an open PR #110 from over a year ago that adds a hive plot type. At a minimum it would need to be rebased, and prob…
-
[dc-tableview](https://github.com/karenpommeroy/dc-tableview) has a lot more features than this library.
I wrote this library as a proof of concept because I didn't think we should add a ton of fea…
-
There has been some discussion about this here #143
In short, if two htmlwidgets are being displayed on the same page and they use the same Javascript dependency but different versions, those depen…
-
Hi,
I get no output using the code below where I use parcoords together with scatterD3 in a Shiny app. If I comment out scatterD3Output, the parcoords graph appears. With normal plotOutput it work…
-
I'm looking to use swoopyarrows in [Chartbuilder](https://github.com/Quartz/Chartbuilder/). Would it be possible to package this up and publish to npm? Do you want to do it? Would you rather me put in…
-
![image](https://cloud.githubusercontent.com/assets/10927/26027277/365c8f3e-37d9-11e7-81fd-9e080d28fdfc.png)
Was trying to run:
http://localhost:8080/examples/onlinebrowse.html
-
I am slowly porting this module to rust...
The process has been made easy by the code qualify of this module.
1) The tests are extensive.
2) The design is good the code well laid out, modular…
-
-
It seems that old versions of `d3`, in particular `d3-color`, have a pretty severe security dependency.
Unfortunately, we can't just update directly to `d3@7` as some of the breaking changes to affe…
-
In d3 v3 there used to be a zoom.center() to adjust the target point while zooming via mousewheel / touch. Basically you could define a (center) target and when the user does a zoom input the zoom wou…