Wheels and radial diagrams can be thought of as top-down views of a tree.
~ manunamz
original feelings wheel
viewable on markmapjs
---
Wheels and radial diagrams can be thought of as top-down views of a tree.
~ manunamz
original feelings wheel
viewable on markmapjs
---
let theme_attrs = {}; | |
// set theme-dependent graph attributes. | |
if (document.getElementById('theme-colors-checkbox').checked) { | |
theme_attrs = { | |
"name": "dark", | |
"radius": 2.5, | |
"missing-radius": 2.5, | |
} | |
} else { | |
theme_attrs = { |