D3partitionR
D3partitionR copied to clipboard
R package to visualise interactively hierarchical data.
Hi, My tree works on R, and tooltips as well. However, when using Shiny, I can't see the tooltips anymore. Do you have any ideas of why?
Is there a way to limit the number of colors to only a specified subset of the steps/levels in the data? The lowest level in my dataset has many unique...
I am attempting to `set_continuous_color_scale` on a treemap with the code below and it produces the error `visible should be a boolean` ``` df = data.frame(Count = c(10,20,30,40), L1 =...
Thank you for your package. I am learning how to use it but I could not make it work on mobiles. If I save a chart (from RStudio Viewer) as...
I would like to programatically click a node based upon an action such as a user clicking an action button. Is it possible to capture this click event via something...
HI, I am trying to use D3partionR package to graph a sequence. My sequence has areas where a shorter sequence will have NA values to fill out the data.frame for...
Hello, First many thanks to the contributors to this already great package which can only improve. In a Shiny application, I noticed that sometimes when zooming in a level, the...
Hi, I am using your package to create a visualization. However, I am not sure how to control colors,remove or rename root. It would be great if you could help...
Hello, I think there is a great potential in this package. Below are a few improvements I thought of: - Trail: In some cases (typically when more than one D3partitionR...
Add new chart types: * Collapsible tree: https://bl.ocks.org/mbostock/4339083 * Dendogram https://bl.ocks.org/mbostock/4063570 (Zooming policy ??) * Radial Cluster https://bl.ocks.org/mbostock/4339607 (Zooming policy ??) * Zoomable treemap http://bl.ocks.org/ganeshv/6a8e9ada3ab7f2d88022 * Other ideas ??