sunburst-chart
sunburst-chart copied to clipboard
A visualization for IBM Watson Personality Insights service output.
Currently there are 4 html files in the docs: - `index.html` - displays D3 v3 examples from unpkg - `index-d3v4.html` - displays D3 v4 examples from unpkg - `index-test.html` -...
Would it be possible to make this ReactJS compatible? If there is a strategy for using this in React can one of the contributors please provide an example?
When the percentage for a facet is below 1%, no % text is added to the facet name on the sunburst. I would like to propose adding the text `<...
When the sunburst is really small, the words aren't legible. It would be nice to be able to hide the text in the leaf nodes so that the sunburst itself...
It would be a cool effect if the chart animated when changes were made. This could possibly include the following: - [ ] Animate the length of each leaf node...
https://github.com/personality-insights/sunburst-chart/blob/93ed48e75272fa50089a69e250179d6b246b2b50/src/d3-renderers/v4/personality-chart-renderer.js#L184 The option `exclude` should be documented. I believe it allows an array of the following values: `personality`, `needs`, `values`. This can be demoed by adding checkboxes for which sectors...
Currently the leaf nodes display the values in the format `name (%)`. If the localization is changed to a right-to-left language, should the format be updated to `(%) name`?
It would be a nice feature if you could rotate the sunburst by some amount of degrees. When the sunburst is rotated, the text in each leaf node will need...
The words `Big 5`, `Needs`, and `Values` are not localized