-
Thanks for dockviz!
I understand graphviz is doing most of the heavy lifting when it comes to visualization with this approach. Unfortunately, I don't think treemaps are the right approach for this…
-
Create a JS chart widget to visualize basic data (exact reports TBD)
-
Related mbostock/d3#2401. For example: Manhattan, Chebychev, and Minovsky.
-
We are currently using this library to sub divide multiple map areas into smaller allocations. Unfortunately are running into an issue where a very large data set is causing the exception:
```
handl…
-
-
Nick,
Can we add TreeMap support as single (multiple when supported) selection chart? This can be really useful in some cases. And I assume this will not be too hard to achieve, but I might be wrong…
-
As suggested by @davelandry in[ this comment ](https://github.com/d3plus/d3plus-react/issues/52#issuecomment-1135986103), I'm trying to use a custom font in a d3 Plus viz.
I'm using `React v17`, `…
-
Importing in angular component throws the following error:
```
Error: node_modules/chart.js/dist/types/index.d.ts:2794:18 - error TS2428: All declarations of 'PluginOptionsByType' must have identi…
-
I tried the demo Colab jupyter notebook. Given this cell:
embed('@d3/gallery')
one cannot click on a map type and have an execution. Nothing
happens. Is that intended or is there a workaround?
…
-
When i try to squarify 100 equally weighted Nodes, they are rendered quite good! I like it more than googles version https://developers.google.com/chart/interactive/docs/gallery/treemap or various oth…