sunburst-diagram Questions

3

Solved

I am currently using plotly express to create a Sunburst Chart. However, i realized that children are ordered alphabetical for nominal values. Especially for plotting months that is pretty unlucky....

2

Solved

I'm a newbie at d3.js and need help to adapt Zoomable Sunburst to make it work with self-referencing CSV data. Sample lines from the input CSV: id,parentId,name,size ROOT,NULL,Root, RE,ROOT,Genera...

12

Solved

I am trying to use a "fancy graph" found at http://bl.ocks.org/kerryrodden/7090426: The way I've done it was to download the code and simply edit the CSV file to match my data. Then I simply ope...
Rang asked 27/1, 2014 at 12:36

1

I would like to create a Sunburst chart, corresponding to the following: Where: B is 70% of A C is 20% of B D is 50% of B I looked at the plotly documentation but the examples provided only used...

9

Solved

So far I have been unable to find an R library that can create a sunburst plot like those by John Stasko. Anyone knows how to accomplish that in R or Python?
Disenchant asked 17/10, 2012 at 3:41

2

Solved

I'm trying to make an sunburst diagram using Plotly via R. I'm struggling with the data model required for the hierarchy, both in terms of conceptualizing how it works, and seeing if there are any ...
Synovia asked 7/8, 2019 at 13:17

0

I'm trying to draw a sunburst chart, but some items are too small to be visible. ex : this code... fig =go.Figure(go.Sunburst( labels=[ "Eve", "Cain", "Seth", "E...
Tuscan asked 4/6, 2021 at 8:42

2

I've used the following data to plot the circular plot from the picture below and I can't display the labels of the narrowest sections. Any clue why?. I've tried reducing the size of the label and ...
Hyperemia asked 11/3, 2020 at 18:32

1

I want to change the thickness of a layer in a sunburst diagram. I have looked through all the examples on https://plotly.com/python/sunburst-charts/ but can't find any good solution. Take the exam...
Asymptotic asked 26/11, 2020 at 21:17

1

Solved

So I'm trying to build a Plotly sunburst graph that displays percentParent for each element in the graph. This works fine for all elements except for when I have only a single option for the centra...
Garderobe asked 20/7, 2020 at 17:9

4

Solved

I'm trying to create a two-level sunburst/doughnut diagram (for print) where the second level is a detailed view of the first. I've read and understood this tutorial, but I'm an R and ggplot2 newbi...
Callboy asked 24/4, 2018 at 14:20

3

I'm trying to change the data of the Sequence Sunburst found here: http://bl.ocks.org/kerryrodden/7090426 I want it to change to a new dataset (csv, or json) when I click a button. I tried readin...
Anurous asked 7/1, 2015 at 18:15

3

Solved

I am new to D3 and trying to dynamically update the chart if the source json is modified. But I am not able to achieve this. Please check this plunkr Js: var width = 500, height = 500, radius ...
Paradies asked 14/3, 2016 at 18:59

1

Solved

This D3 example served as my starting point: http://bl.ocks.org/kerryrodden/7090426 I wanted to change data that feeds the diagram, and I made following new example: http://jsfiddle.net/ZGV...
Recliner asked 5/7, 2014 at 0:59

1

What to do to give a child the same colour of parent but lighter, I used the following to generate colour var color = d3.scale.category20b(); .style("fill", function(d) { return color((d.chil...
Floriculture asked 10/6, 2014 at 13:21

1

Solved

I am working on a sunburst viz based off of Mike Bostock's Zoomable Sunburst example. I want to be able to change the underlying data using a whole new JSON (which has the same structure but diffe...
Matz asked 10/3, 2014 at 22:44

1

Solved

So I've got a pretty standard D3 "Sunburst" diagram. However, the center path (i.e. the root), is too big. It's taking up a large portion of my diagram that is being wasted as the more important ar...
Laborsaving asked 8/10, 2013 at 23:53

0

I have a zoomable sunburst diagram based on the great d3 "coffee wheel" example: In that example there is simple text wrapping code that searches for a space in a label and wraps the text at the...
Suisse asked 16/8, 2013 at 14:42

1

Solved

In the sunburst, how can I make code select a root arc, just after all arcs was generated? For example, in the code: var first_arc = "" .json("../data/flare.json", function(json) { var path = vi...
Benevolence asked 27/7, 2012 at 13:22

1

I'm new to D3.js and am playing around with a variety of tutorials/exercises/etc, but my basic need for D3 is to load external data (usually JSON) and draw some interactive charts based on that dat...
Bree asked 22/9, 2011 at 17:57

1

Solved

I'm doing a data-driven visualization with d3. I have a structure similar to the sunburst (but with a single layer, sort of a pie chart with a hole in the middle). By clicking the arrow on keyboar...
Catholic asked 10/4, 2012 at 13:10
1

© 2022 - 2024 — McMap. All rights reserved.