I’m fairly new to coding and wondering if there is a good path to walk through in terms of a zero to live code deployment.
For example, In looking at the Radial Dendrogram: https://beta.observablehq.com/@mbostock/d3-radial-dendrogram I can see the raw code that is driving the underlying ‘nodes’ but I can’t easily discern what sort of data would fit and would not.
Further, the raw https://raw.githubusercontent.com/observablehq/datasets/master/flare/index.js even when run through something like Prettier doesn’t feel mathematical so much as contrived. I don’t mean that to seem that I’m ragging on the raw file, rather than ‘I just don’t quite get it’.
Can someone point me in the right direction in terms of being able to intuit this more natively? I’d like to get a grasp of how each type of visual can display content, and also how to quickly mock up the content for that (in the example of the flare here, it seems hard to mock up the data as it is carefully designated under the parent/child tree).
Apologies for being a noob at all this, and grateful for any pointers!
