-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Categorize indices by event type #5
Comments
One option is a sunburst chart, which is supposed to have been integrated into dc.js 2.1 (see dc-js/dc.js#781). More sunburst-related discussion: dc-js/dc.js#907 Another option is d3.js partition table (http://hacks.michelepasin.org/subjectsviz/d3partitionTable?levels=3), but this would have to be wired to dc. See http://stackoverflow.com/questions/25336528/dc-js-listening-for-chart-group-render |
Here is a good discussion about treemaps, which are a cartesian version of the sunburst: Two useful links in the above post: |
I tried jannah's suggestion in the above post but finally ran into this error which I cannot fix: TypeError: c.utils.GroupStack is not a constructor |
Since sunburst currently does not support Can reopen issue when sunburst functionality is available. |
There are four event types:
-heat
-cold
-rain
-drought
The text was updated successfully, but these errors were encountered: