-
I face a problem with the sunburst chart. It is also in your demo: http://nvd3-community.github.io/nvd3/examples/site.html
if you observe the path "flare" -> "data" -> "converter" (code line 106 wh…
m1pum updated
7 years ago
-
In some cases you might want to run meteor with additional packages that are not meant to be saved in `.meteor/packages`. A good example is `bundle-visualizer` package. If you want to temporarily run …
-
It would help to expose this library to accept a raw DOM element instead of just a string ID. This would allow the library to be used multiple times on the same page, as well as provide better integr…
-
The current tree map only supports one layer of children, which basically makes it a rectangular pie chart. While this is cool, it would be a lot more useful if it could be support a full tree of chil…
-
[This sunburst chart](http://plnkr.co/edit/xUuvoPeEIQNvpYjRT6Go?p=preview) uses nvd3#1.8.2. If you go into the `index.html` and import version 1.8.3, some segments are missing from the chart.
-
Sunburst Chart:
1. Bundle the Filter/Year/Currency/Chart Title/Total in one place for a quicker scan of content and usability
2. Give the overall chart a muted color and a richer hue on rollover or …
-
I'm attempting to integrate this library into a project using angular2 built with webpack and typescript (generated via [angular-cli](https://github.com/angular/angular-cli)). I have successfully int…
-
Getting 404 on this
https://rawgit.com/personality-insights/sunburst-chart/tree/master/lib/index.js
-
I'm building a sunburst chart and having issues with the outermost children not being processed by the color function.
[My Plnkr with the mostly working chart](http://plnkr.co/edit/BBwQFpIshDsB3G07…
-
I installed all the dependencies with 'npm install' and then compiled the library with 'npm run compile'. The problem is that when I run it in my webpage, I get this error: "TypeError: Cannot set prop…