Radial Chart with Nodebox3
Hi!
I was wondering if NB3 can be used to plot a Radial Chart type. It has several different names: radial tree, radial space filling etc.
I didn't found a discussion regarding this. I did found at data visualization tutorials the random pie example but its not quite it.
I send an image to illustrate my point.
If the answer is yes does anyone has posted a project to take a look at?
thanks in advance!
Pablo (from argentina)
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by john on 06 Sep, 2018 09:29 PM
Hi Pablo,
Yes, NodeBox can definitely do radial charts. In fact NodeBox is particularly well suited to this type of chart. I've seen many such charts in the forum and have done several myself.
Here are some examples.
The data viz tutorial includes a radial charts example:
https://www.nodebox.net/node/documentation/using/data-visualization.html
Not exactly the same, but similar:
http://support.nodebox.net/discussions/nodebox-2-3/6013-radial-line-chart
Subnetworks that can make labeling radial charts easier:
http://support.nodebox.net/discussions/show-your-work/213-directional-text
Discussion includes some radial chart visuals:
http://support.nodebox.net/discussions/show-your-work/132-strasbourg-debt-simple-dataviz
Similar:
http://support.nodebox.net/discussions/show-your-work/103-cycle-flows-on-the-tfl-network
A grid of pie (ring) charts:
http://support.nodebox.net/discussions/nodebox-2-3/5809-placing-pie-charts-in-a-list-in-order
Another collection of pie charts:
http://support.nodebox.net/discussions/nodebox-2-3/5613-cannot-figure-out-how-to-display-5-different-piecharts
I think there are more out there. I suggest you give it a try in NodeBox. If you get stuck please post another note here and I will be glad to help.
John
2 Posted by andy.treichler on 07 Sep, 2018 12:38 AM
NODEBOX 3 allows you to make with plenty of work to create radial charts. But it has its limitations and challenges. I made a year ago something. Maybe it gives you a hint.
http://support.nodebox.net/discussions/show-your-work/207-my-architecture-work-from-2008-2016
But John is the Master of Nodebox! He helped me several times creating my solution. Important is the file you create to load the calculations. You are able to create the file with all the radius calculation in a csv or calculate them inside of Nodebox. I did the second one and calculated all from raw data. Hope it helps
Regards Andy
3 Posted by pablodespeluzzi on 07 Sep, 2018 01:57 PM
Thanks both of you Andy and John.
I will try to design it and will call for help if I get stuck (what it will probably occur haha)
Regards Pablo