Public
Edited
Feb 20, 2023
Insert cell
Insert cell
source = dot `
digraph {
graph [
bgcolor=whitesmoke
pad="1.6,0.3"
mindist=0.15
#layout=circo
#size="8"
ratio=.7
]
node [
shape=box
style="rounded, filled"
fillcolor=white
#fixedsize=true
width=.75
height=.5
margin="0,0"
fontsize=12
penwidth=.5
fontname="NATS"
]
edge [
arrowhead=vee
arrowsize=.5
dir=both
penwidth=.5
]

one [root=true label="విద్యా బోధన"]
two [label="పరిపాలన,\nన్యాయం"]
three [label="వస్తుసేవలు,\nవ్యాపారం"]
four [label="వినోదం, విజ్ఞానం,\nవికాసం"]
five [label="సంపాదన\nఅవకాశాలు"]
one -> {two, three, four, five}
two -> {three, four, five}
three -> {four, five}
four -> five
}
`
Insert cell
Insert cell
Insert cell
dot = require("@observablehq/graphviz@0.2")
Insert cell

One platform to build and deploy the best data apps

Experiment and prototype by building visualizations in live JavaScript notebooks. Collaborate with your team and decide which concepts to build out.
Use Observable Framework to build data apps locally. Use data loaders to build in any language or library, including Python, SQL, and R.
Seamlessly deploy to Observable. Test before you ship, use automatic deploy-on-commit, and ensure your projects are always up-to-date.
Learn more