Notebook - Welcome to Notebook

Contact/Report Bugs
You can contact me at: bkenwright@xbdev.net












script type text javascript src https d3js org d3 v7 min js script script src https cdn jsdelivr net npm d3 selection 3 script style div border 1px solid blue padding 5px margin 5px min width 10px min height 10px display inline block style script var data name A size 1 children name B size 2 name C size 3 children name E size 5 name F size 6 name D size 4 build hierarchy var root d3 hierarchy data how many elements are in the hierarchy var count root descendants length console log count count node each traverses the tree from that node repeatedly calling a function on each descendant node root each d console log depth d depth name d data name recuse the hierarchy and build a visual output using divs function recurse node pdiv let div pdiv append div div text d node data name console log node depth if node children return 0 node children forEach function d recurse d div let rootdiv d3 select body append div recurse root rootdiv console log done script script type text javascript src https d3js org d3 v7 min js script style div padding 5px border 1px solid blue margin 5px display inline block style script var raw name A size 1 children name B size 2 name C size 3 children name E size 5 name F size 6 name D size 4 build hierarchy var root d3 hierarchy raw root parent children data var divs d3 select body selectAll null data root join each function d if d parent null d el d3 select body append div else d el d parent el append div console log depth d depth name d data name d el text a d data name console log done script script type text javascript src https d3js org d3 v7 min js script script src https cdn jsdelivr net npm d3 selection 3 script style rect fill cadetblue opacity 0 3 stroke white text font family Helvetica Neue Helvetica sans serif fill white font size 10px style svg viewBox 0 20 400 400 g g svg script const svg d3 select svg var data name A1 children name B1 children name C1 value 100 name C2 value 300 name C3 value 200 name B2 value 200 var treemapLayout d3 treemap size 400 200 paddingOuter 16 var rootNode d3 hierarchy data rootNode sum function d return d value treemapLayout rootNode var nodes d3 select svg g selectAll g data rootNode descendants join g attr transform function d return translate d x0 d y0 nodes append rect attr width function d return d x1 d x0 attr height function d return d y1 d y0 nodes append text attr dx 4 attr dy 14 text function d return d data name script script type text javascript src https d3js org d3 v7 min js script script src https cdn jsdelivr net npm d3 selection 3 script style node fill steelblue stroke none link fill none stroke ccc stroke width 1px style svg viewBox 0 20 400 400 g transform translate 5 5 g class links g g class nodes g g svg script const svg d3 select svg var data name A1 children name B1 children name C1 value 100 name C2 value 300 name C3 value 200 name B2 value 200 var treeLayout d3 tree size 400 200 var root d3 hierarchy data treeLayout root Nodes d3 select svg g nodes selectAll circle node data root descendants join circle classed node true attr cx function d return d x attr cy function d return d y attr r 4 Links d3 select svg g links selectAll line link data root links join line classed link true attr x1 function d return d source x attr y1 function d return d source y attr x2 function d return d target x attr y2 function d return d target y script script type text javascript src https d3js org d3 v7 min js script script src https cdn jsdelivr net npm d3 selection 3 script style circle fill indianred opacity 0 3 stroke white text font family Helvetica Neue Helvetica sans serif fill white font size 10px text anchor middle style svg viewBox 0 20 400 400 g g svg script const svg d3 select svg var data name A1 children name B1 children name C1 value 100 name C2 value 300 name C3 value 200 name B2 value 200 var packLayout d3 pack size 300 300 var rootNode d3 hierarchy data rootNode sum function d return d value packLayout rootNode var nodes d3 select svg g selectAll g data rootNode descendants join g attr transform function d return translate d x d y nodes append circle attr r function d return d r nodes append text attr dy 4 text function d return d children undefined d data name script script type text javascript src https d3js org d3 v7 min js script script src https cdn jsdelivr net npm d3 selection 3 script style path fill 333 opacity 0 3 stroke white style svg viewBox 200 200 400 400 g g svg script const svg d3 select svg var data name A1 children name B1 children name C1 value 100 name C2 value 300 name C3 value 200 name B2 value 200 var radius 150 var partitionLayout d3 partition size 2 Math PI radius var arcGenerator d3 arc startAngle function d return d x0 endAngle function d return d x1 innerRadius function d return d y0 outerRadius function d return d y1 var rootNode d3 hierarchy data rootNode sum function d return d value partitionLayout rootNode d3 select svg g selectAll path data rootNode descendants join path attr d arcGenerator script script type text javascript src https d3js org d3 v7 min js script script src https cdn jsdelivr net npm d3 selection 3 script style rect fill 333 opacity 0 3 stroke white style svg viewBox 0 20 400 400 g g svg script const svg d3 select svg var data name A1 children name B1 children name C1 size 100 name C2 size 300 name C3 size 200 name B2 size 200 var partitionLayout d3 partition size 200 400 var rootNode d3 hierarchy data rootNode sum function d return d size partitionLayout rootNode d3 select svg g selectAll rect data rootNode descendants join rect attr x function d return d y0 attr y function d return d x0 attr width function d return d y1 d y0 attr height function d return d x1 d x0 script

name B2 value 200 var treeLayout d3 tree size 400 200 var root d3 hierarchy data treeLayout root Nodes d3 select svg g nodes selectAll circle node data root descendants join circle classed node true attr cx function d return d x attr cy function d return d y attr r 4 Links d3 select svg g links selectAll line link data root links join line classed link true attr x1 function d return d source x attr y1 function d return d source y attr x2 function d return d target x attr y2 function d return d target y script script type text javascript src https d3js org d3 v7 min js script script src https cdn jsdelivr net npm d3 selection 3 script style circle fill indianred opacity 0 3 stroke white text font family Helvetica Neue Helvetica sans serif fill white font size 10px text anchor middle style svg viewBox 0 20 400 400 g g svg script const svg d3 select svg var data name A1 children name B1 children name C1 value 100 name C2 value 300 name C3 value 200 name B2 value 200 var packLayout d3 pack size 300 300 var rootNode d3 hierarchy data rootNode sum function d return d value packLayout rootNode var nodes d3 select svg g selectAll g data rootNode descendants join g attr transform function d return translate d x d y nodes append circle attr r function d return d r nodes append text attr dy 4 text function d return d children undefined d data name script script type text javascript src https d3js org d3 v7 min js script script src https cdn jsdelivr net npm d3 selection 3 script style path fill 333 opacity 0 3 stroke white style svg viewBox 200 200 400 400 g g svg script const svg d3 select svg var data name A1 children name B1 children name C1 value 100 name C2 value 300 name C3 value 200 name B2 value 200 var radius 150 var partitionLayout d3 partition size 2 Math PI radius var arcGenerator d3 arc startAngle function d return d x0 endAngle function d return d x1 innerRadius function d return d y0 outerRadius function d return d y1 var rootNode d3 hierarchy data rootNode sum function d return d value partitionLayout rootNode d3 select svg g selectAll path data rootNode descendants join path attr d arcGenerator script script type text javascript src https d3js org d3 v7 min js script script src https cdn jsdelivr net npm d3 selection 3 script style rect fill 333 opacity 0 3 stroke white style svg viewBox 0 20 400 400 g g svg script const svg d3 select svg var data name A1 children name B1 children name C1 size 100 name C2 size 300 name C3 size 200 name B2 size 200 var partitionLayout d3 partition size 200 400 var rootNode d3 hierarchy data rootNode sum function d return d size partitionLayout rootNode d3 select svg g selectAll rect data rootNode descendants join rect attr x function d return d y0 attr y function d return d x0 attr width function d return d y1 d y0 attr height function d return d x1 d x0 script

3dplot
a4print
about
acejs
acejs2
acejs3
aessecurity
angularjs
animbackgroundimage
aseformat
assert
asteroidsjs
backgrounds01
backgrounds02
backgrounds03
barnsleyfern
base26
base64
bib
binary
bodypix
bouncy
box2dweb
breakoutjs
browserversion
buslanes
busybutton
bvhreader
calendar
canvas
canvas2
canvas3
canvasmandelbrot
canvasmandelbrot2
canvasnumbers
canvaszoom
capsule
changingimages
chatgptusingopenai
chatgptusingopenai2
chatgptusingopenai3
checkboxtoggle
chinesetiles
classes
classfeatures
clipboardbutton
clonenode
codedropdown
codemirror
codemirror2
collada
colorpick
columnresizer
contextmenu
convnet
cookiebanner
countdown
countdown2
countdown3
crop
css3dbarchart
css3dbarchart2
css3dbook
css3dscene
csscube
csscube2
csscube3
csscubevideos
cssfilelist
csshas
csspulse
cssresizeaspect
cssspin
csszooming
csvtoarray
customcheckbox
d3datamap
d3js
d3js10
d3js11
d3js2
d3js3
d3js4
d3js5
d3js6
d3js7
d3js8
d3js9
d3jsanimatedgrid
d3jsarctransition
d3jsarctransition2
d3jsaxis
d3jsaxischanging
d3jsbars
d3jsbrushing
d3jsbuslanes
d3jsbuslanes2
d3jscalendar
d3jscheat
d3jsclock
d3jscloudmap
d3jscogs
d3jscolors
d3jscovid
d3jscovid2
d3jscovid3
d3jsdashboard
d3jsdashboard2
d3jsdashboard3
d3jsdatakeyfunction
d3jsdensity
d3jsdragresizing
d3jsdragresizing2
d3jseach
d3jsease
d3jsevents
d3jsflower
d3jsforcegroups
d3jsforces
d3jsforces2
d3jsfractaltree
d3jsgeo
d3jsgroupbars
d3jsgroups
d3jsheatmap
d3jshex
d3jshierarchies
d3jshierarchies2
d3jshistogram
d3jshistogram2
d3jshistogram3
d3jshistogram4
d3jsinterpolate
d3jsjoin
d3jskmean
d3jskmean2
d3jsline
d3jsline2
d3jsline3
d3jsline4
d3jslinetransition
d3jslinetransition0
d3jslinetransition2
d3jsmaplocations
d3jsmaps
d3jsmaps2
d3jsmaps3
d3jsmisc
d3jsmisc2
d3jsmodule
d3jsmodulecolor
d3jsmultistyles
d3jsnobel
d3jsoverlappinggraphs
d3jspanel
d3jspie
d3jspieinterpolate
d3jssankey
d3jssankey2
d3jsscatter
d3jsshapes
d3jsslider
d3jsspending
d3jsspending2
d3jsspiralplot
d3jsspirograph
d3jssquare
d3jsstack
d3jsstackedbar
d3jsstackedbar2
d3jssunburst
d3jssunmoon
d3jssvglines
d3jssymbols
d3jstimelines
d3jsuk
d3jsvoronoi
d3scatterplot
d3timeline
d3timeline2
datalist
datamuse
date
dblclickhighlight
deviceorientation
dictionaryapi
dockermenu
doodlepad
downloadgif
dragdroplistitems
dragrotateresizediv
dragrotateresizediv2
dragrotateresizediv3
dragrotateresizediv4
dragrotateresizefontsize
dragselectbrush
drawlinesdiv
dropdown
dualquaternionimages
dynamicgrid
easefunctions
easeinterpolate3dplots
echart
echart2
echart3
encapsulation
epubviewer
errorstack
excalidraw
excalidraw2
excalidraw3
excalidraw5
expandable
faker
fetchplus
fileupload
fixedtopbar
fonts
fonts2
footerbar
fractalmaze
fractalmaze2
fractalnoiseimage
fractals
fractals2
fractaltree
freesvg
fresnel
froggerjs
gantt
gifgiphyapi
gifhex
gltffromscratch
gradients
griditems
griditems2
griditems3
griditems4
gridworms
heat
hexview
hexview2
highlight
icons
icons2
iframes
ik
imagetracertosvg
imgur
inputfile
invadersjs
ipynb
ipynb2
ipynb3
ipynb4
isbn13
isbn2
jpghex
jquery
jquery2
jqueryui
jqueryui2
jsdraganddrop
jslint
jsobfuscate
jsraytracer
jstree
jstree2
jszip
jszipimages
jszipread
keyframes
l2dwidget
lda
leftmenu
less
less2
lineargradientimage
linenumbers
loadimagefromfile
makepdf
maps
markdown
markdown2
markdownalerts
markdownalerts2
markdownbookmarks
markovimage
markovpixelblocks
mathjax
matrices
matsandvects
mazegamejs
md2tex
metrotiles
metrowindows
milestones
misc
misc2
modules
myipdetails
neataptic
networkstructures
networkstructures2
number
obj
objtojson
openaiimages
opencv
opencv2
opencv3
opencv4
opencv5
outline
p2
p5fractalleaf
p5fractalshape
p5js
p5js2
p5js3
p5jsanimatedcover
p5mengercube
p5snowflakes
palindrome
panel
parallax
paste
paste2
pasteimgfromurl
pdfjs
pdfjs2
pdfkit
pdfkit2
pdfkit3
pdfkit4
pdfkit5
pdfkit6
pdfmake
pdfmake2
pdfmake3
pdfmake4
pdfmake5
pdfmake6
perlin
perlin2
perlin3
perspective
pexels
playground
plotly
plotlynoise
plotlyranddist
plyloader
plyloader2
pngtxtencoder
pongjs
pptxgenjs
prettycode
prism
prn
problems
progress
pseudorandom
px2svg
python
quotes
racergame
random
randomprofilepatterns
randomstring
rating
rayambient
raymonte
raymonteprogressive
raymonteprogressive2
raymontewarmstart
reexpcross
reexpcross2
regex
regexbib
regexpfixbib
regexpmultiline
repeatwordsregexp
resizabletable
resizabletable2
revealjs
revealjs2
revealjsmulti
ritalanguage
ritalanguage2
ritalanguage3
rotateimg
rough
rsapublicprivatekeys
rss
rss2
sankey
scrappingsvg
scrolltext
scrolltext2
scrollwidth
sdfboxinboxtwist
sdfhollowbox
setintervalexception
shareurl
shuffle
sidecomment
similarity
simplehighlighter
simpleplatformgamejs
sinecanvas
sliderpopout
slides
smileys
snowfall
snowman
sound
soundsignal
sphererayintersection
springs
sqljs
steganography
stereogram
stringmatching
svg
svgchaos
svgdragresize
svgdragresize2
svgdragresize3
svgdragrotate
svgdrawing
svglines
svglines2
svglines3
svglines4
svglines5
svglinesmandelbrot
svgpathsdragrotate
svgpathsdragrotateresize
svgpie
svgpie2
svgpie3
svgpiepath
svgpiepath2
svgrandomfaces
symbols
synaptic
synaptic2
synonyms
tablerotatecells
tablerotatecells2
tablerotatecells3
tablerotatecells3b
tablerotatecells4
tables
tablezebra
tabularjs
tabularjs2
tabulatordownload
tagcanvas
tensorflowgan
tensorflowjs
tensorflowjsbasic
tensorflowjscnn
tensorflowjssinewave
tensorflowjssound
tensorflowmobilenet
tetrahedronfractal
tetrahedronfractalfolding
tetris
textarea
textareaauto
textareadiv
textareadiv2
textmaskimage
theirorthere
thesaurus
threejs
threejs2
threejs3
threejs4
threejsgltf
threejstokyo
tiles
toaster
tooltip
transition
transitionexpandabledropdown
treeview
treeview2
tricks
tshirt
tshirt2
tshirt3
turningpages
unsplash
urlblob
urlblob2
userdefinepoints
vector
videos
videos2
visualsort
vue
w2ui
w2uientertextdialog
webcam
webgl
webgl2
webgl3
webgl4
webgl5
webglbasic1
webglbasic2
webglcube
webglfov
webglfrustum
webgljson
webglleaves
webgllighting
webglorthographic
webglpoints1
webglpoints2
webglpoints3
webglsquare
webgltexture1
webgltexture2
webgltexture3
webgltransforms
webgltriangle
webgpu
webgpu10
webgpu11
webgpu12
webgpu13
webgpu14
webgpu15
webgpu16
webgpu17
webgpu2
webgpu3
webgpu4
webgpu5
webgpu6
webgpu7
webgpu8
webgpu9
webgpubars
webgpubuffers
webgpubuffers2
webgpucellnoise
webgpuclouds
webgpuclydescope
webgpucompute
webgpucubemap
webgpucubemap2
webgpudeferred
webgpudepth
webgpudof
webgpudrops
webgpuetha
webgpufire
webgpufractalcubes
webgpuglassrain
webgpugltf
webgpugltf2
webgpugrass
webgpugrid
webgpukernel
webgpukleinian
webgpulabupdates
webgpulighting
webgpumandelbrot
webgpumeta3d
webgpumetaballs
webgpumouse
webgpunoise
webgpunormalmapping
webgpuobj
webgpuparallax
webgpuparallax2
webgpuparallax3
webgpuparallaxshadow
webgpuparallaxshadow2
webgpupixel
webgpuquad
webgpuray1
webgpuraytracing
webgpuraytracing2
webgpushadowmaps
webgpushadowmaps2
webgpusierpinski2d
webgpusierpinski3d
webgpusinusoid
webgpussao
webgpustadiumobj
webgpuswirl
webgputestpipe3
webgputoon
webgputopology
webgputt
webgpuvolcloud
webgpuwater
webgpuwireframe
webgpuwireframe2
webpcanvas
webworkers
webxr
webxr2
wiggly
wikipedia